Re: dir-merge in a subdirectory

2008-08-09 Thread Wayne Davison
On Tue, Aug 05, 2008 at 08:55:10PM -0400, Matt McCutchen wrote: > I've been working on this; my patch in progress is attached. Thanks, Matt! I've saved that off and am looking into integrating it for the trunk (and adding a merge-file debugging category). I've fiddled with it a bit so far, and w

DO NOT REPLY [Bug 5680] triggering io.c:188: got_flist_entry_status: Assertion

2008-08-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5680 --- Comment #1 from [EMAIL PROTECTED] 2008-08-09 12:00 CST --- Created an attachment (id=3463) --> (https://bugzilla.samba.org/attachment.cgi?id=3463&action=view) Extra debugging in place of the cited assert This replaces the assert wi

DO NOT REPLY [Bug 5680] triggering io.c:188: got_flist_entry_status: Assertion

2008-08-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5680 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from [EM

Transfer resource forks (-X -E) but not data?

2008-08-09 Thread Gian Spicuzza
Hello, Our hard drive crashed and we restored a backup under Mac 10.3.9. Unfortunately we lost the executability of the files. The icons do not show up and we have to manually click "Open With" and choose Word/Excel/etc. I have an old backup that has old data, but all of the executibility,

Re: Transfer resource forks (-X -E) but not data?

2008-08-09 Thread Matt McCutchen
On Sat, 2008-08-09 at 12:58 -0400, Gian Spicuzza wrote: > Our hard drive crashed and we restored a backup under Mac 10.3.9. > Unfortunately we lost the executability of the files. The icons do not > show up and we have to manually click "Open With" and choose Word/Excel/etc. > > I have an old b

Re: rsync operation times out on excluded directory

2008-08-09 Thread Matt McCutchen
On Fri, 2008-08-08 at 16:57 +0200, Rob klein Gunnewiek wrote: > The problem was that I was copying /home (rsync server:/home ...), and the > exclude path needed to be relative to this. Newbie mistake :). So, now it > works, > using: --exclude=username/mnt (instead of --exclude=/home/username/mnt).

Re: Restoring from backup, preserving uids

2008-08-09 Thread lewis butler
On 2-Aug-2008, at 13:15, Matt McCutchen wrote: On Sat, 2008-08-02 at 20:42 +0200, Paul Slootman wrote: Just a note: I'd recommend also using -H to preserve hard links. Traditionally a unix / linux system will have many files hard-linked (although a quick check shows less than I expected). Do y