search for: slootman

Displaying 20 results from an estimated 360 matches for "slootman".

2007 Feb 05
3
rsync 3.0.0cvs timeout
Hi, When I send this command, I get a timeout almost every time... --- this is the client side --- rsync -av --timeout 120 /home/bat/20070205_0501/log/sync_dns29_log /home/bat/20070205_0501/log/sync_dns29_serial /home/bat/20070205_0501/log/sync_dns29_tcpdump_log.gz --port 5873 fileserver::test/20070205_0501/log sending incremental file list sync_dns29_log sync_dns29_serial
2005 Oct 10
8
Help with sincronizing two directories on remote servers
Dear friends, a newbie here. we have two webservers, a and b, both of them with rsync installed. We would like to rsync one directory on one server with another directpory on another server. What I do is to go to one of the server (server a) as root using ssh, navigate to the directory, and write rsync -avz username@serverb:directory/ ./ But it does not work. Am I doing something
2017 Mar 03
2
How do you exclude a directory that is a symlink?
The directory I'm trying to copy from is: /home/blah/dir The symlink is /home/blah/dir/unwanted_symlinked_dir On Fri, Mar 3, 2017 at 8:10 AM, Paul Slootman <paul+rsync at wurtel.net> wrote: > On Fri 03 Mar 2017, Steve Dondley wrote: > > > I'm trying to rsync a directory from a server to my local machine that > has > > a symbolic link to a directory I don't want to download. I have an > > "exclude" op...
2007 Aug 01
2
--append option description in manpage confusing
...file on the sending side (as well as new files) are sent. ... IMHO this text should be changed to: Only files on the receiving side that are shorter than the corresponding file on the sending side are affected by this option. Other files are transferred in the usual manner. Paul Slootman
2007 Apr 12
2
error on --copy-dirlinks shortform in manpage
...bf(-k, --copy-dirlinks)) This option causes the sending side to treat a symlink to a directory as though it were a real directory. This is useful if you don't want symlinks to non-directories to be affected, as they would be using bf(--copy-links). Capital -K is for --keep-dirlinks. Paul Slootman
2005 May 19
2
Bug#305932: rsync on a directory transfers the files of this directory
...ame ends with a slash. I asked him to cook up a script to reproduce this (as it wasn't quite clear to me at first what happened exactly). Any ideas? Please include 305932-forwarded@bugs.debian.org in the recipients of any replies, so that the discussion is recorded with the bug. Thanks, Paul Slootman On Thu 19 May 2005, Vincent Lefevre wrote: > On 2005-05-18 11:40:40 +0200, Paul Slootman wrote: > > Could you reproduce this with a fixed list, i.e. give a script that > > creates the directories and files, generates the list (e.g. with find) > > and then calls rsync? That mi...
2004 Nov 23
4
patch for replacing non-printable chars in filenames
...ll also do this. On the other hand, ls will replace such chars with a question mark. Upon inspection, it appears to be fairly simple to also do this in rsync (in the rwrite() function). Here's a patch. Opinions? Perhaps don't do it unconditionally, i.e. offer some way to turn it off? Paul Slootman --- log.c.orig 2004-10-04 11:51:37.000000000 +0200 +++ log.c 2004-11-23 17:27:29.000000000 +0100 @@ -180,6 +180,15 @@ buf[len] = 0; + if (code == FINFO) { + /* Replace non-printing chars in the string, most probably due to + * wierd filenames. Skip the first and...
2016 Dec 16
3
[Bug 12472] New: invalid rsync-command syntax or options with —stats
https://bugzilla.samba.org/show_bug.cgi?id=12472 Bug ID: 12472 Summary: invalid rsync-command syntax or options with —stats Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: core Assignee: wayned at samba.org
2003 Mar 12
1
patch against manpage
This is a patch against the manpage to clarify what the --perm option does and does not do. Paul Slootman -------------- next part -------------- diff -ru orig/rsync-2.5.6/rsync.1 rsync-2.5.6/rsync.1 --- orig/rsync-2.5.6/rsync.1 2003-01-28 04:11:57.000000000 +0100 +++ rsync-2.5.6/rsync.1 2003-03-07 12:18:19.000000000 +0100 @@ -562,8 +562,13 @@ default\&. .IP .IP "\fB-p, --perms\fP" -...
2003 May 15
2
single quotes in the manpage
...s \(aa. Unescaped: apostrophe, right quotation mark, single quote (ASCII 0x27). I think all these backslashes should be removed, as the acute accent won't display correctly on all terminals and aren't intended anyway (IMHO). This concerns both rsync.1 and rsyncd.conf.5 . Paul Slootman
2005 Apr 25
2
Need help with rsync
Hi, Trying to configure rsync , Here r the details: OS:Solaris 9 rsync :rsync version 2.6.3 protocol version 28 Problem :Locally copyng files using rsync works fine.r sync fails when i try to copy files over to the other machine : rsync /export/home/amg/* amg@coesun05:/export/home/amg amg@coesun05's password: rsync: connection unexpectedly closed (0 bytes received so far) [sender]
2008 Apr 07
1
newbie: rsync 2.6.x problems Cygwin client --> RedHat server
...er is running rsync 2.6.1 on RH > Client is running rsync 2.6.3 on Cygwin (Win2003) > > When I connect client to server, I get kicked out after SSH > authentication. I can manually ssh into the server with no problems. Is the server running an rsync daemon? If so, why the ssh? Paul Slootman
2008 Sep 10
2
log format '%P' only logs '/' when use chroot = true
The subject says it all :-) Apparently in pre-3.0.0 versions '%P' would log the actual path as specified in the module entry in rsyncd.conf, but now it's apparently relative to the chroot... Paul Slootman
2007 Mar 08
4
about lock.
Hi, i try to learn how rsync lock files for create a backup, but.. not find any on www. some can help me and give any HOWTO or FAQ or document ? Thanks! -------------- next part -------------- HTML attachment scrubbed and removed
2007 Oct 31
4
multiple rsync sessions for one file?
Hey all, A customer is configuring an offsite rsync backup. Their Internet pipe is fairly slow (DSL) but they have some very large files to backup. Their backup window is only after business hours. If one of these large files starts rsyncing at midnight, and the backup window ends before the file is complete (i.e. the rsync process stops), will it complete the rest of that file the
2009 Aug 17
10
ssh failure due to local error
Readers, I have tried the following command: rsync -t *.txt ssh user at remote.machine: and receive the following error: rsync: link_stat "local/machinepath/ssh" failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at main.c(1031) [sender=3.0.2] My understanding of the manual is that the text files on my local machine should have been
2007 Oct 26
3
micro rsync
Let's assume only kernel and drivers are on a system. Is it possible to effectively run an rsync server with ssh (ie. the receiving end) with say 3MB of available memory? How about 6MB? _____________________________ Stephen Zemlicka Integrated Computer Technologies PH. 608-558-5926 E-Mail <mailto:stevezemlicka@gmail.com> stevezemlicka@gmail.com -------------- next part
2005 Jun 30
2
rsync .gz files?
I've run across a situation where I have a directory of .gz files. I do want to rsync this directory. I've tried without the --compress (because they are already compressed) but the files never get rsynced. Interactively, I get the following error: :rsync error: some files could not be transferred (code 23) at main.c(1045) In the /etc/rsyncd.log, for each of the files, I get:
2005 Apr 25
2
How about a --min-size option, next to --max-size
...size problems, so I'd like to skip all files > some limit. I've also had the opposite problem (with ordinary mirror) - a server where there were lots of small junk files I was not interested in. Both cases has its merits. Would a patch for --min-size be acceptable? Paul Slootman
2006 May 09
4
Upgrade from 2.3.1 to 2.6.6 fail
Hi all, I upgrade my rsync from 2.3.1 to 2.6.6 today in the client host, everything seems not working after the migration. I didn't touch the rsync server. Herewith is the log from my rsync server. I looks like something related to IPV6, anyone has any idea? Rsync Server : RHEL4 with rsync 2.6.3 deamon running Rsync Client (merlin) : Solaris 8 with rsync 2.6.6 2006/05/09 16:18:40 [5332]