Displaying 3 results from an estimated 3 matches for "2_assets".
2019 Nov 14
2
Removing folder at destination
...cting 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 these folders.
01_us_eng...
2_ASSETS
3_web
4_print
I manually then move the web/print folders into the 01_us_eng... folder and
then I manually delete the assets folder.
My humble question to samba.org is this, can I add an rsync command to move
folders 3 and 4 into 01... and delete the 2_ASSETS folder so I dont have to
m...
2019 Nov 22
1
Removing folder at destination
>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/ destination/...
2019 Dec 07
0
Removing folder at destination
...; ---------- Forwarded message ----------
> From: raf <rsync at raf.org>
> To: rsync at lists.samba.org
> Cc:
> Bcc:
> Date: Mon, 25 Nov 2019 13:43:33 +1100
> Subject: Re: Removing folder at destination
> 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 destination
>...