Re: Removing folder at destination

2019-12-06 Thread Freddie Valdez via rsync
questions.html > > --------------- > Today's Topics: > >1. Re: Removing folder at destination (raf) > > > > -- Forwarded message -- > From: raf > To: rsync@lists.samba.org > Cc: > Bcc: > Date: Mon, 25 Nov 2019 13:

Re: Removing folder at destination

2019-11-24 Thread raf via rsync
Fabian Cenedese via rsync wrote: > >Why not exclude 2_ASSETS from the first run, and then do a second run to > >rsync the _contents_ of 2_ASSETS to the target 01_us_eng directory? > > > >Add /01_us_eng/2_ASSETS/ to the exclude.txt file. > > > >rsync -rvz --exclude-from=exclude.txt source destinati

Re: Removing folder at destination

2019-11-22 Thread Fabian Cenedese via rsync
>Why not exclude 2_ASSETS from the first run, and then do a second run to >rsync the _contents_ of 2_ASSETS to the target 01_us_eng directory? > >Add /01_us_eng/2_ASSETS/ to the exclude.txt file. > >rsync -rvz --exclude-from=exclude.txt source destination >rsync -rvz source/01_us_eng/2_ASSETS/ de

Re: Removing folder at destination

2019-11-22 Thread Paul Slootman via rsync
On Thu 14 Nov 2019, Freddie Valdez via rsync wrote: > > Rsync 2.6.9 Wow, that's ancient. Released 06 Nov 2006 > Mac OS interacting with Windows servers. > > My Rsync command: rsync -rvz --exclude-from=exclude.txt source destination. > > I copy large files from server A to server B excluding mu

Removing folder at destination

2019-11-14 Thread Freddie Valdez via rsync
Hello, Rsync 2.6.9 Mac OS interacting with Windows servers. My Rsync command: rsync -rvz --exclude-from=exclude.txt source destination. I copy large files from server A to server B excluding multiple directories which rsync quickly and beautifully executes. What I end up with at destination is t