Re: [PATCH] One more -x to not traverse cyclic bind-mounts

2011-01-18 Thread Wayne Davison
On Tue, Jan 18, 2011 at 11:27 AM, Jeff Hansen wrote: > I hate to beat an (apparently) dead horse, but I've tested this patch on > several systems and I would really appreciate it if this patch (or some > variation of it) went into mainline. > You patch just prevents recursing into subdirectories

Re: Disk image with rsync/rsnapshot

2011-01-18 Thread Henri Shustak
> I want to make a full disk image backup of my disk with rsnapshot/rsync that > I can restore on a new disk. > Part of my /etc/rsnapshot.conf looks like follows: > > exclude /proc > exclude lost+found > exclude /media > exclude /sys > exclude /dev > exclude /tmp > exclude /dev >

Re: [PATCH] One more -x to not traverse cyclic bind-mounts

2011-01-18 Thread Jeff Hansen
On 01/13/2011 06:14 PM, Wayne Davison wrote: On Thu, Jan 13, 2011 at 10:24 AM, Jeff Hansen mailto:jhan...@cardaccess-inc.com>> wrote: This patch allows one to repeat the '-x' option a third time to stop rsync from traversing potentially cyclic bind mounts that are on the same filesy

Re: Implicit --itemize

2011-01-18 Thread Matt McCutchen
On Tue, 2011-01-18 at 09:32 +0100, Fabian Cenedese wrote: > >From reading the man pages I couldn't find such a hint, but is > there a way that --itemize is implicitely activated e.g. with using > another parameter? > I used these params in a script with rsync 3.0.3pre1 on a NAS. > > MYRSYNC_ARGS=

Re: Implicit --itemize

2011-01-18 Thread Steven Levine
In <5.2.0.9.1.20110118091956.04afb940@localhost>, on 01/18/11 at 09:32 AM, Fabian Cenedese said: Hi, >Is it possible that "SSH -i key" could also be scanned by rsync and >interpreted as --itemize? That is what is happening. You have -e "$SSH" and your shell is interpreting this as multip

Disk image with rsync/rsnapshot

2011-01-18 Thread Raivo Kask
I want to make a full disk image backup of my disk with rsnapshot/rsync that I can restore on a new disk. Part of my /etc/rsnapshot.conf looks like follows: exclude /proc exclude lost+found exclude /media exclude /sys exclude /dev exclude /tmp exclude /dev backup/ localhost

DO NOT REPLY [Bug 7123] Use both old dest file and partial file as basis data

2011-01-18 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7123 --- Comment #4 from mar...@backup-systems.co.uk 2011-01-18 03:38 CST --- Is there a plan to fix this? -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You a

Implicit --itemize

2011-01-18 Thread Fabian Cenedese
Hi >From reading the man pages I couldn't find such a hint, but is there a way that --itemize is implicitely activated e.g. with using another parameter? Is it possible that "SSH -i key" could also be scanned by rsync and interpreted as --itemize? Can it be switched off again with --no-i? That d