Re: sorting files by size

2008-12-18 Thread Matt McCutchen
On Tue, 2008-12-16 at 10:13 -0500, Sebastien Roy wrote: > In this context, an option "--sort-by-size" would be very helpful to get > the maximum number of files transfered before an interruption. "size" > could be the actual file size, or the ammount of bytes that rsync intend > to transfer. > > F

DO NOT REPLY [Bug 5977] --delay-updates --partial-dir

2008-12-18 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5977 --- Comment #1 from m...@mattmccutchen.net 2008-12-19 00:41 CST --- What makes you think this is a bug in rsync? To me it looks more likely to be caused by Windows and/or Cygwin mishandling the special characters in the path. -- Conf

Re: [Pilot]Recover to a different folder failed! Any way out of the problem?

2008-12-18 Thread Matt McCutchen
On Fri, 2008-12-19 at 11:46 +0800, Daniel wrote: > I backup data in test_laptop folder in my laptop to the server. And I use > another PC to get data back from server, and the folder is named with > test_pc. But rsync is going to create a folder test_laptop in test_pc. I > just wanna everything in

[Pilot]Recover to a different folder failed! Any way out of the problem?

2008-12-18 Thread Daniel
Dear Sir, I have a question about rsync restore process. I backup data in test_laptop folder in my laptop to the server. And I use another PC to get data back from server, and the folder is named with test_pc. But rsync is going to create a folder test_laptop in test_pc. I just wanna everything in

Re: rsync 3.0.4 ACL corruption

2008-12-18 Thread Wayne Davison
On Mon, Dec 15, 2008 at 12:20:23PM +0100, Peter Rindfuss wrote: > The latter is a (partial) ACL from /wzb/user/spura, the "spura" > person's home dir. The ACL code uses a array to hold the various ACLs it finds. The receiver builds a list of the items that the sender sends to it, and is told inde

rsync 3.0.4 hangs when I increase verbosity

2008-12-18 Thread Jonathan Chen
resent since earlier one didn't show up correctly. Also updated the email Hi all, I need some help. I self compiled rsync 3.0.4 on Mac OSX 10.4 (Tiger) Trying to run the command below... rsync --dry-run -aucvvvX --log-file=fly-dryrun.txt /Volumes/airplane/ /Volumes/plane/flight when

i wish to join the job

2008-12-18 Thread vasanthi n
GOOD EVENING. Iwish join the job -- 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: Rsync and recursion protection with .svn folders

2008-12-18 Thread Richard Lee
Cheers mate thanks, That was EXACTLY what I was looking for. I swear to god I scoured the internet and rsync man pages, but I did not see the little 'p' modifier. Thanks again Matt! Matt McCutchen-7 wrote: > > On Wed, 2008-12-17 at 09:02 -0800, Richard Lee wrote: >> src(local copy) --> dst(s

Re: Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)

2008-12-18 Thread Hendrik Visage
On Fri, Dec 12, 2008 at 12:56 PM, Roman Fiedler wrote: > Hi list, > > After reading rsync docu and doing online search, I still failed to find a > simple solution for following problem: > > The goal is to sync two directories using rsync without running the rsync > daemon on one of the two hosts.