Enchantment
02-07-2001, 03:02 PM
I'm trying to make a backup of our system before we recompile and upgrade the kernel. To do this, I'm running the following command:
tar cpf /tmp/archive/full-backup-`date '+%d-%B-%Y'`.tar --directory / --exclude-from /etc/tar-exclude.conf / .
The file size quickly shot to 201000960 and then stop. Checking top showed me that the status of the tar process was DW (swapped out, uninterruptable sleep).
Why is tar hanging like this? Any thoughts/suggestions?
Update: After doing a tar tf, it appears the tar stopped mid processing. I didn't see any of the files in the /etc dir.
Thanks
[ 07 February 2001: Message edited by: Enchantment ]
tar cpf /tmp/archive/full-backup-`date '+%d-%B-%Y'`.tar --directory / --exclude-from /etc/tar-exclude.conf / .
The file size quickly shot to 201000960 and then stop. Checking top showed me that the status of the tar process was DW (swapped out, uninterruptable sleep).
Why is tar hanging like this? Any thoughts/suggestions?
Update: After doing a tar tf, it appears the tar stopped mid processing. I didn't see any of the files in the /etc dir.
Thanks
[ 07 February 2001: Message edited by: Enchantment ]