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

Re: feature request: exclude from path

2020-08-02 Thread Andy Smith via rsync
Hi Matt, On Sat, Aug 01, 2020 at 10:10:49PM -0400, Matt Stevens via rsync wrote: > I lack development skills. Would there be a way for rsync to be passed an > option to exclude a specific path during a sync operaton? All of my attempts > to use exclude have failed, as it does not respect paths,

feature request: exclude from path

2020-08-01 Thread Matt Stevens via rsync
Greetings. I've been using rsync for quite a long time. I have a homedir I like to backup to a NAS. I find myself having to manually specifying paths rather than letting rsync copy the entire home directory. I lack development skills. Would there be a way for rsync to be passed an option to