search for: dest2

Displaying 10 results from an estimated 10 matches for "dest2".

Did you mean: dest
2008 Mar 02
2
DO NOT REPLY [Bug 5298] New: xattrs and acls do not work well together along with fake-super, even worse on XFS
...source echo data2 > source/file2 echo data1 > source/file1 chown 1000:1000 source/file1 setfattr -n user.DOSATTRIB -v "0x30783031" source/file1 setfacl -m g:wheel:rw- source/file1 rsync $OPTS -av source/ backup::test/dest1 rsync $OPTS -av --link-dest ../dest1 source/ backup::test/dest2 ------------------------------------------- For OPTS="" ../test/dest1: total 16 -rw-rw-r-- 2 backup nobody 6 Mar 2 23:00 file1 -rw-r--r-- 2 backup nobody 6 Mar 2 23:00 file2 ../test/dest2: total 16 -rw-rw-r-- 2 backup nobody 6 Mar 2 23:00 file1 -rw-r--r-- 2 backup nobody 6 Mar 2 23:...
2011 Dec 22
1
overlaid filled contour plots
.../Test/bkde2D-boot.RData From this, the essence of my plot can be produced by the following: # show calls to bkde2D() #library(KernSmooth) #dest0 <- bkde2D(lbt[,wh], bandwidth=.5, range.x=list(c(-16, 8), c(-5,5))) #dest1 <- bkde2D(lbt[,1+wh], bandwidth=.5, range.x=list(c(-16, 8), c(-5,5))) #dest2 <- bkde2D(lbt[,2+wh], bandwidth=.5, range.x=list(c(-16, 8), c(-5,5))) #save(dest0, dest1, dest2, cm0, cm1, cm2, file="bkde2D-boot.RData") con <- url("http://euclid.psych.yorku.ca/SCS/Private/Test/bkde2D-boot.RData") ## print the value to see what objects were saved. prin...
2005 Nov 24
1
playlist streaming
is it true it's not possible to start or stop indvidual streams using icecast2+icegenerator(liveice,ezstream) combination? i've tried mp3 directory streaming as well as playlist streaming - it works, but with no possibility to see full mp3 file listing and play control (like choosing a song, starting, stopping play). Icecast can't even diferentiate /dev/dsp input from playlist input.
2007 Jan 17
1
file.copy
...g file with file.copy creates an empty file > r <- file.copy("non-existing-file", ".") > r [1] TRUE ... and returns TRUE! Now, when used in "vectorized" mode > r <- file.copy(c("toto1", "toto2"), c("dest1", "dest2")) [1] FALSE FALSE file.copy looks much more reasonable, except that files "dest1" and "dest2" are still created (despite the fact that "toto1" and "toto2" don't exist). If the 'to' argument is not a dir: > r <- file.copy(c(&quot...
2005 Feb 25
1
Feature request: Being able specify that the destination should follow source directory structure.
Greetings. If I do this: rsync --hard-links one.server.com::"module/somedir/images/redhat/3.0WS/en/os/i386 module/someotherdir/1.0/images/redhat/3.0WS/en/os/i386" /export/distros I get: /export/distros/i386/... and a conflict between the two sources. I want for destination: /export/distros/images/redhat/3.0WS/en/os/i386 /export/distros/1.0/images/redhat/3.0WS/en/os/i386 In other
2008 Jul 28
3
Shell script - ping
hi, how to write a scripts which launches 10 pings to different destinations at execution of single shell scripts please help me any ideas regards, Gopinath
2014 Nov 25
6
[Bug 10963] New: rsync to multiple destinations
https://bugzilla.samba.org/show_bug.cgi?id=10963 Bug ID: 10963 Summary: rsync to multiple destinations Product: rsync Version: 3.0.6 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: Dave at
2007 Jan 15
3
CVS rsync hangs during local copy
...radually decrease, possibly because the source directory goes into cache. I ran the following command line and then killed the rsync processes when they printed nothing for several seconds: rm -rf * && strace -ff -o rsync-incremental.strace ~/rsync/rsync/rsync -a -ivvv --progress ~/rsync/ dest2/ 2>&1 | tee rsync-incremental.log The resulting rsync-incremental* files are available at: http://www.kepreon.com/~matt/private/rsync-hanging/ Matt
2005 Feb 16
11
Load Balancer setting for Public Servers
Hello, I have finished setting up the load balancer with IPROUTE ... also patch the kernel to support DGD and now it''s working fine with the valuable guide at LARTC website, Julian Anastasov, and the kind people in this mailing list. Now I would like to launch a web server and a ftp server to the public but I''m stuck into a problem and really need your help. Currently internal
2006 Jul 12
10
DO NOT REPLY [Bug 3925] New: rsync is unable to sync large (approx 4G) sparse files
...parameters are used on the receiving machine: rsync --rsh=ssh \ --archive \ --compress \ --update \ --recursive \ --sparse \ --progress \ --exclude-from=excludes.txt \ --partial \ --delete \ --delete-excluded \ user@sender:'/dest1 /dest2' dest-dir Two files are complained about. They are both sparse files and approximately 4G in size. When rsyncing, the following messages are produced: test1/cow 4296024064 100% 5.55MB/s 0:12:18 (xfer#22, to-check=56572/57050) WARNING: test1/cow failed verification -- update retained...