search for: unchanged_files_list

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

2005 May 31
1
problems with telling rsync what to delete
...that are relative to the source directory supplied to rsync, so that would be correct. The line I use to run rsync: /usr/bin/rsync --rsh=ssh -p -o --delete-after --recursive --links --times --compress --verbose --stats --backup --backup-dir=/home/erik/day-of-the-week --timeout=36000 --exclude-from=unchanged_files_list /home/erik/temprorary_encrypted_store erik@remotehost:/home/erik/current Does anyone know what may be wrong with that? Another solution for me may be to disable deletion at first and then run another rsync session where I tell rsync: delete these files (aka move them into the incremental director...