Displaying 2 results from an estimated 2 matches for "e4535c0b".
2019 Dec 29
0
Excluding a . directory in a subdirectory
..._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/rsync/attachments/20191228/e4535c0b/signature.sig>
2019 Dec 29
2
Excluding a . directory in a subdirectory
I am having problems getting a . directory in a subdirectory to be excluded when rsyncing. I am using rsync 3.1.2 on CentOS 7 and the command line is:
#??? all files from ~/bin/ and I use want to exclude the directory ~/bin/docker/.git
rsync -vHrltDium -c --chmod=Du+rwx,go-rwx,Fu+rw,go-rw --no-perms --stats --include='*' --include='*/' --exclude=".git/" -e "ssh -y