[SCM] The rsync repository. - branch master updated

2020-08-03 Thread Rsync CVS commit messages
The branch, master has been updated via 020eda88 Change fetch depth. via b5f8021a Don't use --always to ensure a tag is in gitver. via 7b694757 Avoid a build fail when git isn't installed. via 9375a8c4 Make my_alloc(NULL) use malloc instead of calloc. via

[SCM] The rsync repository. - branch master updated

2020-08-03 Thread Rsync CVS commit messages
The branch, master has been updated via dee09932 Create usage.c for smaller awk-dep rebuilds. from 47351c2b Use RSYNC_GITVER in more output https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log - commit

[SCM] The rsync repository. - branch master updated

2020-08-03 Thread Rsync CVS commit messages
The branch, master has been updated via 47351c2b Use RSYNC_GITVER in more output from 16b76706 A couple more mkgitver tweaks https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log - commit

[SCM] The rsync repository. - branch master updated

2020-08-03 Thread Rsync CVS commit messages
The branch, master has been updated via 16b76706 A couple more mkgitver tweaks from 72b2a81f Use --abbrev=8 instead of --tags. https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log - commit

Re: feature request: exclude from path

2020-08-03 Thread Matt Stevens via rsync
Got it working properly. Many thanks! Regards, Matt Stevens On 8/3/20 10:28 AM, Paul Slootman via rsync wrote: On Mon 03 Aug 2020, Matt Stevens via rsync wrote: So I've gotten excluding paths to work as a standalone command. When I paste this into a script however, it ignores the exclusions.

Re: feature request: exclude from path

2020-08-03 Thread Paul Slootman via rsync
On Mon 03 Aug 2020, Matt Stevens via rsync wrote: > So I've gotten excluding paths to work as a standalone command. When I paste > this into a script however, it ignores the exclusions. Any advice? > > rsync -aXvr --times --links >

Re: feature request: exclude from path

2020-08-03 Thread Matt Stevens via rsync
So I've gotten excluding paths to work as a standalone command. When I paste this into a script however, it ignores the exclusions. Any advice? rsync -aXvr --times --links --exclude={'*.vdi','*.vmdk','*.ova','*.qcow2','.config/discord/'} /home/path/ user@nas:/NAS/HOME/destination/ Are there