search for: bkup_excludes

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

Did you mean: backup_excludes
2008 Jun 25
3
link-dest storage saving on backup server not on usb hard drive
...t when I rsync with link-dest to usb external drive all backups take up 31gb. Following is 1st the one that works and 2nd with no storage savings. Any ideas? Thanks, Frank date>/aeprodbk/bkupdate d=`date +%d` date > $d.log root@aebkup:/aeprodbk/$d >>$d.log rsync --exclude-from=/root/bkup_excludes -avz --delete -e "ssh -i /root/cron/aebkup-rsync-key" --link-dest=/aeprodbk/current root@aeprod:/ /aeprodbk/$d >>$d.logdate > /aeprodbk/$d/bkupdate rm -f /aeprodbk/current ln -s /aeprodbk/$d /aeprodbk/current 2nd script with no storage saving d=`date +%d` dsk=/media/disk cd $dsk...