search for: backup_to_dev

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

2009 Oct 11
1
Problem with symlinks
...es from two windows machines. The DS has a built in backup feature that unfortunately has problem with hard links so I stripped down my script to directly run rsync 3.0.4 on the DS: |# Backup source device/share/directory/etc BACKUP_SOURCE=/volume1/thomas/ # Backup destination device/directory BACKUP_TO_DEV=/volumeUSB1/usbshare/thomas_backup/ rsync -q -v -axH --no-inc-recursive --delete --exclude="@eaDir" $BACKUP_SOURCE $BACKUP_TO_DEV| This handles the hard links (-H) but now I have problems with symlinks. When running the script I receive a lot of error messages from this type: rsync:...