Displaying 1 result from an estimated 1 matches for "mp3_64".
Did you mean:
apm_64
2012 Oct 12
1
Maximum number of entries in a filter file
...reated a filter file containing the list of files to exclude.
This filter file is created on what is ultimately the destination end of the
synchronisation so we first copy this file to the source end.
rsync --stats --log-file=/tmp/rsync_mp3.log --archive --human-readable
/mnt/backup/audio/mp3_64/.rsync-exclude
10.0.60.64:/mnt/encoded/audio/mp3_64/
Then we perform the main synchronisation from source to destination
rsync --stats --log-file=/tmp/rsync_mp3.log --archive --human-readable
--filter="merge,e /mnt/backup/audio/mp3_64/.rsync-exclude"
10.0.60.64:/mnt/encoded/audio/...