Forrest logo
back to the tar tool

tar:ai:d80f9

How do I download more folders with takeout to a tar file
$ tar -cvf output.tar folder1 folder2 folder3
try on your machine

The command 'tar -cvf' is used to create a new tar file named 'output.tar'. You can specify multiple folders to include in the tar file by listing their names after the tar file name.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • How do I download more folders with takeout to a tar file?
back to the tar tool