Displaying 1 result from an estimated 1 matches for "ignored_fil".
Did you mean:
ignored_file
2015 Jun 09
0
Problem when excluding unreadable files via pattern and using --fake-super
Hey,
I am experiencing a problem when excluding files that are not readable by
the user on the source side.
rsync version is 3.1.1. on debian jessy.
Here is a "minimal" example:
# preparation:
$ mkdir -p source/subdir
$ touch source/subdir/ignored_file
$ sudo chown root:root source/subdir/ignored_file
$ sudo chmod 600 source/subdir/ignored_file
$ mkdir destination
# without --fake-super it works:
$ rsync -av --exclude="/subdir/*" source/ destination/
sending incremental file list
sent 90 bytes received 13 b...