Error on stdout while backing up
Leif Gregory
ldgregory69 at gmail.com
Sat Jun 7 17:48:17 UTC 2008
Hey guys,
I use the following script to run periodic backups of my hard drive.
#!/bin/sh
#Backup linux installation to external hard drive
sudo tar cvpzf "/media/WD Passport/linux_backup.tgz" --exclude=/proc
--exclude=/lost+found --exclude=backup.tgz --exclude=/mnt
--exclude=/sys --exclude=/home/Shared --exclude=/media/disk/Shared
--exclude="/media/WD Passport" /
Previous backups were around 4GB, but this time I got an error I'm not
sure about.
gzip: stdout: File too large
Does gzip have a file size limitation? If I've outgrown this method of
backing up, what should I start looking to implement?
Thanks.
--
Leif Gregory
Power Wagon Registry: http://powerwagonregistry.org
Truck Hacks: http://trucks.PCWize.com
Geocaching: http://gps.PCWize.com
PHP Tutorials and snippets: http://www.DevTek.org
More information about the ubuntu-users
mailing list