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

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=2927&action=view) Patch to send pre-xfer output to client on error Here is a quick-and-dir

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 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 daem

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 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 beca

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 "source-filter_dest-fil

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 p

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|

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: mi

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 [EM

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 --progre

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|

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 involved

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|

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 the

Re: rsync not running on IA64

2007-09-22 Thread michael bane
On Sat, 2007-09-22 at 16:33 +0100, michael bane wrote: > 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 -

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 --exclude-from=/

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 -

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? >>> >>>