Displaying 7 results from an estimated 7 matches for "eharri".
Did you mean:
harri
2004 Jul 16
6
[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size
https://bugzilla.samba.org/show_bug.cgi?id=1529
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From wayned@samba.org 2004-07-14 09:55
2004 Jul 16
0
[Bug 1529] New: 32bit rollover problem rsyncing files greater than 4GB in size
...ater than 4GB
in size
Product: rsync
Version: 2.6.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: eharris@puremagic.com
QAContact: rsync-qa@samba.org
Tested and discovered between two machines with fairly recently updated debian
unstable running rsync 2.6.2-2.
I've been trying to rsync a large 7gig file across a slow network connection
during off-peak hours, and came across a nasty bug...
2005 Jul 19
2
Feature request for rsync for running scripts
I was wondering if others might find it useful to have a parameter in the
rsync daemon config that would allow running a command on the server at
session start or at successful rsync completion.
For instance, this would allow a webpage to be automatically maintained (by
a script called by this method) with the timestamps of the last successful
rsync completion (no errors, all files transferred),
2005 Aug 18
2
Question and feature requests for processor bound systems
Is there any way to disable the checksum block search in rsync, or to
somehow optimize it for systems that are processor-bound in addition to
being network bound?
I'm using rsync on very low power embedded systems to rsync files that are
sometimes comparatively large (sometimes a few hundred megs in size or
larger), and am finding that just the operation of the checksumming one such
file on
2005 Mar 16
0
Problem with rsync --inplace very slow/hung on large files
I'm trying to rsync a very large (62gig) file from one machine to another as
part of a nightly backup. If the file does not exist at the destination, it
takes about 2.5 hours to copy in my environment.
But, if the file does exist and --inplace is specified, and the file
contents differ, rsync either is so significantly slowed as to take more
than 30 hours (the longest I've let an
2005 Jul 19
1
Verbosity of log messages in daemon mode
When running rsync in daemon mode, is there a way to suppress
server-excluded messages in the logfile? I've tried setting both of
max verbosity = 0
transfer logging = no
but they are still showing up. Rsync 2.6.5.
Unfortunately, I'm using rsync to get a whole tree every half hour, but
there are a few excluded directories that have several hundreds of files in
them, and its making the
2007 Jan 08
1
Extremely poor rsync performance on very large files (near 100GB and larger)
I've been playing with rsync and very large files approaching and surpassing
100GB, and have found that rsync has excessively very poor performance on
these very large files, and the performance appears to degrade the larger
the file gets.
The problem only appears to happen when the file is being "updated", that
is, when it already exists on the receiving side.
For instance,