
Code: Select all
tar --one-file-system -cvWf /home/nathan/POCKET/my_home_today.tar .
Code: Select all
tar -t my_home_today.tar .
I am trying to backup my home directory. My previous problem with tar is http://forums.gentoo.org/viewtopic-t-55 ... ight-.html.An error occurred while tryig to open the archive
Of course, because tar is waiting for input. As you didn't specify the -f switch it expects the archive on stdin.Horatio wrote:Both times the tar commandwill give no output for an hour and I will give up. Also the utility Ark gives the error messageCode: Select all
tar -t my_home_today.tar .