Re: Backup Script
- From: "Matthew S. Hartmann" <dimitrizarokopf@xxxxxxxxx>
- Date: 23 Feb 2006 09:45:50 -0800
here is a simple tar script:
export BKDATE=`date +%m%d%Y`
tar -czvf /backup/location/$BKDATE.tgz /location/of/foo
--exclude-from=/backup/location/excludes
now, create a text file in /backup/location and use the following:
/location/of/foob
/location/of/fooc
/location/of/food
for each directory you would like to exclude, simply put that directory
on a new line, and save that file.
.
- References:
- Backup Script
- From: somenewb
- Backup Script
- Prev by Date: Re: logging into root of remote machine
- Next by Date: Re: Still Having problem when installing Fedora core 4
- Previous by thread: Backup Script
- Next by thread: Changing root filesystem from CD to USB drive
- Index(es):