Uncorrectable bit error handling by rsync?

2023-06-01 Thread John Conover via rsync
Suppose rsync on one system is used to synchronize files to another system. Further, suppose rsync encounters an uncorrectable bit error reading a file that is being transferred. What's the chances that rsync corrupts the file on the other system? Thanks, John -- John Conover

Re: --link-dest. Time to 'building file list' incrementing

2019-01-08 Thread John Simpson via rsync
Don't know how I missed this when I was trying to figure out the cheapest solution. I don't need the complexity but it seems to be worth investigating. ThanksOn 8 Jan 2019 16:15, Andrew McGlashan via rsync wrote: > > On 8/1/19 8:56 pm, John Simpson via rsync wrote: > > Any

Re: --link-dest. Time to 'building file list' incrementing

2019-01-08 Thread John Simpson via rsync
Thanks. I'll give this a go and report back. On 8 Jan 2019 10:03, Ben RUBSON wrote:Hi,As you are on Cygwin, you should consider the notexec & noacl mount options :https://cygwin.com/cygwin-ug-net/using.html#mount-tableThey impact stat() performance.BenOn 8 Jan 2019, at 10:56, John Simpson

Re: --link-dest. Time to 'building file list' incrementing

2019-01-08 Thread John Simpson via rsync
Any ideas anyone? I still need at least a weekly backup of all data. The current workaround is just for the most active directories. Are there any diagnostics I can do which might shed some light on this? Thanks JohnOn 4 Jan 2019 09:53, John Simpson via rsync wrote: > > Kevin > &

Re: --link-dest. Time to 'building file list' incrementing

2019-01-04 Thread John Simpson via rsync
to daily backups on a small subset of the total; the full backup now takes around 30 hours. Clearly not practical. As the small subset takes only a few minutes to complete I can't yet see if this time is incrementing too. John On 3 Jan 2019 17:06, Kevin Korb via rsync wrote: > > I

--link-dest. Time to 'building file list' incrementing

2019-01-03 Thread John Simpson via rsync
I've been running rsync as a cygwin task on Windows Server 2008 for about two months now. I'm using the --link-dest option to do a daily 'snapshot' of the contents of a server containing about 10TB of data, about 13 million files, to a Linux based NAS server. Things started out great but I

Re: Troubleshooting RSYNC

2018-08-05 Thread John Long via rsync
Hi, On Sat, 2018-08-04 at 15:28 -0600, Leon via rsync wrote: > Greetings, > > I am having a problem with rsync deleting entire folders and files > and then attempting to recopy the entire contents of the folder(s) > even though they are up to date. The task is syncing from ubuntu > (rsync

Re: How should I be using rsync with FAT32/VFAT

2018-01-16 Thread John Long via rsync
On Tue, 2018-01-16 at 13:51 -0500, Kevin Korb via rsync wrote: > You don't have to change the system setting just change the TZ env > variable in the terminal you run rsync in. > Good point, thanks -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or

Re: How should I be using rsync with FAT32/VFAT

2018-01-16 Thread John Long via rsync
on slow media. John On Tue, 2018-01-16 at 13:27 -0500, Kevin Korb via rsync wrote: > #1 yes, you should use -rt instead of -a as everything else in -a is > incompatible with vfat. > > #2 timestamps will always be a problem on vfat. It has a 1 or 2 > second > resolution so

How should I be using rsync with FAT32/VFAT

2018-01-16 Thread John Long via rsync
or by using -rt instead of the usual -a Do you have recommendations on the best way to keep file trees in sync when one of them is FAT32 and the other is a real filesystem? Thanks, John Long -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options

rsync -aAXv to a FAT formatted directory?

2017-05-16 Thread John Conover via rsync
Does rsync -aAXv /dir1 /dir2, where dir2 is a mounted FAT formatted SD card, and then: rsync -aAXv /dir2 /dir1, to restore the files in dir1 from the FAT formatted SD card, restore the ACL and owner/permissions of the files and directories in dir1? Thanks, John -- John Conover, cono

Re: error allocating core memory buffers (code 22) at util2.c(106) [sender=3.1.2]

2017-04-11 Thread John Hawkinson via rsync
0) { 745 if (cnt < 0 && errno == EBADF) { (lldb) fin And then never returns fomr that stack frame, seems to hang out in select() forever (unless interrupted by a breakpoint or whatnot). Bugzilla account request submitted. --jh...@mit.edu John Hawkinson -

Re: error allocating core memory buffers (code 22) at util2.c(106) [sender=3.1.2]

2017-04-11 Thread John Hawkinson via rsync
uate scrollback), so I'm not sure what was going on. But at first blush, it appeared that adding - made things hang forever. Removing it, and rerunning, it's now happily trucking along and has been for the past hour actually doing work. --jh...@mit.edu John Hawkinson -- Please use reply-all f

Re: error allocating core memory buffers (code 22) at util2.c(106) [sender=3.1.2]

2017-04-11 Thread John Hawkinson via rsync
er for large hardlink farms, so I think maybe I need a homegrown solution? Ug. --jh...@mit.edu John Hawkinson -- 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

error allocating core memory buffers (code 22) at util2.c(106) [sender=3.1.2]

2017-04-10 Thread John A Hawkinson via rsync
side a top-level Backups.backupdb directory of a Time Machine hfs volume (But you can move the top-level directory into another directory and then modify symlinks inside and then move it back). This has been an "interesting" experience. Thanks. --jh...@mit.edu John Hawkinson -- Pl

Re: Ownership and permissions when syncing directory contents

2017-01-20 Thread John Lane
> > That is as documented. You are requesting that the directory is synced > to c, preserving all attributes (due to -a) so rsync does that. > Ah... the attributes of the containing directory are transferred to the containing directory on the destination. I read that but failed to absorb it.

Ownership and permissions when syncing directory contents

2017-01-20 Thread John Lane
'15 jun 1985' a $ touch -d '02 feb 1990' b/B $ touch -d '25 aug 1995' b $ mkdir c Note the directory 'c' timestamp: $ ls -ld c drwxr-xr-x 2 john users 4096 Jan 7 20:50 c Now, rsync: $ rsync -a a/ b/ c $ ls -ld c drwxr-xr-x 2 john users 4096 Jun 15 1985 c

Re: Use of multiple --link-dest options

2016-11-11 Thread John Lane
On 20/09/16 12:21, John Lane wrote: > I can use --link-dest multiple times for backups so that files affected > by a backup-delete-backup-replace-backup scenario get linked. It works well. > > However, consider this scenario: backup-modify-backup-undo-backup. We have > > * back

Re: rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)

2016-11-10 Thread John Lane
On 29/10/16 03:14, Wayne Davison wrote: > If you want to pass non-rsync args (etc) you should be using > --rsync-path. The -M option is only for sending rsync-related options. Ok, so instead of $ rsync -av -M --customarg1=value1 -M --customarg2=value2 file1 file2 user@server:some/path I can do

Re: rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)

2016-10-28 Thread John Lane
Hello, I asked the below back at the beginning of August but have received no replies. If anyone can help me with this problem it would be much appreciated. If I have not provided some necessary information then please let me know so I may do so. Thanks in advance. > I have been working on a

Use of multiple --link-dest options

2016-09-20 Thread John Lane
I can use --link-dest multiple times for backups so that files affected by a backup-delete-backup-replace-backup scenario get linked. It works well. However, consider this scenario: backup-modify-backup-undo-backup. We have * backup 1 contains file 'a' * backup 2 contains file 'a' ( with

rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)

2016-08-01 Thread John Lane
I have been working on a backup server where I have a server-side script that wraps the server-side rsync invocation. I have used the client-side rsync -M (--remote-option) to send options to the server script, removing them from the command-line prior to invoking the server-side rsync. This was

Re: Memory consumption for rsync -axv --delete

2016-03-28 Thread John Long
Hi, On Sun, Mar 27, 2016 at 06:39:53PM -0700, drsalists wrote: > > You could probably use CIFS, NFS or sshfs. ??It wouldn't be as fast, but the > memory requirements should be less. Sorry, I don't understand how to sync over NFS or sshfs without rsync. Can you explain this please? I don't want

Re: Memory consumption for rsync -axv --delete

2016-03-27 Thread John Long
last time you ran rsync. Just rm -rf the old one. Or > keep a few. Or a few dozen. > > On 03/27/2016 02:54 AM, John Long wrote: > > Thanks I'll look this up. There is still the issue of how to get > > the target box cleaned up since I can no longer run --delete. > >

Re: Memory consumption for rsync -axv --delete

2016-03-27 Thread John Long
d. > > On 03/27/2016 02:39 AM, John Long wrote: > > Hi, > > > > On Fri, Mar 25, 2016 at 11:16:47AM -0400, Kevin Korb wrote: > > > >> If you were using --link-dest to make multiple backups you > >> wouldn't need --delete because the target is always

Re: Memory consumption for rsync -axv --delete

2016-03-27 Thread John Long
Hi, On Fri, Mar 25, 2016 at 11:16:47AM -0400, Kevin Korb wrote: > If you were using --link-dest to make multiple backups you wouldn't > need --delete because the target is always a new empty directory (with > - --link-dest pointing to the previous backup run). The source is around 200G and the

Re: Memory consumption for rsync -axv --delete

2016-03-25 Thread John Long
On Fri, Mar 25, 2016 at 09:54:14AM +, John Long wrote: > Hi, > > I have been using rsync for many years and never had any kind of problem. > Lately I am running out of RAM trying to do an incremental backup to a box > that only has 2G of RAM. The entire directory structur

Memory consumption for rsync -axv --delete

2016-03-25 Thread John Long
Hi, I have been using rsync for many years and never had any kind of problem. Lately I am running out of RAM trying to do an incremental backup to a box that only has 2G of RAM. The entire directory structure I'm mirroring is about 200G of files. A minority of subdirectories have many files. Is

Re: --ignore-case option does not ignore pathname case?

2015-07-16 Thread John Pierman
Anyone out there feel like contributing to this feature? It appears it was marked assigned for 3.1.1 but I didn't see any movement. https://bugzilla.samba.org/show_bug.cgi?id=10448 On Sun, Jan 26, 2014 at 1:48 PM, Wayne Davison way...@samba.org wrote: On Thu, Jan 16, 2014 at 9:48 AM, John

Re: Sync files-from with delete

2015-06-26 Thread john espiro
- Original Message - From: Simon Hobson li...@thehobsons.co.uk To: rsync@lists.samba.org rsync@lists.samba.org Cc: Sent: Friday, June 26, 2015 8:07 AM Subject: Re: Sync files-from with delete john espiro john_esp...@yahoo.com wrote: I have a local directory that I am trying

Sync files-from with delete

2015-06-25 Thread john espiro
I have a local directory that I am trying to sync with a remote directory. That's fine, but there's a lot of data that is out of sync so I decided to make a local copy of the difference to then bring to the remote location. So I ran a dry-run between the two to generate a list of files in

Re: [Bug 10522] --detect-renamed patch is causing deletions as if a 'delete flag' was supplied, when none have been

2014-04-11 Thread John Pierman
I assume not. This bug appears only if you have applied the detect-renamed patch, and are calling detect-renamed as a flag. On Thu, Apr 10, 2014 at 9:58 AM, Saku Vainikainen saku.vainikai...@welho.com wrote: I was wondering why my primary NAS was empty the other day.. It seems that my data

--ignore-case option does not ignore pathname case?

2014-01-16 Thread John Pierman
tested with 3.07 and 3.1 with --ignore-case patch applied cd /tmp mkdir -p a/b/c/d/e/f mkdir -p A/b/C/D/e/F add some files to a/b/c/d/e/f/ rsync -r --ignore-case a/ A/ creates b/c/d/e/f/files Why is it not ignoring case? I expect it to add all files in 'f' to 'F' -- Please use reply-all for

Re: Strangely fast run without error

2014-01-06 Thread John Van Essen
On Jan 06, 2014, at 04:14, Fabian Cenedese wrote: sent 63 bytes received 2425 bytes ,')* bytes/sec A! Squinty Blackbeard approves of this transfer speed, mateys! John -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options

Re: (--delay-updates and --partial) re-hashing the already downloaded files?

2013-04-18 Thread John Pierman
with someone recently in #rsync and IIRC the solution was to not use --partial-dir On 04/17/13 16:40, John Pierman wrote: I am backing up a LARGE data set, over a very unstable internet connection. I NEED to --delay-updates, because I do a flash cut-over once everything has transferred. Yes I

(--delay-updates and --partial) re-hashing the already downloaded files?

2013-04-17 Thread John Pierman
I am backing up a LARGE data set, over a very unstable internet connection. I NEED to --delay-updates, because I do a flash cut-over once everything has transferred. Yes I know --copy-dest does this, but if the connection breaks, anything that's already made it over gets put into place (not

--compare-dest -- copy ONLY files with content-differences between 2 directories... to a third

2013-01-29 Thread John Reye
getting copied, when it is identical in its content? Please can you help, so that only files that DIFFER IN CONTENT ONLY... get copied. Thanks. John -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo

Re: --compare-dest -- copy ONLY files with content-differences between 2 directories... to a third

2013-01-29 Thread John Reye
--checksum --delete --progress --stats --compare-dest=../old new/ new_archive (I've been trying around with --ignore-times and --size-only... but that didn't lead anywhere...) Can this actually be done with rsync? Thanks, John On Wed, Jan 30, 2013 at 12:01 AM, Kevin Korb k...@sanitarium.net

Re: --compare-dest -- copy ONLY files with content-differences between 2 directories... to a third

2013-01-29 Thread John Reye
/ and new_archive/ that contain only the few differences, instead of sending the huge source-trees old/ and new/ :) Regards, John On Wed, Jan 30, 2013 at 12:15 AM, Kevin Korb k...@sanitarium.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That sounds more like a job for --backup and --backup-dir

RE: rsync without POSIX ACLs

2012-12-20 Thread Ryan John
From: Paul Slootman [paul+rs...@wurtel.net] Sent: Thursday, 20 December 2012 12:40 PM To: rsync@lists.samba.org Cc: Ryan John Subject: Re: rsync without POSIX ACLs On Thu 20 Dec 2012, Ryan John wrote: The umask would be preferable to using --chmod

rsync without POSIX ACLs

2012-12-19 Thread Ryan John
) at main.c(1039) [sender=3.0.6] I can get around it by doing: rsync -rlt --chmod=u+rwx,g+rx /net/sonas/directory /tmp/ but that's not really satisfactory, as I'd just like it to inherit the destination permissions. Does anyone know a better way? Thanks in advance John -- Please use reply-all

RE: rsync without POSIX ACLs

2012-12-19 Thread Ryan John
Hi Eric, The umask would be preferable to using --chmod. Is that possible? You're right about the inheritance of course, my bad. I originally noticed it writing to a ZFS filesystem that is NFS4 mounted, where inheritance is set to passthrough. Hence my confusion Regards John

Re: --delete not working

2012-03-12 Thread John Van Essen
Aren't you missing something in your rsync command? (Hint: subject line) John On Mar 12, 2012, at 14:00, Salatiel Filho wrote: Hi guys , i need some help. I am trying to make a full sync of two of my servers. But i noticed a very odd thing. If i create a directory , for example /usr

Re: disable interpretation of trailing slash

2012-01-09 Thread John J Foerch
Voelker, Bernhard bernhard.voel...@siemens-enterprise.com writes: John J Foerch wrote: So I may take up your suggestion for my own use, but I did want to put forward the idea that since in my experience, trailing slash interpretation is an often-mentioned stumbling-block for rsync users

Re: disable interpretation of trailing slash

2012-01-08 Thread John J Foerch
, but I did want to put forward the idea that since in my experience, trailing slash interpretation is an often-mentioned stumbling-block for rsync users, maybe it would be appropriate for rsync itself to provide a convenient alternative. Thank you for your time. -- John Foerch -- Please use

disable interpretation of trailing slash

2012-01-07 Thread John J Foerch
a particular option, except in situations requiring more nuance, than it is to remember the special rule and to always check the syntax of the sources. Thank you for your time. -- John Foerch -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change

Re: disable interpretation of trailing slash

2012-01-07 Thread John J Foerch
to this. Primarily because there isn't an alternate syntax that performs the exact same function /path/* doesn't work as expected if using --delete (and for good reason). On 01/07/12 21:40, John J Foerch wrote: Hello, This is a feature request for a command-line option to disable special

Rsync with SSH through Verizon FIOS Firewall

2011-07-19 Thread John Scanlan
Hello there everyone.  I'm trying to set up a server that will push via rsync every night to a server in my home.  The verizon firewall is quite robust, and it makes connecting a bit tricky.  Does anyone have any tips on how I might set this up? Thanks! --john-- Please use reply-all for most

Formatting bug in rsync man page? (man -k, whatis, catman -w)

2011-01-13 Thread John Gilmartin
going all guns blazing and raising a bug report. John Gilmartin This is on Solaris 10 SPARC Update 8 with recommended patch cluster 30th Nov 2010... root@myhost:/# uname -a SunOS myhost 5.10 Generic_144488-04 sun4u sparc SUNW,SPARC-Enterprise root@myhost:/# pkginfo -l SMCrsync PKGINST: SMCrsync

--exclude-from and a directory name that contains a hyphen

2010-04-22 Thread Wolter, John D. (GRC-RTE0)
wrong? Other details: The local machine is running ubuntu 9.04, while the remote server is running RedHat Enterprise Linux 5.4. The other machine (on which rsync 2.6.8 is installed) is also running RHEL 5.4. John D. Wolter Aerospace Engineer NASA Glenn Research Center -- Please use reply-all

Re: invalid uid os x

2010-01-28 Thread John Abraham
I updated to rsync 3.0.7 using macports. Also I managed to finally get launchctl to work to launch the daemon using a plist file in /Library/LaunchDaemons. Now it does seem to work. I'm keeping my fingers crossed. -- John On 2010-01-23, at 2:25 AM, Mac User FR wrote: I don't have any

invalid uid os x

2010-01-22 Thread John Abraham
. -- John -- 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

rsync 3.0.6 hangs over SSH

2009-12-28 Thread John Price
Running client and server on Ubuntu 9.10. Version 3.0.6 on both sides. After the SSH connects, both rsyncs are started, but before it starting scanning for files, it just hangs. strace says they are both waiting on select() (I can attach strace files if necessary). This setup used to work, but

Re: Possibility to porting Rsync to NT and other platforms

2009-06-10 Thread John E. Malmberg
, but had to move on to other things before I completed the port. I currently use the experimental port binary several times a week for keeping my system up to date with blead-perl source. Good Luck, -John wb8...@qsl.net Personal Opinion Only -- Please use reply-all for most replies to avoid

--log-file not overriding log file

2009-02-18 Thread John Brady
rsyncd[6657]: sent 223 bytes received 86 bytes total size 0 Is there something I'm missing, or is there another way to get everything to go to the log file specified on the command line? Thanks, -John -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe

Looking for a Comprehensive list of error codes

2008-11-18 Thread John Macon
intelligence into the script as possible and I am hoping to be able to translate all error codes to an end-user readable format so that the end-user can provide ample information if/when something goes wrong (at least more than It doesn't work). Thanks for your help. John

Using Rsync in Wan Network

2008-08-16 Thread John s
any more ideas for the same. Thanks in advance or any help Regards John -- 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

rsync problem with symbolic links on Cygwin

2008-08-12 Thread John Neil
rsync 2.6.9. Thanks, John Neil nvpublic -- 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

combining --preallocate and --fuzzy

2008-04-03 Thread John Taylor
this patch? I don.t mind doing the coding, but would love to hear some strategies on how to accomplish this goal. Congratulations on getting version 3 released! Thanks, -John Taylor -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: bwlimit on rsync locally

2008-03-30 Thread John Van Essen
to compile your own version of rsync.) John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: bwlimit on rsync locally

2008-03-27 Thread John Van Essen
having the effect you want, keep lowering the bwlimit value until you get the desired results. John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync: Please add an option to ignore vanished files

2008-03-10 Thread John Van Essen
. no extra warnings about failure). John Van Essen -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

rsync error: error in rsync protocol data stream (code 12) at io.c(140)

2007-10-29 Thread Greenfelder, John - John T
I can use? Or possibly compile the source differently to help prove/disprove this as a bug/local system problem? Regards Andrew McGregor John Greenfelder System Engineer II Lowes Companies (336) 658-3741 -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: moderation?

2007-09-09 Thread John Van Essen
flushed out to the list that day. FWIW, I'm in favor of moderating non-subscriber posts to the list as long as there are several moderators available for timely coverage. John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

rsync 2.6.9 error copying files containing '::' ?

2007-07-24 Thread John Neil
on this subject. I can't try rsync 3.0 since I don't have admin rights on the rsync server. Anybody know if this a known issue? Thanks, John Neil -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: rsync 2.6.9 error copying files containing '::' ?

2007-07-24 Thread John Neil
On Jul 24, 2007, at 1:33 PM, Matt McCutchen wrote: On 7/24/07, John Neil [EMAIL PROTECTED] wrote: rsync 2.6.9 appears to have a problem syncing files that contain '::' in their filename. I ran into this set of errors recently: [jneil-pc:fermi1/hw/fermi1_gf100][162] /home/utils/rsync-2.6.9

Messages from Bugzilla not appearing on rsync list

2007-03-26 Thread John Van Essen
=4402 Wayne - do you know what's going on? John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Newbie can't figure out error messages

2007-01-16 Thread John Jason Jordan
I am trying to use rsync to create a mirror of my Linux laptop (Ubuntu Dapper amd-64) onto a USB drive hanging on a Windows 2000 desktop over ethernet. The folder I want to rsync to is /laptop and the USB drive is mounted at /media/smb using the following: sudo mount -t smbfs -o username=jcj

Re: copy symbolic links as real file during syncing files.

2006-11-12 Thread John Van Essen
have the side-effect of -K on that older receiving rsync. If you are using rsync as a daemon, then be aware that if any of the symlink targets are outside of the module's path, you must declare use chroot = no for that module. John -- To unsubscribe or change options: https

Re: strange error when run from cron

2006-10-30 Thread John Van Essen
. John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: skipping growing files?

2006-10-26 Thread John P. Speno
On Oct 25, 2006, at 9:44 PM, Olivier Thauvin wrote: Le Friday 20 October 2006 16:26, John P. Speno a écrit : Is there a way to instruct rsync to ignore a file that is currently growing in size? However I can understand mirroring opened files is an issue, but I failed to see this happening

skipping growing files?

2006-10-20 Thread John P. Speno
Is there a way to instruct rsync to ignore a file that is currently growing in size? For example, a file is currently being uploaded to the source machine while another client is using rsync to pull down files. Can rsync detect and skip said file instead of copying whatever is there

Re: $RSYNC EXIT STATUS

2006-10-13 Thread John Van Essen
/rsync.html John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Web front end for RSYNC

2006-10-05 Thread John Poltorak
Is there a web based front end for managing an RSYNC server? ie something like a webmin module... -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Windows 2003, Cygwin, and rsync

2006-06-23 Thread John Oliver
of ~180,000 someodd files. I'll check out that -W, but is there anything else that might improve this seemingly-pathetic performance? -- *** * John Oliver http://www.john-oliver.net

Windows 2003, Cygwin, and rsync

2006-06-20 Thread John Oliver
? -- *** * John Oliver http://www.john-oliver.net/ * * * *** -- To unsubscribe or change options

Re: Rsync 4TB datafiles...?

2006-05-18 Thread John Van Essen
the existing file in its entirety while *also* writing out the new file. The dance that the disk R/W head might be doing in this case might slow things down, too. I am not going to give up I am going to try again and see... OK. :) John -- To unsubscribe or change options: https

Re: rsync option for continuing event i/o errors occured on remove server

2006-05-18 Thread John Van Essen
). Rsync is now at 2.6.8. John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: how to tell what files changed?

2006-04-06 Thread John Van Essen
files to a Windows filesystem. Try adding --modify-window=1 John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: how to tell what files changed?

2006-04-05 Thread John Van Essen
the timestamps during the rsync. See the copies every file item in the FAQ: http://rsync.samba.org/FAQ.html and see if that solves your problem. You will need to do another full rsync to get the timestamps synced, but after that, your list of changed files should decrease dramatically. John

strange behavior after moving target directory

2006-04-02 Thread John Joseph Bachir
. My daily sync usually takes 3 minutes. After moving the backup tree, the first sync took 20 minutes. A sync immediately after that was back down to the regular 3 minutes.Any ideas?Thanks,John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read

Re: error in protocol stream

2006-03-23 Thread John Van Essen
problem, here. Also make sure any log paths defined in the conf file are writable by the user. John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Using rsync to syncronize two unmounted disk partitions

2006-03-20 Thread John Van Essen
actually tried the ssh trick, above. Also - a different block size (bs=) may be more efficient depending on the device characteristics. John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: Problem with --partial and rsync algorithm

2006-03-12 Thread John Van Essen
run a successful rsync with --delete-excluded, that argument is no longer needed since the receiving side will have had all the excluded content removed. So try running without --delete-excluded until a better fix for this problem can be developed. John -- To unsubscribe or change options: https

Re: Malformed Address and Private IP issue

2006-03-08 Thread John Van Essen
reports. It has to explicitly say if it's the receiver or the sender when it reports the version. John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

RE: Malformed Address and Private IP issue

2006-03-07 Thread John Van Essen
Jan 2004) * Fixed bogus malformed address {hostname} message in rsyncd log when checking IP address against hostnames from hosts allow and hosts deny parameters in config file. That explains the problem. It's a bug that was fixed in 2.6.0. John -- To unsubscribe or change

Re: Dynamic hash table size (with static has load)

2006-02-27 Thread John Van Essen
add to the NEWS file and describe (in layman's terms is possible) what the benefit is and under what conditions an improvement will be observed by the user? 'Cause otherwise I wouldn't know what is it that is being tested. Thanks. John -- To unsubscribe or change options: https

Re: high cpu usage of rsync process - sometimes (extremely wired)

2006-02-07 Thread John Van Essen
a shorter time to complete. Otherwise, there may be lots of physical disk I/O required, which will cause the process to idle more, resulting in lower CPU usage and taking a longer time to complete. John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before

RE: Shell Script Does not complete if rsync returns Code 24

2006-01-11 Thread John Gallagher
/rsync/FAQ.html The easiest way to do this is to create a shell script wrapper. For instance, name this something like rsync-no24: #!/bin/sh rsync $@ e=$? if test $e = 24; then exit 0 fi exit $e Thanks, John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

RE: Shell Script Does not complete if rsync returns Code 24

2006-01-11 Thread John Gallagher
the Code 24 error. What was not clear to me was how to call the no24 wrapper. It is very clear now and I have modified the script based on your recommendations. Thank you! John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Shell Script Does not complete if rsync returns Code 24

2006-01-10 Thread John Gallagher
CIO Systems John Gallagher www.ciosystems.com -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync error help required

2006-01-05 Thread John Van Essen
to test for it and fix it. John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync error help required

2006-01-05 Thread John Van Essen
On Thu, 5 Jan 2006, gg gg234 [EMAIL PROTECTED] wrote: Hi John, Thanks for your reply I have check that and i try to run ssh 172.29.5.130 /bin/true out.dat and i got the out.dat file with only text inside is Rejected If rsync is seeing that Rejected that explains the error

Re: rsync to a SOHO NAS copies files everytime

2005-12-29 Thread John Van Essen
it...) John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Illustration showing the rsync SRC and DEST args

2005-12-29 Thread John Van Essen
like to see the final version kept at rsync's website (personal files/pages have a habit of disappearing from the web), so feel free to add a line at the bottom crediting yourself and giving contact info. John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

Re: Illustration showing the rsync SRC and DEST args

2005-12-29 Thread John Van Essen
On Thu, 29 Dec 2005, John Van Essen [EMAIL PROTECTED] wrote: 1. You cannot list files other than via a daemon module, so the 4x4 grid's bottom row rightmost two squares should be empty. Oops. You cannot list a local directory is all. Remote non-daemon listings are allowed. So only

Re: Very large memory block.

2005-12-27 Thread John Van Essen
in FOO where FOO is a tag indicating where the problem happened (for example, the name of the subroutine). You need to provide more info - O/S, command used, what had happened up to the error, etc. Use -vv with rsync to get more info. John -- To unsubscribe or change options: https

Re: [Fwd: Apache as a Rsync HTTP proxy]

2005-12-27 Thread John Van Essen
. John On Wed, 21 Dec 2005, Vincent Blondel [EMAIL PROTECTED] wrote: John, see below I hope this can help you. Vincent, Thanks for the additional info. the problem is always happening is different from sometimes that you used in your original email. The idle rsync processes

Re: rsync exit 0 before transfer complete

2005-12-20 Thread John Van Essen
- you'll have to figure out why, 'cause I don't know. :) John -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: [Fwd: Apache as a Rsync HTTP proxy]

2005-12-20 Thread John Van Essen
unnecessarily while the response is delivered to a slow client. I think rsync may be picky about when connections get closed. If that doesn't help - please provide more info, like version of rsync, command used, time it takes after the start of the rsync for the error to appear, etc. John

  1   2   3   4   >