search for: usb_backup

Displaying 1 result from an estimated 1 matches for "usb_backup".

2008 Sep 22
1
--files-from= and --delete corrent options
Hi, I am running the following command to backup a specific file from /tmp/BACKUPFILE which contains the name "Friday2008-09-19.bkf". rsync -ah --delete --numeric-ids --stats --delete-excluded --files-from=/tmp/BACKUPFILE /var/data/shares/vmbackups/ /mnt/usb_backup/SFSYDVS01/daily.0/VM/ The name in /tmp/BACKUPFILE changes each day for example when next run it will be "Monday2008-09-19.bkf" I use a script before running rsync to obtain the most recently modified file from /var/data/shares/vmbackups/ and cat it into /tmp/BACKUPFILE. I want the /mnt/...