[Bug 2395] problems copying from a dir that includes a symlink in the path

2005-02-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2395 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #992 is|0 |1 obsolete|

[Bug 2395] problems copying from a dir that includes a symlink in the path

2005-02-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2395 --- Additional Comments From [EMAIL PROTECTED] 2005-02-27 23:59 --- Created an attachment (id=992) --> (https://bugzilla.samba.org/attachment.cgi?id=992&action=view) same test script but with bug fixes (In reply to comment #3) Terribly

[Bug 2395] problems copying from a dir that includes a symlink in the path

2005-02-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2395 [EMAIL PROTECTED] changed: What|Removed |Added Severity|major |trivial Status|REOPENED

[Bug 2395] problems copying from a dir that includes a symlink in the path

2005-02-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2395 [EMAIL PROTECTED] changed: What|Removed |Added Severity|normal |major Status|RESOLVED

RE: Using --files-from but also having rsync delete...

2005-02-27 Thread Eli
Wayne wrote: > On Sun, Feb 27, 2005 at 05:34:48PM -0500, Eli wrote: > > It would build the file list and copy over some files, but not > > everything. Even with --delete-excluded it still didn't > delete files > > on the dest server that weren't on the src system. > > Then you must have done

Re: Problem/fix combining -A and --link-dest

2005-02-27 Thread Andrew Gideon
Wayne Davison wrote: > This hasn't been fixed yet, so I'd like to see your changes so I can > incorporate them into the patches/acls.diff for 2.6.4. Thanks! Okay. I was hoping that someone else had done this (better than I). Please keep in mind my caveats. - Andrew To acls.c I just added

[Bug 2389] block/character devices on Solaris yield wacky rsync stats

2005-02-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2389 --- Additional Comments From [EMAIL PROTECTED] 2005-02-27 16:19 --- Odd, my reply never made it through. I'll paste my reply in "manually". David -Original Message- From: Wood, David Sent: Friday, February 25, 2005 4:52 PM To

Re: Using --files-from but also having rsync delete...

2005-02-27 Thread Wayne Davison
On Sun, Feb 27, 2005 at 05:34:48PM -0500, Eli wrote: > It would build the file list and copy over some files, but not > everything. Even with --delete-excluded it still didn't delete files > on the dest server that weren't on the src system. Then you must have done something wrong, such as still

[Bug 2395] problems copying from a dir that includes a symlink in the path

2005-02-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2395 [EMAIL PROTECTED] changed: What|Removed |Added Severity|major |normal Status|NEW

[Bug 2395] New: problems copying from a dir that includes a symlink in the path

2005-02-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2395 Summary: problems copying from a dir that includes a symlink in the path Product: rsync Version: 2.6.4 Platform: All OS/Version: All Status: NEW Severity: ma

RE: Using --files-from but also having rsync delete...

2005-02-27 Thread Eli
Wayne wrote: > On Sun, Feb 27, 2005 at 04:31:15AM -0500, Eli wrote: > > I thought I could use --include-from and then add > --exclude='*' to see > > if rsync would backup what I needed and then delete > anything not in my > > list from the rsync server side, however it did not, not to mention

[Bug 1936] lseek failed in map_ptr

2005-02-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1936 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Additional Comments

[Bug 1959] writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe

2005-02-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1959 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Additional Comments

Re: Using --files-from but also having rsync delete...

2005-02-27 Thread Wayne Davison
On Sun, Feb 27, 2005 at 04:31:15AM -0500, Eli wrote: > I thought I could use --include-from and then add --exclude='*' to see if > rsync would backup what I needed and then delete anything not in my list > from the rsync server side, however it did not, not to mention coming up > quite short in the

Re: Problem/fix combining -A and --link-dest

2005-02-27 Thread Wayne Davison
On Sun, Feb 27, 2005 at 12:50:40PM -0500, Andrew Gideon wrote: > But if this hasn't yet been fixed in the repository, and if someone > wants to see what I've done, I'm happy to send it. This hasn't been fixed yet, so I'd like to see your changes so I can incorporate them into the patches/acls.diff

Problem/fix combining -A and --link-dest

2005-02-27 Thread Andrew Gideon
I'm using the -A patch on v2.6.2, and I'm doing the usual "incremental backup using links" thing.ÂÂTheÂdestinationÂisÂaÂmachineÂrunningÂFedora (both 2 and 3), and the sources are machines running various Linuxes and Solaris. During my initial testing, I found a lot of diskspace being wasted.ÂÂ

Re: I am having a problem making a key of ssh using rsync

2005-02-27 Thread Shachar Shemesh
chris allen wrote: I have a main server that I want to backup to my backup server. I don't know on witch side that I need to make a key on the code is bellow is what I am using rsync -e "ssh -i /root/.ssh/rsync-key" -avHRrz --numeric-ids --progress --stats --delete --exclude=/proc/* --excl

Using --files-from but also having rsync delete...

2005-02-27 Thread Eli
I am using rsync with --files-from to specify an exclusive list of files for rsync to back up to an rsync server. I give rsync the list using find to spit out a list of files that are 2 or more days old from a list of files that can change. The backup of the files works perfectly, however I reali