search for: rsyncer

Displaying 8 results from an estimated 8 matches for "rsyncer".

Did you mean: rsynced
2011 Aug 18
1
in/exclude[=] and multiple sources
...the basic mechanics of these options and can usually get things to work as I want, there are a couple of issues that still trouble me. First of all, the syntax. The man pages state quite clearly that this should be --exclude=whatever and I still see this being given as advice from obviously expert rsyncers. I have never got that to work and found that instead --exclude 'whatever' worked. Could someone please enlighten me as to the correctness or otherwise of these methods. Do they both work if used correctly? If so, why is this not explained in the man pages along with how to use both method...
2002 Oct 25
0
rsync over stunnel or redir ( not ssh ) hangs
Hi rsyncers, as subject says im trying to tunnel rsync over stunnel. After a few files downloaded the connection get stuck and rsync times out. The same thing happens with redir, but with ssh works nicely. Well i realy need to tunnel rsync over stunnel or other secure alternative ( not VPN nor ssh ). T...
2003 Nov 20
0
negative result in rsync feedback
Hi Rsyncers, I have now succesfully deployed rsync as a means to replicate our main production servers running SCOMBAG^D^D^D^D OpenServer. (Dont worry, we'll let the company die, and switch to something better..) To do so however, I had to split the dirs I sync (25GB orso), into smaller chuncks so it wo...
2005 May 09
1
how to abort when can't write to the destination?
Dear Rsyncers, I'm trying to maintain a mirror of Ubuntu distribution and I had a cron job which rsynced it every night. The problem came after last reboot a few days ago -- destination directory wasn't mounted, thus wasn't accessible by rsync for writing: rsync: failed to set times on "/shar...
2009 Nov 27
1
Possibility so that --max-size AFFECTS --delete ?
Hello rsyncers! PRACTICAL CIRCUMSTANCES: Backup1 shall be identical to Original. My traditional custom. NO HELP NEEDED for this. Backup2 shall only be a subset of the original, only files with a certain maximum size and filename/suffix pattern get included. For this I use rsync's filename filters and...
2009 Mar 09
1
How to exclude directories from getting their metadata updated? (Macintosh HFS+ with rsync 3.0.5)
...op from a colleague. WHAT I WOULD LIKE Is that the directories' metadata is not updated. Except of course freshly created directories from source shall be created identical on target, and hence also their metadata. Everything else in this example is perfect! Friendly greetings to you rSyncers, Stefan Nowak
2008 Jun 23
1
New feature: detect and avoid transfering renamed files
Hello rsyncers, I have long wished for a feature in rsync to detect files that have renamed on the sender side since the last time a sync was performed, and avoid transfering those files to the destination the same way it avoids transfering files that haven't changed. Example 1: a log directory (like /var/...
2006 Sep 26
1
An idea: rsyncfs, an rsync-based real-time replicated filesystem
..., if you knew your FS was "mostly idle" the rsyncing process could only sync changed paths that have been idle more than 60 secs, to avoid rsyncing a given file (that seldom changes) more than once during a time when a user may be making rapid changes to it, but just for a short time. The rsyncer process could warn if a file has been in queue longer than a certain time, and is still hot (actively changing), or just sync it. My reason for writing this email is to solicit comments from the list. My post from April of last year received quite a few responses, but not an overwhelming number....