search for: backup_source

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

2009 Oct 11
1
Problem with symlinks
...works without any error messages. On the DS are also stored other files 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...