Nobody reads the rsync man page and assumes that it is recommending a
commercial product. And nobody is going to read an "enhanced" rsync man
page and get incentivised to start an open-source software project.
Everybody knows that a mention of "Word" or "Photoshop" in an example
refers to a gener
" Feature 1: tags"
Sounds like this would be no less work for the user than just having
include/exclude filter list(s).
But right now rsync works poorly with large filter lists. That's something
I have fixed, but just haven't submitted the patches yet.
Also: is xattr supported on all OS's and fi
Ken, this just happens to be a special case where your configuration has a
huge number of spindles. If you have multiple threads reading the same
spindle you'll just be thrashing the heads back & forth. If there is one
thread reading at the front of the disk and another thread reading at the
end
I investigated the rsync code and found the reason why.
For every file in the source, it searches the entire filter-list looking to
see if that filename is on the exclude/include list. Most aren't, so it
compares (350K - 72K) * 72K names (the non-listed files) plus (72K * 72K/2)
names (the ones th
I have a sensor collector system (very low-powered slow ARM cpu), and
another system which daily pulls the data files from it for processing.
There are about 1000 new files each day. As part of the processing it
decides that certain of the files are of no interest, and adds them to an
exclude file
eah, your right, source should be /usr/local/www/apache22/data
/usr/local/etc holds configuration data. I spent over two hours looking for
the error :(
Thanks
Ray
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org
On Thursday 25 September 2008 6:04:55 pm Matt McCutchen wrote:
> Ray, please CC rsync@lists.samba.org so that others can help you and
> your messages are archived for others' future benefit.
>
Sorry Matt,
My mistake.
Ray
--
Please use reply-all for most replies to avoid omitti
y help would be very much appreciated
Ray
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
file.
Comments, rebuttals, etc.?
Thank you.
--Ray
rsync \
--delete \
--devices \
--bwlimit "${BWLIMIT}" \
--group \
--hard-links \
--ignore-times \
--links \
--numeric-ids \
--owner \
--per
My rsync was working from a cron job for a long time. Suddenly, I
started to get the error:
rsync: writefd_unbuffered failed to write 85 bytes: phase "unknown"
[receiver]: Broken pipe (32)
rsync error: error in rsync protocol data stream (code 12) at
/SourceCache/rsync/rsync-20/rsync/io.c(909)
I
ata stream (code 12) at
/SourceCache/rsync/rsync-20/rsync/io.c(909)
Bus error
_End Terminal output___
Ideas?
Thanks
Ray
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
I would suggest that your script that calls the various rsync commands creates
a lockfile and whatever script that is spawning off the additional rsync
processes waits until this lockfile is gone before doing anything.
Ray
On Thu, May 26, 2005 at 10:52:41AM +1000, dtra wrote:
> dtra wr
. Must be some locking
issue with files open for write while rsync tries to read them.
D'oh!
Thanks again.
Ray
On Sat, Mar 26, 2005 at 09:32:05AM -0800, Tim Moore wrote:
>
> I use rsync similarly. In addition to he standard /tmp traffic, junkbuster
> has a 4MB jarfile and 18MB l
[EMAIL PROTECTED] report_log]# free
total used free sharedbuffers cached
Mem: 2068172 8762961191876 0 76796 654944
-/+ buffers/cache: 1445561923616
Swap: 1020116 01020116
No swap in use... however, keep
s", no IO can happen and things get really backed up on the
system and it ends up being faster for me to just dump the tmpfs completely
and go back to writing directly to disk as slow as that was...
Any suggestions?
--
Ray Van Dolson
Linux/Unix Systems Administrator
DigitalPath Networks
--
u for the help.
--
Ray Lischner, author of C++ in a Nutshell
http://www.tempest-sw.com/cpp
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
actually needs as much as 250 bytes/file. This
explains why 192MB is insufficient when I want to copy 1M files.
--
Ray Lischner, author of C++ in a Nutshell
http://www.tempest-sw.com/cpp
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, re
On Thursday 12 February 2004 04:00 pm, Lee Eakin wrote:
> Is your USB disk a usb-1 device?
No, USB 2.0: Maxtor OneTouch (0x0d49/0x7010).
I've repeated this attempt three times in a row. Each time, it fails
after about 90-100 minutes of elapsed time.
--
Ray Lischner, author of
On Thursday 12 February 2004 12:44 pm, Ray Lischner wrote:
> I am trying to backup an entire disk to a USB-mounted disk, for backup
> purposes. Many files are copied, but eventually rsync dies:
I tried it again, and this time it fails at a different point and with a
different error:
$
(code 12) at io.c(189)
I am running Suse 9.0 and rsync 2.6.0 on an AMD-K6-2/450 (192MB RAM,
400MB swap). I ran fsck on the source and destination partitions
(ext3), and both are error-free.
Can anyone shed some light on what is going wrong? Thanks.
--
Ray Lischner, author of C++ in a Nutshell
http
20 matches
Mail list logo