Re: compression of source and target files

2007-09-22 Thread Shachar Shemesh
Kenneth Simpson wrote: Chuck Wolber wrote: On Fri, 21 Sep 2007, Kenneth Simpson wrote: Hi - there's a flag for rsync to compress the files in transit - is it possible to compress one side (target) with gzip and have rsync still work correctly? It'll still work

Re: compression of source and target files

2007-09-22 Thread roland
Hi Ken, no, that's nothing rsync supports. indeed, it would be nice and great for backups - but for now you need a filesystem which supports transparent compression to have your rsync`ed data compressed. on linux, watch out for reiser4 or zfs-fuse regards roland - Original Message -

rsync not running on IA64

2007-09-22 Thread michael bane
I have built rsync on IA64 using Intel's 'icc' compiler and can run the rsync executable interactively but when attempting to run under 'crontab' I get the following error: + /home/horace/mccssmb2/src/rsync-2.6.9/rsync -z --partial -v --progress --recursive --stats --times --links

Using rsync with the iriver T60

2007-09-22 Thread David Fletcher
I was about to ask how to get this to work, but I think I might have solved it with another last look down the documentation before I clicked on the send button. I have an annoying little problem known as the iriver T60 audio player. It plays Ogg files from my PC perfectly well, but only in

DO NOT REPLY [Bug 4944] Iconv-patch does not convert command-line args

2007-09-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4944 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

delta copies

2007-09-22 Thread Robert Fitzpatrick
I posted the other day about trying to determine why my backups seem not to be doing this. I am trying to figure this out this weekend, I have two files on a RAID0 FreeBSD file system using SATA drives. I do a simple tar of /var twice and then rsync the two files only as a test, no folders

DO NOT REPLY [Bug 4412] --dry-run output inaccurate due to implied symlink

2007-09-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4412 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: delta copies

2007-09-22 Thread Matt McCutchen
On 9/22/07, Robert Fitzpatrick [EMAIL PROTECTED] wrote: I do a simple tar of /var twice and then rsync the two files only as a test, no folders involvedtrying to determine why the entire file is being copied in its entirety and not synchronized bit-by-bit. esmtp# rsync -az --progress

DO NOT REPLY [Bug 4412] --dry-run output inaccurate due to implied symlink

2007-09-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4412 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #3 from

DO NOT REPLY [Bug 4985] New: --list-only shows implied dirs even with --no-implied-dirs

2007-09-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4985 Summary: --list-only shows implied dirs even with --no-implied- dirs Product: rsync Version: 3.0.0 Platform: Other OS/Version: Linux Status: NEW Severity:

DO NOT REPLY [Bug 4985] --list-only shows implied dirs even with --no-implied-dirs

2007-09-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4985 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: Using rsync with the iriver T60

2007-09-22 Thread Matt McCutchen
On 9/22/07, David Fletcher [EMAIL PROTECTED] wrote: It plays Ogg files from my PC perfectly well, but only in the same order in which it thinks they were copied onto its flash memory. It makes no attempt to sort the file names into alphabetical order to play them. I imagine the player is

Re: compression of source and target files

2007-09-22 Thread Matt McCutchen
On 9/21/07, Kenneth Simpson [EMAIL PROTECTED] wrote: Sorry, I neglected to mention the source is uncompressed but we need to compress the target file because we're running out of disk space and the files are highly compressible. You might try the experimental patch

DO NOT REPLY [Bug 4834] --inplace with --backup --backup-dir does not work

2007-09-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4834 --- Comment #1 from [EMAIL PROTECTED] 2007-09-22 21:47 CST --- I can reproduce the behavior Joost described. It gets much worse: in whole-file mode, rsync updates the destination file without even attempting to back it up. This is

DO NOT REPLY [Bug 2706] An option to transfer POSIX ACLs

2007-09-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2706 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

DO NOT REPLY [Bug 4033] Get remote disk space

2007-09-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4033 --- Comment #1 from [EMAIL PROTECTED] 2007-09-22 22:22 CST --- There is no need to build the check into rsync. The disk space check can be done in the --rsync-path (for rsync over a remote shell) or the pre-xfer exec command (for a

Re: delta copies

2007-09-22 Thread Robert Fitzpatrick
On Sat, 2007-09-22 at 20:00 -0400, Matt McCutchen wrote: On 9/22/07, Robert Fitzpatrick [EMAIL PROTECTED] wrote: Delta transfers reduce network traffic between the sending and receiving rsync processes at the cost of some extra CPU time and disk I/O (e.g., the receiver has to read the old

DO NOT REPLY [Bug 4320] Daemon should send stdout, stderr of {pre, post}-xfer command to client

2007-09-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4320 --- Comment #2 from [EMAIL PROTECTED] 2007-09-22 23:24 CST --- Created an attachment (id=2927) -- (https://bugzilla.samba.org/attachment.cgi?id=2927action=view) Patch to send pre-xfer output to client on error Here is a

Re: delta copies

2007-09-22 Thread Matt McCutchen
On 9/22/07, Robert Fitzpatrick [EMAIL PROTECTED] wrote: Are you saying that rsync knows the difference and will enable/disable delta transfers depending on whether local or not? Yes. However, again, I get the same result doing remote transfers. Either the delta transfer algorithm is not

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sat Sep 22 14:16:48 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv9172 Modified Files: mkrounding.c Log Message: Avoid affecting the proto.h file. Revisions: mkrounding.c1.7 = 1.8

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sat Sep 22 14:18:32 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv9488 Modified Files: tls.c Log Message: Added some stub functions for compilers not smart enough to get rid of static inline functions that are not called. Revisions:

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sat Sep 22 14:18:44 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv9665 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.350 = 1.351 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.350r2=1.351

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sat Sep 22 16:46:49 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv4864 Added Files: ifuncs.h Log Message: Moving inline functions into its own .h file. Revisions: ifuncs.hNONE = 1.1

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sat Sep 22 16:52:59 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv6572 Modified Files: clientserver.c flist.c io.c loadparm.c log.c main.c mkrounding.c options.c params.c rsync.c rsync.h socket.c tls.c token.c util.c

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sat Sep 22 18:07:18 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv5729 Modified Files: ifuncs.h Log Message: Tweaked opening comments. Revisions: ifuncs.h1.1 = 1.2

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sat Sep 22 21:43:05 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29381 Modified Files: rsync.h Log Message: - Incremented the SUBPROTOCOL_VERSION to 9. - Fixed name of PTR_EXTRA_CNT (was PTR_EXTRA_LEN). - Added F_DIR_RELS_P() to support

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sat Sep 22 21:43:08 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29397 Modified Files: compat.c Log Message: Fixed name of PTR_EXTRA_CNT (was PTR_EXTRA_LEN). Revisions: compat.c1.63 = 1.64

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sat Sep 22 21:43:12 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29415 Modified Files: flist.c Log Message: Using relative with incremental recursion now results in a normal sequence of directories in the hierarchy, and works properly

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sat Sep 22 21:51:08 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv31869 Modified Files: generator.c Log Message: Fixed a just-introduced glitch in directory creation with --no-implied-dirs. Revisions: generator.c 1.357 =

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sat Sep 22 22:37:52 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv18014 Modified Files: flist.c Log Message: Always send implied dirs as dirs. Revisions: flist.c 1.451 = 1.452

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sat Sep 22 22:57:50 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv25998 Modified Files: rsync.yo rsync.1 Log Message: Document the change to how --releative works. Revisions: rsync.yo1.425 = 1.426

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sun Sep 23 01:18:03 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv12815 Modified Files: rsync.c proto.h Log Message: Added a missing void to the arg-spec of setup_iconv(). Revisions: rsync.c 1.230 = 1.231

CVS update: rsync

2007-09-22 Thread Wayne Davison
Date: Sun Sep 23 02:00:53 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv25937 Modified Files: flist.c generator.c Log Message: Moved list-only output from flist.c to generator.c so that it works properly even in inc_recurse mode. Got rid of

CVS update: rsync/testsuite

2007-09-22 Thread Wayne Davison
Date: Sun Sep 23 02:18:57 2007 Author: wayned Update of /data/cvs/rsync/testsuite In directory dp.samba.org:/tmp/cvs-serv1676/testsuite Modified Files: relative.test Log Message: Make sure that the dirs we are merging have the same timestamps. Revisions: relative.test 1.4