Re: Re: rsync overall progress patch

2012-01-18 Thread Victor Denisov
e for more info. On 01/17/12 19:47, Victor Denisov wrote: > Hi everyone, > > I'm trying to implement calculation of overall progress for rsync. > Currently it shows progress only on per file basis. > > So I need for the feature size of all files to be synced - this is > ob

rsync overall progress patch

2012-01-17 Thread Victor Denisov
chunks transfer? Thanks, Victor. -- 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

Help

2008-05-14 Thread Victor Farah
e the file list and hours to copy. I just want it to create the file list once and copy what it needs to each machine, is there a way to do this? -- Victor Farah - Systems Administrator netmediaservices.net -- Please use reply-all for most replies to avoid omitting the mailing list. To unsu

Re: preserving Mac OS X metadata in rsync backups and restores

2008-01-19 Thread Victor Shoup
d BSD flags other than uchg, uappnd (I modified the backup-bouncer test suite to restrict to just these BSD flags, to verify). -- Victor Shoup On Jan 18, 2008, at 11:12 PM, Moritz Heckscher wrote: Am 2008-01-19 um 01:37 schrieb Moritz Heckscher: 3) To help with the checking/comparing, so

Re: lchmod for osx (was: Symlinks in OS X (10.4.1))

2007-10-16 Thread Victor Shoup
I've noticed the same thing...trying to change any of the timestamps on a symlink via setattrlist does nothing at all (not even complain). On Oct 16, 2007, at 8:56 AM, Wesley W. Terpstra wrote: Here's a patch that makes link permissions work when applied to rsync CVS. I am also trying to mak

Re: PATCH: preserve osx creation-date (was: Using pre2 for backing up a mac)

2007-10-15 Thread Victor Shoup
ould be much better if it were in the main rsync source. -- Victor Shoup On Oct 15, 2007, at 6:13 AM, Wesley W. Terpstra wrote: On Oct 15, 2007, at 1:55 AM, Wayne Davison wrote: On Sun, Oct 14, 2007 at 08:14:57PM +0200, Wesley W. Terpstra wrote: I've attached a patch which does this.

macintosh metadata madness

2007-06-04 Thread Victor Shoup
e OSX metadata, and in particular, to backup (and restore) this metadata to a non-OSX, unix machine (using rsync, of course). If you're interested, go to http://www.shoup.net and follow the link to "Macintosh Metadata Madness". Cheers, Victor Shoup -- To unsubscribe or c

compiling rsync on OSX

2007-04-12 Thread Victor Shoup
file that suggests a patch is necessary. Thanks for any pointers. -- Victor -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

xattrs questions

2007-04-07 Thread Victor Shoup
I see that rsync will eventually support extended attributes, which will be great. But: will it allow backup from a file system that supports xattrs, to one that does not? For this to work, rsync would have to represent the xattrs on the destination machine in some special format, I suppose,

rsync on osx hack

2007-03-28 Thread Victor Shoup
sting. Any feedback is appreciated. -- Victor Shoup -- 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: Xattr on FreeBSD ... Good Luck ?

2006-11-02 Thread Victor Shoup
nyway, this is my solution, and it works quite well for me. However, an Apple engineer told me that UFS may not be maintained forever (but hopefully long enough until other solutions exist). -- Victor However, these issues are only for RESTORE, not for BACKUP. On Nov 2, 2006, at 6:22 AM, Wes

Re: Extended attributes in MacOS X

2006-10-26 Thread Victor Shoup
ly on OSX there can be a lot of this stuff, and it would be nice if changes in the xattr's were detected quickly by looking at something like modtime and filesize, just like for regular files. I don't even know if this is possible, as this data may not even be available for xattr&#

rsync, mac OSX tiger, and UFS

2006-09-05 Thread Victor Shoup
t all files (regular and apple double) were treated like, well, ordinary files. I don't even know if this is possible, given the hacks to the OS that Apple has introduced. Also, unfortunately, who knows what hacks Apple will introduce in Leopard (10.5). It would also be nice if --exten

rsync and symbolic links

2006-06-29 Thread Victor Shoup
Is this a known issue? rsync does not always preserve dates and permissions on symbolic links, and while the -i option indicates it is trying to bring things in sync, it does not. Maybe between OS's that have sufficiently different implementations, this is not possible. -- To unsubscribe or ch

not all files copied

2006-06-24 Thread Victor Shoup
same thing happens using either version of rsync on the mac just copying files locally! Any body have a similar experience? -- Victor -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

bash: /usr/local/bin/rsync: Argument list too long

2004-08-10 Thread victor
ean is that rsync can make sutch a transfer(no mather the kernel), but for some reason he does not. Jan-Benedict Glaw wrote: On Tue, 2004-08-10 14:41:54 +0300, victor <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: I get this error when I try to copy a directory with a lot o

bash: /usr/local/bin/rsync: Argument list too long

2004-08-10 Thread victor
I get this error when I try to copy a directory with a lot of files: "bash: /usr/local/bin/rsync: Argument list too long" The exact command is: "/usr/local/bin/rsync -rsh=/usr/bin/rsh -r --delete --perms --owner --group /mail/spool/imap/user/wex/* [EMAIL PROTECTED]:/mail/spool/imap/user/wex".

(no subject)

2002-09-03 Thread Victor Isaac Lesk
Dear all, How do I exclude, using --exclude or otherwise, executable files, from an rsync transfer? Thanks, Victor -- 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: zlib problem?

2002-03-21 Thread Victor Grey
Dave Dykstra wrote: > Actually, there was a problem in 2.5.3 that could likely have had that > symptom; are you sure the remote side also has 2.5.4? Ah! No - the remote side has not yet been upgraded to 2.5.4. I'll do the upgrade and report if that fixes the problem. Many thanks,

zlib problem?

2002-03-18 Thread Victor Grey
) Can copy the same file with -av successfully. Just wondering if this is a known problem that someone is working on. (I'm not subscribed to the list, so please reply directly.) TIA Victor Grey -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before po

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

2002-01-22 Thread Victor J. Hernandez Gomez
When trying to connect to a rsync server (sparc.solaris.2.6) from a linux machine (redhat 6.2). # rsync machine.upo.es ksh: rsync: not found rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(139) Both machines have 2

Rsync on WinNT and Solaris

2001-05-14 Thread Victor Templonuevo
, it gave me a different error: Terminal read: The parameter is incorrect. unexpected EOF in read_timeout read error: Connection reset by peer Can anyone help me on this. Thanks in advance. Victor Templonuevo __ Do You Yahoo!? Yahoo! Auctions - buy