search for: dest1

Displaying 14 results from an estimated 14 matches for "dest1".

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
...configure rsyncd with the test module too) rm -rf source mkdir 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 nob...
2011 Dec 22
1
overlaid filled contour plots
...mooth::bkde2D() in the following file: http://euclid.psych.yorku.ca/SCS/Private/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/...
2018 Apr 10
4
Signed SSH key issue with OpenSSH6.4p1
...er with ca user keys (ca-user-key.pub) 2) I created user ssh rsa keys (user-id-org and user-id-org.pub). 3) I signed the "user-id-org.pub" with "ca-user-key.pub" and generated "signed-user-id-org.pub". 4) I copied " ca-user-key.pub" to the destination server (dest1.domain.com) and changed "TrustedUserCAKeys /etc/ssh/ ca-user-key.pub" in /etc/ssh/sshd_config. 5) I am trying to get into "dest1.domain.com" using the " user-id-org " as well as "signed-user-id-org.pub". [ ssh -i user-id-org -i signed- user-id-org.pub user...
2013 Feb 13
1
[Bug 9657] New: --compare-dest results inconsistent between major 2 and major 3
...c philipc$ mkdir -p compare/src1 compare/src2 phillyair:rsync philipc$ cd compare/ phillyair:compare philipc$ touch src1/file1 src1/file2 phillyair:compare philipc$ touch src2/file1 src2/file2 src2/file3 phillyair:compare philipc$ ../rsync-2.6.9/rsync -av --size-only --compare-dest=../src1/ ./src2/ dest1 building file list ... done created directory dest1 ./ file3 sent 165 bytes received 60 bytes 450.00 bytes/sec total size is 0 speedup is 0.00 phillyair:compare philipc$ rm -fr dest1 phillyair:compare philipc$ ../rsync-3.0.9/rsync -av --size-only --compare-dest=../src1/ ./src2/ dest1 sending i...
2007 Jan 17
1
file.copy
...pying a non-existing 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 <...
2023 Mar 01
1
Inherit Owner / Permissions
A user is attempting to use Windows Powershell get-childitem command to copy files from one SMB directory to another. ***************** Get-ChildItem -Path "W:\z_TestFiles\source1" -Recurse -File | ForEach-Object { Copy-Item -Path $_.FullName -Destination "X:\dest1" } ***************** When the command is run it creates the files as 0 byte files and then errors. ***************** Copy-Item : Element not found. At line:2 char:5 + Copy-Item -Path $_.FullName -Destination "X:\dest1 ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
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
2010 Dec 01
0
[LLVMdev] RFC: Exception Handling Proposal Revised
...lly I don't see why <resumedest> is useful at all, since you can always place a complete set of all handlers into one dispatch, so redispatching is not needed. That said, it might be handy for reducing code duplication. > catches [ > <type> <val>, label<dest1> > ... > ] > catchall [<type> <val>, label<dest> ] > personality [<type> <value>] > filters [ > <type> <val>,<type> <val>, ... You also need labels for filters. I know it may not look...
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
2010 Dec 01
10
[LLVMdev] RFC: Exception Handling Proposal Revised
...Dispatch Instruction ==================== The dispatch instruction is the work horse of the exception handling design. It replaces the llvm.eh.selector and llvm.eh.typeid.for intrinsics. Syntax: dispatch resume to label <resumedest> catches [ <type> <val>, label <dest1> ... ] catchall [ <type> <val>, label <dest> ] personality [<type> <value>] filters [ <type> <val>, <type> <val>, ... ] The `catches', `catchall', and `filters' clauses are optional. If neither `ca...
2010 Dec 01
2
[LLVMdev] RFC: Exception Handling Proposal Revised
...l other things (like `terminate()'). I would love to have a language-neutral way of saying "resume unwinding". I don't know if it's sufficient to rely upon every implementation to call _Unwind_Resume(). >> catches [ >> <type> <val>, label<dest1> >> ... >> ] >> catchall [<type> <val>, label<dest> ] >> personality [<type> <value>] >> filters [ >> <type> <val>,<type> <val>, ... > > You also need labels for filt...
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
...d line 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 r...