Displaying 7 results from an estimated 7 matches for "drsync".
Did you mean:
rsync
2006 Mar 06
1
how to distinguish local add and remote delete?
hi,all, I have a question about how to distinguish local add and remote delete?
hope to get answer from any of you, thank you in advanced.
how to distinguish local add and remote delete:
Local is machine A, Rsync client, remote is machine B, Rsync server.
In our application, A and B are load balance and have same import.
file changes may happend in machin A or machine B.
So each time, A
2007 Sep 05
0
(no subject)
...the =
connection
may be changing files, you may want to either look into a tool =
designed
to do this (e.g. unison), or you may with to use an external wrapper =
for
rsync that keeps extra data about what was in the last transfer so =
that
it can figure out if a file is new or deleted (e.g. drsync).
http://freshmeat.net/projects/unison/
http://freshmeat.net/projects/drsync/
..wayne..
2010 Jul 09
8
DO NOT REPLY [Bug 7565] New: --check-point=<TIME> +options.c.patch +generator.c.patch
https://bugzilla.samba.org/show_bug.cgi?id=7565
Summary: --check-point=<TIME> +options.c.patch
+generator.c.patch
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
2009 Feb 28
2
Treat files that were modified locally and remote
Hi - is there a clever way to identify files that have been change on
the local _and_ the remote location? Without such a check it may
happen, that changes are lost without even noticing.
One way to identify such files would be to do a dry-run upsync, then a
dry-run downsync, find files that would have been sync'ed in both dry-
runs, and then prompt the user for some action.
Is
2005 Aug 01
1
don't delete existing files...
Hi everybody,
I wonder if anyone could help me with an issue..
I have to sync several files from several computers "against" a
server. The particularity is that some users might have acces to the
server and can modify/create files...
The problem appears when a user, who has created a file in the remote
server (but that file doesn't exists locally), calls rsync with --delete
flag.
2007 Mar 29
1
exclude based on UID/GID?
I like to get ideas on excluding/including based on user or group id.
Right now I'm syncing from local to remote:
find show/season/episode/ -type f -and \( -uid 621 -or -uid 540 -or -uid
517 -or -uid 539 \) > /tmp/rsyncCron
/root/rsync/rsync -za -h --stats --numeric-ids
--files-from=/tmp/rsyncCron --relative ./ rsync://remote/root/
and then to sync from remote site to local
2003 Oct 03
2
Cygwin/rsync Hang Problem Testing Results
...solution.
Then I stumbled across an idea - to test previous versions of rsync to
if any of them worked better with cygwin. Here are the (hopefully
helpful) results of those tests. I did three tests for each version of
cygwin:
locallist:
rsync -n --stats --recursive --rsh=ssh sync/ /home/drsync/
get:
RSYNC_CMD="rsync --verbose --progress --stats -auz -e ssh"
$RSYNC_CMD myuser@myserver.com:sync/ sync/
put:
RSYNC_CMD="rsync --verbose --progress --stats -auz -e ssh"
$RSYNC_CMD sync/ myuser@myserver.com:sync/
When rsync was hanging, it did so usually...