[Bug 11086] rsync --delete has stopped to delete destination files that don't exist at the source

samba-bugs at samba.org samba-bugs at samba.org
Sat Jan 31 10:45:28 MST 2015


https://bugzilla.samba.org/show_bug.cgi?id=11086

--- Comment #1 from Kevin Korb <rsync at sanitarium.net> ---
This is your problem:
> 2015/01/31 17:25:58 [12091] rsync: readlink_stat("/home/myuser/.gvfs") failed: Permission denied (13)

If rsync hits any error it aborts the deletion process which it would have said
without -q.  You can override that with --ignore-errors but better to
--exclude=.gvfs since it isn't a real file/dir/filesystem.

Also, if you are making backups you should really look into rsync --link-dest
or an rsync based backup system if you don't feel like scripting it.

Also, --delete-before is much slower than --delete-during which is the default
version of --delete.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the rsync mailing list