Displaying 20 results from an estimated 6000 matches similar to: "avoid rsync deleting vanished files on receiver"
2005 Oct 12
2
Vanished Files issue/enhancement
Hi Rsync/Samba team,
First of all, cudos on rsync 2.6.6! It is running exceptionally well.
I'm using a script executed by cron to keep warm-backup servers in sync
with the primary server. The execution is set to run every 5 minutes.
Like any good programmer, this process is *very* paranoid and uses
'wall' to notify the users if any error occurs during the transmissions.
This is
2019 May 16
0
[Bug 13953] New: error message instead of --stats informations (in case of vanished files), using rsync 3.1.1 and rsync 3.0.9
https://bugzilla.samba.org/show_bug.cgi?id=13953
Bug ID: 13953
Summary: error message instead of --stats informations (in case
of vanished files), using rsync 3.1.1 and rsync 3.0.9
Product: rsync
Version: 3.1.1
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2008 Oct 21
1
writefd_unbuffered failed to write
Hi,
I've installed cygwin and rsync on a vista client and want backup it to a
Linux server:
On client side (vista) I use rsync 3.0.4 (protocol version 30)
Capabilities:
64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, no IPv6, batchfiles, inplace,
append, ACLs, no xattrs, iconv, symtimes
On server side (linux) I have rsync 3.0.3
2017 Feb 06
0
Missing directory errors not ignored
Dear rsync-list,
I got following issue demonstrated by this script:
-----
$ mkdir -p src/a trg/a
$ echo "/a/b/c" > list
$ /usr/bin/rsync -slt --ignore-errors --force --ignore-missing-args
--delete-missing-args --files-from=list src localhost:`pwd`/trg
file has vanished: "/home/axel/src/a/b"
ABORTING due to invalid path from sender: a/b/c
rsync error: protocol
2008 Mar 06
2
rsync: Please add an option to ignore vanished files
Hi Everyone,
The following request was received from a Debian user; could you
comment on it? I think this seems reasonable, although the cron
output can be fixed by writing to a temporary file and using grep -v.
(The temporary file is necessary to avoid discarding the exit code,
although that may not be needed in the case of rsync, since it writes
that to stderr).
On Mon, Feb 20, 2006 at
2017 Nov 16
4
[Bug 13147] New: inconsistent behaviour regaring vanished files information
https://bugzilla.samba.org/show_bug.cgi?id=13147
Bug ID: 13147
Summary: inconsistent behaviour regaring vanished files
information
Product: rsync
Version: 3.0.9
Hardware: x64
OS: Mac OS X
Status: NEW
Severity: minor
Priority: P5
Component: core
Assignee:
2012 Nov 05
2
Issues with VANISHED CHANGEDSINCE
I've been seeing the following wonky behavior with Dovecot. Currently
this is with Dovecot 2.0.19, but I was also seeing it in earlier
versions as well, including versions from the 1.x series. Some
background, this is from Horde's ActiveSync library, when it is trying
to determine what UIDs have recently been expunged. I can guarantee
that when this command was sent, there was
2008 May 18
1
Some files vanished...
I run an rsync to backup my mail server ever 4 hours. Sometimes, I
get these sorts of warnings:
Rsyncing...
file has vanished: "/usr/local/virtual/*munged1*/new/
1210876129.43402_0.mail.server.tld"
file has vanished: "/usr/local/virtual/*munged2*/courierimapkeywords/.
4036254.1210876052.43312_0.mail.server.tld"
file has vanished: "/usr/local/virtual/*munged3*/cur/
2014 Jan 01
3
[Bug 10356] New: Include rsync-no-vanished support script
https://bugzilla.samba.org/show_bug.cgi?id=10356
Summary: Include rsync-no-vanished support script
Product: rsync
Version: 3.1.1
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: jakobunt at gmail.com
2004 Dec 14
0
[Bug 2158] New: Rsync discontinues when large files are vanished or updated
https://bugzilla.samba.org/show_bug.cgi?id=2158
Summary: Rsync discontinues when large files are vanished or
updated
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2008 Jun 21
1
DO NOT REPLY [Bug 5554] New: File has vanished for files with foreign/unicode characters
https://bugzilla.samba.org/show_bug.cgi?id=5554
Summary: File has vanished for files with foreign/unicode
characters
Product: rsync
Version: 2.6.9
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2004 Jan 07
1
2.6.0 "file has vanished" fails to set exit code on local client
A new 2.6.0 feature is supposed to use a different exit code when the
only 'errors' were from files that disappeared between the building
of the file list and the actual transfer of files.
But if the client is local and the server is remote, IOERR_VANISHED
gets set on the remote server, but is never passed to the local
client (the io_error value is passed at the end of the file list,
not
2004 Jan 27
1
"file has vanished" bug [rsync-HEAD-20040127-1010GMT]
Just ran into this bug when running the latest snapshot from CVS: when
rsyncing from two source directories into a third one, rsync gets
confused about which source file is from which directory, resulting in a
"file vanished" error. See test script below.
Also, is there any consensus on whether using multiple source modules
when pulling from an rsync daemon is going to be ok? I
2006 Oct 12
5
DO NOT REPLY [Bug 4168] New: Random file has vanished when syncing clock with ntpdate/hwclock ?
https://bugzilla.samba.org/show_bug.cgi?id=4168
Summary: Random file has vanished when syncing clock with
ntpdate/hwclock ?
Product: rsync
Version: 2.6.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2007 Dec 07
1
exit code for vanished files in 2.6.9
I am using rsync 2.6.9 (as currently packaged in Mandriva 2007.1)
Ever since the latest update of the package I have been getting an exit
code of 23 with the output "file has vanished: {filename}".
For partial transfers due to vanished files, I (and my script) would
expect exit code 24.
(man page)
23 Partial transfer due to error
24 Partial transfer due to vanished source
2007 Nov 16
0
Special Characters in Filenames -> rsync error code 24, files vanished
Hello,
there are problems syncing files with special charcters in the filename.
The special characters in the filename are displayed as a question mark.
During synchronization, the rsync tells the file is vanished.
Here is the standard output with level 1 verbosity. Higher verbosity
levels dont give more informations about the problem. The stat command
with this file succeed.
file has vanished:
2016 Jan 13
0
[Bug 11671] New: --files-from= with nonexistant files and --delete-missing-args complains about vanished source files
https://bugzilla.samba.org/show_bug.cgi?id=11671
Bug ID: 11671
Summary: --files-from= with nonexistant files and
--delete-missing-args complains about vanished source
files
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
Severity: normal
2007 Aug 10
2
vanished files
The vanished files problem is really REALLY annoying... It renders rsync
unusable for me:
sent 22972933 bytes received 2399590976 bytes 310684.69 bytes/sec
total size is 98068497125 speedup is 40.48
client_run2 waiting on 18377
_exit_cleanup(code=24, file=main.c, line=1385): entered
rsync warning: some files vanished before they could be transferred
(code 24) at main.c(1385)
2017 Feb 07
12
[Bug 12569] New: Missing directory errors not ignored
https://bugzilla.samba.org/show_bug.cgi?id=12569
Bug ID: 12569
Summary: Missing directory errors not ignored
Product: rsync
Version: 3.1.2
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: axkibe
2004 Jul 21
1
Avoid return code 24 (file vanished) with command line option?
Hi!
Is it possible to avoid this error condition by specifying a command
line option? I haven't found an obvious one in the manual.
Background: We are using rsync for a live backup of our home
directories. Emails are stored in Maildir format within the
homedirectories. The rsync process is running for some time and in the
meantime emails get deleted because users still have IMAP access.
The