Displaying 5 results from an estimated 5 matches for "msg_success".
Did you mean:
is_success
2004 Jan 17
1
--delete-sent-files (AKA --move-files)
...ed,
which allows us delete the original for all transferred files. I have
in the past waffled on whether this feature needs to be in rsync. I'm
currently back on the side that it's a nice thing to support. YMMV.
Here's a new implementation of the feature that adds a generic message
(MSG_SUCCESS) for the receiver to send back to the sender (through the
generator). I made the generator simply forward this message on to the
sender, but to do that it means that the generator must be in multi-
plexed IO mode, which it used to be only when it was on the server side.
My patch adds a new interna...
2007 Dec 30
4
How to avoid loosing rsync temp/partial files
Hallo,
I am using rsync to copy remote files into a local directory.
I use the following flags: "--remove-sent-files --partial-dir=/tmp --partial
--temp-dir=/tmp --backup --suffix=.bak".
I need the partial issue since in the final destination I must have only
closed and full files.
I need to remove the sent files from the destination since I need to avoid
transferring the same file
2006 Dec 10
1
Rsync 2.6.9 Develops Conflict Between --stats, I think --delete-after and Local Filesystem Replication
Hi all,
Well, yeah, that's it, really. :-) Try it. Works consistently, on Doze
and Linux here ...
# rsync -vvrlHSPtiypogD --stats --numeric-ids --delete-after --force --
partial-dir=.partial /tmp/ /var/tmp/
[...show stats...]
unknown message 4:1 [generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(307)
[generator=2.6.9]
rsync: connection unexpectedly closed (26
2008 Aug 20
0
Problem with exact moment of issuing transfer log entry for a [recv] action
...fname, fd2, F_LENGTH(file));
- log_item(log_code, file, &initial_stats, iflags, NULL);
-
if (fd1 != -1)
close(fd1);
if (close(fd2) < 0) {
@@ -719,6 +717,7 @@
if (remove_source_files || inc_recurse
|| (preserve_hard_links && F_IS_HLINKED(file)))
send_msg_int(MSG_SUCCESS, ndx);
+ log_item(log_code, file, &initial_stats, iflags, NULL);
break;
case 0: {
enum logcode msgtype = redoing ? FERROR_XFER : FWARNING;
2006 Jun 16
8
DO NOT REPLY [Bug 3845] New: Add --remove-source-files
https://bugzilla.samba.org/show_bug.cgi?id=3845
Summary: Add --remove-source-files
Product: rsync
Version: 2.6.9
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: hashproduct+rsync@gmail.com