Re: rsync stopped working

2016-01-20 Thread Bob Holtzman
On Wed, Jan 20, 2016 at 05:38:51PM +0900, SATOH Fumiyasu wrote: > Hi, > > At Wed, 20 Jan 2016 01:11:58 -0700, > Bob Holtzman wrote: > > Running Debian 8.2, xfce 4.10, rsync 3.1.1-3. I just edited my backup > > script as follows: > > Your backup script is broken.

rsync stopped working

2016-01-20 Thread Bob Holtzman
Running Debian 8.2, xfce 4.10, rsync 3.1.1-3. I just edited my backup script as follows: #The first line deletes extraneous files. The second does not and is used for normal backups. # rsync -vaHz --delete --exclude '/proc' --exclude '*.iso' --exclude '/sys' --exclude '/home/holtzm/Documents/*

Re: exclude being ignored

2015-11-21 Thread Bob Holtzman
On Fri, Nov 20, 2015 at 06:43:12PM -0500, Kevin Korb wrote: > If you use --exclude=pattern instead of --exclude patter those become > more obvious. Also, you wouldn't have turned 'media' into an > additional source parameter. You're right. Thanks. -- Bob Holtzman

Re: exclude being ignored

2015-11-20 Thread Bob Holtzman
the command 10-12 times and missed the omission of the space. I had been dinking around with it and inadvertently deleted the space. Added it and it's back to working. -- Bob Holtzman A fair fight is the result of poor planning. -- Please use reply-all for most replies to avoid omit

exclude being ignored

2015-11-18 Thread Bob Holtzman
ile before I catch it and stop the process. Not being a coder, I'm at a loss as to how to begin attacking this problem. Any pointers appreciated. -- Bob Holtzman A fair fight is the result of poor planning. -- Please use reply-all for most replies to avoid omitting the mailing list. To

Re: add rsync -A -X to Backuppc "RsyncArgs" get 'Got fatal error during xfer (fileListReceive failed)'

2015-06-25 Thread Bob of Donelson Trophy
Thanks for your advice. I'll go back and read up on the options again. --- ----- Bob Wooden of Donelson Trophy 615.885.2846 (main) www.donelsontrophy.com [1] "Everyone deserves an award!!" On 2015-06-25 09:41, Kevin Korb wrote: > -BEGIN

Re: add rsync -A -X to Backuppc "RsyncArgs" get 'Got fatal error during xfer (fileListReceive failed)'

2015-06-25 Thread Bob of Donelson Trophy
ives" the switches matter. Does "-A" and "-X" need to be near the beginning of the 'string' command? (I hope you get what I am asking, the order in which options are listed.) --- - Bob Wooden of Donelson Trophy 615.885.2846 (main) ww

add rsync -A -X to Backuppc "RsyncArgs" get 'Got fatal error during xfer (fileListReceive failed)'

2015-06-25 Thread Bob of Donelson Trophy
iles contains: "Got fatal error during xfer (fileListReceive failed)". Removing the "-A" and the "-X" allows the backup to proceed without errors. Is there another 'switch' that needs to be added to allow the "-A" and "-X" to function without

Re: Refining log entries

2013-04-07 Thread Bob von Knobloch
On 07/04/13 17:49, francis.montag...@inria.fr wrote: On Sat, 06 Apr 2013 14:52:59 +0200 Bob von Knobloch wrote: Thank you, it wasn't timestamps, but group id inconsistency (the source, in this case is a Windows box, ids are always tricky). ... I must rewrite the group ID after tra

Re: Refining log entries

2013-04-06 Thread Bob von Knobloch
On 05/04/13 19:16, francis.montag...@inria.fr wrote: Hi. On Fri, 05 Apr 2013 19:04:50 +0200 Bob von Knobloch wrote: At the moment I also get a complete list of all directories that lie under in rsync's target, whether they are updated or not. Perhaps because the modify time of

Refining log entries

2013-04-05 Thread Bob von Knobloch
Hi, I've been using rsync (V 3.09) in non-daemon mode for a while to backup and/or sync various linux machines (sometimes to & from windows shares). I would like to reduce the stuff in my log files to the minimum (as I see it) and cannot find the appropriate parameters to rsync. I can obviousl

Re: speedup is always 0.99

2013-02-26 Thread Bob Proulx
ong? Missing -t option. (The -a option includes -t plus others.) Bob -- 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

Re: backup option

2010-08-12 Thread Bob Proulx
er. Perhaps you want the --backup --backup-dir=DIR options? -b, --backupmake backups (see --suffix & --backup-dir) --backup-dir=DIRmake backups into hierarchy based in DIR Bob -- Please use reply-all for most replies to avoid omitting the

Re: Macintosh rsync: Inconsistent Behaviour: Hints Appreciated

2009-02-15 Thread Bob McKay
Thank you, both for your advice and your patience! I had assumed that because the built-in version didn't care about EAs, not handling EAs wouldn't matter (i.e. that whatever it did transfer, it would recognise as being the same as the source). Clearly that isn't the case. Apologies for the delay r

Macintosh rsync: Inconsistent Behaviour: Hints Appreciated

2009-02-11 Thread Bob McKay
ed - I'm completely stuck. Of course, if you know why it's happening - or know a fix - that would be even better! Thanks and Best Wishes Bob *** directory listings of example source and target directories G3:/Volumes/BIGPIX/PIXREADONLY/

Re: Need ideas for project

2008-02-12 Thread Bob Bagwill
c, but no > work has been done on superlifter for a few years. FWIW, the BEEP peer-to-peer protocol [http://www.beepcore.org/] might be a good foundation for an rsyncNG. -- Bob Bagwill -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: h

TERM: Undefined variable.

2008-01-03 Thread Bob Tennent
Why am I getting this message from the following command: /usr/bin/rsync -aq -e ssh --delete /home/user/ [EMAIL PROTECTED]:/home/user Bob T. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: rsync mechanics question

2007-05-10 Thread Bob Bagwill
On Wed, 09 May 2007 15:18:38 -0400, Tom Riley <[EMAIL PROTECTED]> wrote: > At present time, the destination volume is 2.5 times the size of the > original volume. Have you tried the --sparse option? -- Bob Bagwill -- To unsubscribe or change options: https://lists.samba.org/mail

rsync between mac and network drive

2007-01-19 Thread Bob Lisbonne
Many thanks to Alexandros Papadopoulos! The --modify-window=1 did the trick. :) /Bob -- 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 between mac and network drive

2007-01-17 Thread Bob Lisbonne
-file --progress /Users/bob/Documents / Volumes/backupbob everything seems to copy successfully. However, if I immediately run the command again, it copies everything again, instead of doing an incremental backup. How do I get rsync to do incremental backups? Ideas anyone? TIA, /Bob

Re: Max number of files to transfer

2006-07-06 Thread Bob Bagwill
mkdir /tmp/mystuff.rsync # cd /mystuff && find . -print | ( cd /tmp/mystuff.rsync && split -l 50 - ) # for i in /tmp/mystuff.rsync/* # do # rsync -a --files-from=$i /mystuff/ remote:/mystuff/ # done # rm -r /tmp/mystuff.rsync -- Bob Bagwill -- To unsubscribe or change optio

Re: confirm c64c51fbd23b196363db01e2b8ab14eb536f54fd

2006-05-08 Thread Bob Hutchinson
h > as your email address and whether you get digests or not. As a > reminder, your membership password is > > foibzota > > If you have any questions or problems, you can contact the list owner > at > > [EMAIL PROTECTED] -- - Bob Hu

Re: User permissions

2006-05-05 Thread Bob Hutchinson
be clean. However, > virus scanning is ultimately the responsibility of the recipient. > ----- -- - Bob Hutchinson Midwales dot com - -- To unsubscribe or change options: https://lists.samba.org/mailman/listinf

Re: problem with rsync

2006-05-04 Thread Bob Hutchinson
ut I have with email servers. Use ip addresses in your rsync scripts or if you can't do that install an internal dns cache and point your resolver configuration to it. then you can 'preload' the cache with ping so that rsync has what it needs straightaway. > > > >

Re: Using --link-dest works on small directory tree but not large one

2006-04-06 Thread Bob Hutchinson
backup/websites/1 > 0/backup/websites/2 > 35Mtotal > > This is frustrating to debug because there's a lot of data being > transferred, and it only occurs when I try to sync the full tree. Is this a > bug? Am I doing something completely wrong and stupid? I'm hap

Re: rsync, ssh and DSA key

2006-04-05 Thread Bob Hutchinson
his in order to automate this script. > Thanks. -- - Bob Hutchinson Midwales dot 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: rsyncd.secrets

2006-04-03 Thread Bob Hutchinson
t tunnel. This method does not use --password-file=/etc/rsyncd.secrets. Have another good look at man rsync, it's all in there. HTH -- - Bob Hutchinson Midwales dot com - -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync B

Re: RSYNC auto configuration

2006-03-17 Thread Bob Hutchinson
ou can connect to the remote server using ssh without a password then try rsync. rsync -av *.p [EMAIL PROTECTED]:/my/path/to/backup Once that is working you might want to consider the excellent backup tool from rsnapshot.org -- - Bob Hutchinson Midwales dot com -

Re: rsync files with certain mtime

2006-02-19 Thread Bob Hutchinson
be what you are looking for, but I have found it very useful http://rsnapshot.org/ -- --------- Bob Hutchinson Midwales dot 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 Corrupted MAC on input.

2006-02-03 Thread Bob Hutchinson
d MAC on input. rsync: writefd_unbuffered failed to write 4 bytes: > phase "unknown" [sender]: Broken pipe (32) rsync: connection unexpectedly > closed (1055144 bytes received so far) [sender] rsync error: error in rsync > protocol data stream (code 12) at io.c(434) Realtek nic by

Re: High volume problem: stat: no such file or directory

2006-01-24 Thread Bob Robison
On Tue, 24 Jan 2006 12:32:35 -0600 Bob Robison <[EMAIL PROTECTED]> wrote: [...] > After running a while, I have seen as many as 300+ rsync processes > remain active. I have seen the client side process stay active for a > long time (7-10 minutes) while trying to transfer a few-K f

Re: High volume problem: stat: no such file or directory

2006-01-24 Thread Bob Robison
On Fri, 20 Jan 2006 08:42:09 -0800 Wayne Davison <[EMAIL PROTECTED]> wrote: > On Thu, Jan 19, 2006 at 04:26:32PM -0600, Bob Robison wrote: > > The server-side error messages occasionally report the problem > > referenced in the subject stat: no such file or directory. >

Re: High volume problem: stat: no such file or directory

2006-01-20 Thread Bob Robison
On Fri, 20 Jan 2006 08:42:09 -0800 Wayne Davison <[EMAIL PROTECTED]> wrote: > On Thu, Jan 19, 2006 at 04:26:32PM -0600, Bob Robison wrote: > > The server-side error messages occasionally report the problem > > referenced in the subject stat: no such file or directory. >

Re: High volume problem: stat: no such file or directory

2006-01-20 Thread Bob Robison
didn't see any indication of changes/fixes that seemed to relate to my particular problem. Therefore I am still interested in any other comments people have about what the problem may be. I don't think I will be able to try anything new until next week. bob On Fri, 20 Jan 200

High volume problem: stat: no such file or directory

2006-01-19 Thread Bob Robison
mail as short as possible and still provide relevant info, I know it isn't a short question. Can anyone shed any light on this problem? thanks, bob -- Bob Robison[EMAIL PROTECTED] Staff Engineer 210-522-3935 Southwest Research Institute

Re: how to restrict rscync to ONLY use ssh-pubkey transport & auth?

2005-10-30 Thread Bob Hutchinson
't know where that is configured on macs, but under linux/openssh it is in /etc/ssh/sshd_config HTH -- - Bob Hutchinson Midwales dot 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: Help with synchronizing two directories on remote servers

2005-10-11 Thread Bob Hutchinson
t; > Thanks in advance > > Corrado > > Corrado, Rina, John, Judith > -- > symbulos - ethical services for your organisation > website www.symbulos.com -- - Bob Hutchinson Midwales dot com - -- To unsubscribe or change options: https://lists.

Re: complete newbie

2005-10-01 Thread Bob Hutchinson
file on B uses the same uid/gid as on A it will all fall into place. HTH -- - Bob Hutchinson Midwales dot 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 failure - no such file or directory

2005-09-10 Thread Bob Hutchinson
gt; file or directory (2) > done > db2_backup/ > db2_backup/CAMPMOR5.0.db2inst1.NODE.CATN.20050831085320.001 > db2_backup/WAS.0.db2inst1.NODE.CATN.20050829163512.001 > > sent 633483071 bytes received 70 bytes 3396692.45 bytes/sec > total size is 633405440

Re: Rsync Open Failure

2005-09-09 Thread Bob Hutchinson
> ld.so.1: rsync: fatal: libpopt.so.0: open failed: No such file or > directory popt library is missing. How you install that depends on your distribution. HTH -- - Bob Hutchinson Midwales dot com - -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: Problem preserving user/group names on AIX, rsync 2.6.2

2005-08-05 Thread Bob Hutchinson
;-) > > Vitals: > -rsync 2.6.2 with security patch (pre 2.6.3) > -Using rsync daemon, uid=root > -Both sides are AIX 5.2 ML3/4 > > -- > Aaron W Morris (decep) <[EMAIL PROTECTED]> -- - Bob Hutchinson Midwales dot com - -- To unsubs

Re: How to preserve ownership with rsync over SSH

2005-08-01 Thread Bob Hutchinson
ROTECTED]:/dir/to/be/backedup . (note the dot on the end, and the single :) use the -v first time so you can see it, once its all working get rid of it. You might also want to use -z for compression, and --exclude to *not* copy some files. HTH -- - Bob Hutchinson Midwales dot co

Re: link_stat

2005-07-23 Thread Bob Hutchinson
> > Wed) > > tDay="tuesday" > > yDay="monday";; > > Thu) > > tDay="wednesday" > > yDay="tuesday";; > > Fri) > > tDay="thursday" > > yDay="wednesday";; &

Re: [Bug 2734] --delete doesn't work

2005-05-23 Thread Bob Hutchinson
nd that the dir. sizes are 932MB > > > This doesn't make sense to me, how the dest side can be larger than the > source side, and that the dir. sises are the same. > > The problems seamed to start when I switched from rsync 2.6.3. > > -- > Configure bugmail: https://bugz

Re: filename paths different in server mode

2005-05-03 Thread Bob Proulx
Wayne Davison wrote: > On Tue, May 03, 2005 at 05:26:10PM -0600, Bob Proulx wrote: > > $ rsync -a ewok::cadroot/release/bin/ . > > $ ls > > bin > > Is your shell stripping off trailing slashes? Good thought. But no. Running bash. But here is a test for tha

filename paths different in server mode

2005-05-03 Thread Bob Proulx
must have some factor of outside influence that is causing this difference in server side behavior. Thanks Bob -- 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: do not understand what to do to correct this error

2005-04-22 Thread Bob Hutchinson
39 5193 Work: 330 Cabin: 231 > eFax: 413-502-0868 > <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] > personal: <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] > <http://www.caribbean-mercy.org/golden/> > http://www.caribbean-mercy.org/golden/ HTH -- - Bob

Re: [Bug 1959] writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe

2005-04-21 Thread Bob Hutchinson
o resolve it? just guessing... /tmp full? or bad perms? > > -- > Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email > --- You are receiving this mail because: --- > You are the QA contact for the bug, or are watching the QA contact. --

Chrooted rsync over ssh

2005-01-13 Thread Bob
f someone find a bug in the source code, it would be nice to inform me. I'm waiting your opinions Thanks, Bob -- 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 over ssh (server parameters)

2005-01-03 Thread Bob
before the path ? Bob -- 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: Restricting rsync over ssh

2004-12-28 Thread Bob
chroot ? Bob Dmitry V. Levin wrote: Hi, On Tue, Dec 28, 2004 at 04:53:45PM +0100, Bob wrote: I have very special needs and i wanted to use rsync over ssh. I don't know if a solution already exists for what i want to do. I want to provide rsync over ssh to my users. Howevern i want to hav

Restricting rsync over ssh

2004-12-28 Thread Bob
work but i would like to know what do you think about security. If this is ok, i will code the dummy-shell and put it online for those who would like to do similar things... Thanks in advance, Bob -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting,

Re: Rsync Quick Reference sheet

2004-11-18 Thread Bob Bagwill
On Thu, 18 Nov 2004 10:41:14 +, Reuben Pearse <[EMAIL PROTECTED]> wrote: Does anyone know of an rsync quick reference sheet? When you finish writing it, please send me a copy. :-) -- Bob Bagwill -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync

Re: Help

2004-11-11 Thread Bob Bob
stats --force --temp-dir=/cygdrive/c/temp (along with link, owner, device etc as needed) Of course this may not satisfy your data backup/integrity requirements. One issue I have is I'd like to preverve the last weeks worth of deleted data on my backup server "just in case" someo

Re: include/exclude patterns to copy just certain files?

2004-07-07 Thread Bob Proulx
Wayne Davison wrote: > Bob Proulx wrote: > > rsync -a --include '*/' --include '**/a1/foo' --exclude "*" . example.com:/tmp/ > > Yes, that is the way to use include/exclude without first figuring > out where all the foo files are. As you not

include/exclude patterns to copy just certain files?

2004-07-03 Thread Bob Proulx
# 20k times seconds per ssh... done That is just very, very slow. I can almost use fsh but just the same it would be much cleaner to do this entirely within rsync. Thanks Bob -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

rsync enhancement - check destination before creating file list?

2003-11-06 Thread Bob Bagwill
Wouldn't it make sense for rsync to check for the existence of the destination directory before creating the file list? It's a waste to stat(2) thousands of files only to abort because the destination doesn't exist. -- Bob Bagwill <mailto:[EMAIL PROTECTED]> -- To

add specify network interface option?

2003-11-03 Thread Bob Bagwill
that doesn't make it convenient to change the default interface, and doesn't load-balance over adapters. Does anyone else think that it would be a useful addition to rsync too? Thanks. -- Bob Bagwill <mailto:[EMAIL PROTECTED]> -- To unsubscribe or change options: http://lists.sam

prevent simultaneous copies?

2003-09-05 Thread Bob Bagwill
people try to push stuff out, not knowing the file is already being copied, and disk space and bandwidth is temporarily wasted. If they are copying big files to a small filesystem, there's a danger that the two big temp files may fill up the filesystem, preventing either from completing. -

Re: always copy the whole file?

2003-08-04 Thread bob parker
any in about 6 minutes. The iso had been created by ftp download using inumerable resumes on a dialup link. Fairly obviously there was not a lot wrong with this iso, which is what would be expected. This link explains the checksum procedure in depth: http://rsync.samba.org/tech_report/ H

Re: Rolling Checksum Algorithms

2003-07-20 Thread bob parker
is very detailed discussion on the checksums used in rsync here: http://rsync.samba.org/tech_report/ HTH Bob Parker -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: syncing large files

2003-07-05 Thread bob parker
On Sat, 5 Jul 2003 06:49, jw schultz wrote: > On Sat, Jul 05, 2003 at 01:49:46AM +1000, bob parker wrote: > > I am on dial-up and only connect 8/24 because we need the phone line free > > the other 16 hours. > > > > I am trying to update an iso ~700 megs over the di

syncing large files

2003-07-04 Thread bob parker
pick up from where it left off when I reconnect, or do I need to kill it and restart it? Thanks Bob Parker -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync and timestamps of local files

2003-03-08 Thread bob parker
On Sun, 9 Mar 2003 05:45, Haisam K. Ido wrote: > thanks Bob. > > The timestamp relative to the local first prior to any remote diffing. Is > that what you meant? > I think so. It compares the size and timestamp of your local file with the remote one of the same name of course. If

Re: rsync and timestamps of local files

2003-03-08 Thread bob parker
the -I ( --ignore-times ) option. hth Bob -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: Getting nowhere syncing a download SUCCESS

2003-03-06 Thread bob parker
On Fri, 7 Mar 2003 04:32, Max Bowsher wrote: > bob parker wrote: > > On Fri, 7 Mar 2003 04:10, Max Bowsher wrote: > >> bob parker wrote: > >>> On Fri, 7 Mar 2003 03:47, Max Bowsher wrote: > >>>> Curious. I wonder why rsync thinks the file is up to d

Re: Getting nowhere syncing a download

2003-03-06 Thread bob parker
On Fri, 7 Mar 2003 04:10, Max Bowsher wrote: > bob parker wrote: > > On Fri, 7 Mar 2003 03:47, Max Bowsher wrote: > >> bob parker wrote: > >>> Ok, here it is. > >>> [EMAIL PROTECTED]:~/archive/knoppix$ rsync -vv > >>> rsync://ftp.gw

Re: Getting nowhere syncing a download

2003-03-06 Thread bob parker
On Fri, 7 Mar 2003 03:47, Max Bowsher wrote: > bob parker wrote: > > Ok, here it is. > > [EMAIL PROTECTED]:~/archive/knoppix$ rsync -vv > > rsync://ftp.gwdg.de/pub/linux/knoppix/KNOPPIX_V3.1-2003-01-20-EN.iso > > KNOPPIX_V3.1-2003-01-20-EN.iso > > opening tcp c

Re: Getting nowhere syncing a download

2003-03-06 Thread bob parker
On Fri, 7 Mar 2003 02:57, Max Bowsher wrote: > bob parker wrote: > > I must be doing something wrong with this, but I am trying to correct > > a downloaded iso which does not match the source md5sum. > > > > This is what I do: > > > > rsync > > rsync

Getting nowhere syncing a download

2003-03-06 Thread bob parker
without any error message and nothing has changed with the md5sum on my copy. What am I doing wrong? Thanks Bob -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: rsync - what can it do?

2003-02-05 Thread bob parker
On Thu, 6 Feb 2003 00:42, Max Bowsher wrote: > bob parker wrote: > > Actually in this instance there is no hierarchy, it is just one flat > > 700 meg iso. So my question is can rsync sort out out which parts of > > it have errors and just download the corrupted

Re: rsync - what can it do?

2003-02-05 Thread bob parker
On Wed, 5 Feb 2003 05:57, Green, Paul wrote: > bob parker [mailto:[EMAIL PROTECTED]] asks: > > I've downloaded a 700meg iso by ftp using a steam powered dial up > > connection. > > > It took a week and naturally many resumes. > > > > Murphy's Law did

Re: rsync - what can it do?

2003-02-05 Thread bob parker
On Wed, 5 Feb 2003 06:09, Steve Bonds wrote: > On Wed, 5 Feb 2003, bob parker bob_parker-at-dodo.com.au |Rsync List| wrote: > > Maybe I'm barking completely up the wrong tree but here goes. > > > > I've downloaded a 700meg iso by ftp using a steam powered dial up >

rsync - what can it do?

2003-02-04 Thread bob parker
atch the md5sum of the one at the mirror. Can rsync be used to selectively fetch the part or parts of the iso that are in error assuming that the mirror is also an rsync mirror? How can I tell? Thanks Bob -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Befor

Re: Improving the rsync protocol (RE: Rsync dies)

2002-05-22 Thread Bob Bagwill
c rsync'ing of a few hundred little files, and the carefully planned rsync'ing of a hundred thousand files containing gigabytes of data. -- Bob Bagwill <mailto:[EMAIL PROTECTED]> -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: Status Query - Please respond - Re: Patch to avoid 'Connection reset by peer' error for rsync on cygwin

2002-05-14 Thread Bob Byrnes
- but then my interest is obviously focused on cygwin. > -- End of excerpt from Max Bowsher Are you all aware of the work done by Jonathan Kamens last July? See bug 3236 ... http://rsync.samba.org/cgi-bin/rsync/incoming?id=3236 Sorry if this has already been discussed: I am joining the thre

Re: [PATCH] rsync kills all user processes on fork failure

2002-05-12 Thread Bob Byrnes
then there is no limit whatsoever. Thanks for taking the kill(-1, SIGUSR2) fix: that is by far the most important part. Bob Byrnese-mail: [EMAIL PROTECTED] Curl Corporation phone: 617-761-1200 400 Technology Square, 8th Floor fax:617-761-1201 Cambridge, M

Re: [PATCH] rsync kills all user processes on fork failure

2002-05-09 Thread Bob Byrnes
endent of the interaction between do_fork() and kill_all(), which involves SIGUSR1. Bob Byrnese-mail: [EMAIL PROTECTED] Curl Corporation phone: 617-761-1200 400 Technology Square, 8th Floor fax:617-761-1201 Cambridge, MA 02139 --- uti

Errors compiling rsync 2.5.2 on Solaris 8

2002-02-19 Thread Bob O'Connor
tls.c:124: warning: int format, uid_t arg (arg 4) tls.c:124: warning: int format, gid_t arg (arg 5) tls.c:124: warning: int format, long int arg (arg 6) gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -o tls tls.o syscall.o lib/permstring.o -lresolv -lsocket -lnsl POSIXLY_CORRECT=1 TLS=`pwd`/tls rsync_bin=`pwd`/rsync srcdir="." ./runtests.sh ./runtests.sh running in /space/appsrc/rsync-2.5.2 rsync_bin=/space/appsrc/rsync-2.5.2/rsync srcdir=. scratchbase=/space/appsrc/rsync-2.5.2/testtmp PASS00-hello PASSdaemon PASSdevices SKIPduplicates PASShands PASShardlinks and the test hangs. What are the suggested compile line settings for configure, and what supporting programs are required. Bob

Problem making on Solaris8

2002-02-19 Thread Bob O'Connor
I am tryinmg to build rsync 2.5.2 on Solaris 8 with gcc 3.0.3 and two of the tests fail: longdir and symlink-ignore. Any ideas? Am I missing an option to configure or is there an OS param I need to change? Bob

map_ptr warning

2002-02-19 Thread Bob O'Connor
rsync 2.5.2 on Solaris 8 to pull data from rsync 2.5.2 on Solaris 7. Bob [EMAIL PROTECTED]

Re(2): rsync fails

2001-05-17 Thread Bob Foster
7;t seeing /usr/local/bin? As far as I can tell, it's in the path. Thanks again! Bob [EMAIL PROTECTED] writes: >I just got done dealing with this problem. >It was solved for me using the > >--rsync-path=/usr/local/bin/rsync > >flag, specifying the remote location of rs

rsync fails

2001-05-17 Thread Bob Foster
Hi, When I rsync to one of my servers, after I enter the password, I get the following: bash: rsync: command not found unexpected EOF in read_timeout I can ssh to and from this server. I can rsync from it. Any ideas? Thanks! Bob Foster

Re: Problem with large include files

2001-05-10 Thread Bob Foster
27;s a bug. Bob [EMAIL PROTECTED] writes: >Hi there > >I recently tried to do a transfer of a directory tree with about 120,000 >files. I needed to select various files and used the --include-from option >to select the files I needed to transfer. The include file had 103,555 >filenam

rsync newbie problem

2001-04-25 Thread Bob Foster
ith the command ./put_rsync dir1 However, if I try to send /web/test/dir1/images with the command ./put_rsync images/dir1 it rsyncs to /web/test/images on the receiving server instead of /web/test/dir1/images What am I missing? Thanks for your help! Bob Foster

Re: rsync hangs with FreeSwan

2000-12-28 Thread Bob Hepple
but not with FreeSwan, just plain ppp) some of which were replied with "should be fixed in version 1.x.x" or with no response at all - but nothing in the FAQ. I thought this must have been an old fixed problem, a misconfiguration or a versioning problem hence my post here ... Than

httpd-style logging wanted and verbose changes

2000-10-24 Thread Bob Bagwill
Hi, I'd like to be able to create log files that look a lot likehttp://www.apache.org/docs/mod/mod_log_config.html#formats Does anyone else think it's a good idea? I would like the logging to work the same whether rsync is invoked normally or as a daemon. I would also like a