Displaying 1 result from an estimated 1 matches for "aebkup".
Did you mean:
_bkup
2008 Jun 25
3
link-dest storage saving on backup server not on usb hard drive
...s. 1st backup is 31gb, daily backups only take
approx 4gb. But 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
2...