search for: _contents_

Displaying 6 results from an estimated 6 matches for "_contents_".

Did you mean: _content_
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/01_us_eng/ > >(perhaps add some variation of the exclude.txt file i...
2006 Dec 07
2
Why does this rsync line not work?
...-nuv /mnt/kinda2/home/lba/dl/ /home/lba/dl and I get the following error message: skipping directory /mnt/kinda2/home/lba/dl/. sent 21 bytes received 20 bytes 82.00 bytes/sec total size is 0 speedup is 0.00 The man pages says that a trailing / on the source will cause rsync to copy the _contents_ of the destination directory. I do that in the second case but it does not work. Without the trailing / on source, rsync would mkdir the target directory and copy the files which is not what I want. I suppose I've misunderstood the man page but could someone set me straight? Larry -- L...
2019 Nov 14
2
Removing folder at destination
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 these folders. 01_us_eng... 2_ASSETS 3_web 4_print I manually then move the
2010 Sep 13
2
value returned by by()
Hi, I noticed that by() returns an object of class 'by', regardless of what its argument 'simplify' is. ?by says that it always returns a list if simplify=FALSE, yet by.data.frame shows: ---<--------------------cut here---------------start------------------->--- function (data, INDICES, FUN, ..., simplify = TRUE) { if (!is.list(INDICES)) { IND <-
2019 Dec 07
0
Removing folder at destination
...> 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 > > >rsync -rvz source/01_us_eng/2_ASSETS/ destination/01_us_eng/ > > &g...
2009 Jan 19
0
compiling python2.5 (msys+mingw+wine) using msvcr80 assemblies
...ing python2.5 using msvcr80 that _will_ actually work both under native win32 and also under wine, but it's a _bit_ dodgy, as i couldn't track down where you're supposed to put Microsoft.VC80.CRT, except in the path of the application where it's running from. so, instead, i put the _contents_ of Microsoft.VC80.CRT.manifest into the manifest for the file, and this _does_ actually seem to work. i'm thinking of adding the Microsoft.VC80.CRT.manifest to the rc file (for compilation as a resource) to see if _that_ works, and will report back, but first i wanted to describe what i've...