Displaying 20 results from an estimated 5000 matches similar to: "[Bug 10963] New: rsync to multiple destinations"
2011 Dec 22
1
overlaid filled contour plots
I'm trying to make a set of contour plots of bivariate kernel density
estimates, showing three such plots overlaid,
similar to this plot
http://euclid.psych.yorku.ca/SCS/Private/Test/ridge-boot2.pdf
except that I would like to have the contours *filled* (using
transparent colors). To make this reproducible, I've
saved the results of KernSmooth::bkde2D() in the following file:
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
2007 Jan 17
1
file.copy
Hi,
Copying 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,
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
2009 Jun 05
2
ssh trouble checklist
Hi.
There should be a checklist of everything that can go wrong with
making an ssh connection.
Here's one entry for the list, which I didn't know before, and
* I couldn't see the problem from the -ddd and -vvv output, and
* there were no /var/log/* file entries to give hints.
Here's what I did
sudo kill <pid-of-sshd>
/usr/sbin/sshd
No good.
Usually I did kill
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.
2009 Jul 08
4
DO NOT REPLY [Bug 6543] New: when crashing, announce the last file that was correctly copied
https://bugzilla.samba.org/show_bug.cgi?id=6543
Summary: when crashing, announce the last file that was correctly
copied
Product: rsync
Version: 3.0.6
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2007 Apr 26
1
setting current dir of remote shell
I have a command that will upload stuff from the current dir within a
local copy of a web site to the corresponding dir on the web server.
http://Yost.com/computers/yostupload
The command has a -l argument that will log you in to the server via
ssh. So far so good.
But I would like this -l argument to set the current dir on the
remote host so it is the dir corresponding to the current dir on
2009 Jan 03
2
DO NOT REPLY [Bug 6010] New: Need a --noprogress option
https://bugzilla.samba.org/show_bug.cgi?id=6010
Summary: Need a --noprogress option
Product: rsync
Version: 3.1.0
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: Dave@Yost.com
QAContact:
2009 Jul 09
1
DO NOT REPLY [Bug 6545] New: when crashing, announce the last file that was correctly copied
https://bugzilla.samba.org/show_bug.cgi?id=6545
Summary: when crashing, announce the last file that was correctly
copied
Product: rsync
Version: 3.0.6
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2008 Sep 26
6
DO NOT REPLY [Bug 5795] New: error in rsync protocol data stream (code 12) at io.c(632) [sender=3.0.4]
https://bugzilla.samba.org/show_bug.cgi?id=5795
Summary: error in rsync protocol data stream (code 12) at
io.c(632) [sender=3.0.4]
Product: rsync
Version: 3.0.4
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: blocker
Priority: P3
Component: core
AssignedTo:
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
https://bugzilla.samba.org/show_bug.cgi?id=5298
Summary: xattrs and acls do not work well together along with
fake-super, even worse on XFS
Product: rsync
Version: 3.0.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo:
2006 Aug 31
5
Tables with Graphical Representations
Hi useRs -
I was wondering if anyone out there can tell me where to find R-code
to do mixes of tables and graphics. I am thinking of something
similar to this:
http://yost.com/information-design/powerpoint-corrupts/
or like the excel routines people are demonstrating:
http://infosthetics.com/archives/2006/08/excel_in_cell_graphing.html
My aim is to provide small graphics to illustrate
2018 Apr 10
4
Signed SSH key issue with OpenSSH6.4p1
Hi All,
Please pardon me if it is the wrong list to ask how-to etc.
I am having an issue with the Signed SSH keys. I am being asked for the
passphrase for my signed public key, even though I don't have any.
I am running CentOS7 with OpenSSH_6.4p1, OpenSSL 1.0.1e-fips 11 Feb 2013.
1) I have ca server with ca user keys (ca-user-key.pub)
2) I created user ssh rsa keys (user-id-org and
2009 Jul 08
3
DO NOT REPLY [Bug 6542] New: rsync: hlink.c:125: match_gnums: Assertion `gnum >= hlink_flist->ndx_start' failed.
https://bugzilla.samba.org/show_bug.cgi?id=6542
Summary: rsync: hlink.c:125: match_gnums: Assertion `gnum >=
hlink_flist->ndx_start' failed.
Product: rsync
Version: 3.0.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
2010 Sep 10
10
DO NOT REPLY [Bug 7670] New: rsync --hard-links fails where ditto succeeds
https://bugzilla.samba.org/show_bug.cgi?id=7670
Summary: rsync --hard-links fails where ditto succeeds
Product: rsync
Version: 3.1.0
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: blocker
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: Dave at Yost.com
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
2008 Aug 04
4
DO NOT REPLY [Bug 5665] New: need option to hard link from source tree to dest tree
https://bugzilla.samba.org/show_bug.cgi?id=5665
Summary: need option to hard link from source tree to dest tree
Product: rsync
Version: 3.0.4
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: Dave@Yost.com
2005 Feb 27
6
[Bug 2395] problems copying from a dir that includes a symlink in the path
https://bugzilla.samba.org/show_bug.cgi?id=2395
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Status|NEW |RESOLVED
Resolution| |WORKSFORME
-------
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.