Rsync wont synchronize some directories

2006-12-21 Thread Ilya Vishnyakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rsync wont synchronize some directories Hello, I'm trying to synchronize 2 servers. I set own module for each directory. Most of them do synchronize, but not the most important one with the 33Gb of date. I run truss in order to get the detailed output

log file with unexpected output on deleted files (bug?)

2006-12-21 Thread Jens Helweg
Hi there, I am using rsync to synchronize two folders. I have configured the log-format to my personal needs like this: --log-format="%f %t %o %l %P" I am also using the --delete flag to log deleted files as well. I have upgraded my rsync version to 2.6.9 when I figured out that starting with

Re: Document the removal of the ACL compatibility mode

2006-12-21 Thread Andrew Gideon
On Sat, 16 Dec 2006 09:04:22 -0500, Matt McCutchen wrote: > You might want to make it clear that *preserving ACLs* when sending files > to an older version of the ACL patch is not supported. Be aware that this is going to have a large impact on some sites (ie. mine). We use rsync as the underlyi

Re: May I merge several increment backups to one?

2006-12-21 Thread Andrew Gideon
On Wed, 06 Dec 2006 08:47:42 +0800, woo robbin wrote: > How can I merge the two increment backups into one directory,say > /backupdir/increment ? I suggest you look into exploiting the --link-dest option in your backups. Using this, each backup has the performance of an incremental (both in term

DO NOT REPLY [Bug 3784] Showing Progress without being Verbose

2006-12-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3784 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment #1

Re: Rsync to spare disk

2006-12-21 Thread klemen
Stuart Halliday wrote: > >> Hello >> >> I have an main disk (operating system) and an spare disk for backup. >> Is it possible with rsync command to copy whole disk n1 to disk2? >> >> Like: #rsync -av /dev/sd0 /dev/sd1 > > It will not copy open files. > > I use > > dd if=/dev/sd0 of=/dev

Re: Rsync to spare disk

2006-12-21 Thread Stuart Halliday
> Hello > > I have an main disk (operating system) and an spare disk for backup. > Is it possible with rsync command to copy whole disk n1 to disk2? > > Like: #rsync -av /dev/sd0 /dev/sd1 It will not copy open files. I use dd if=/dev/sd0 of=/dev/sd1 bs=1024k e2label /dev/sd1 /backup Much be

DO NOT REPLY [Bug 4303] pre-xfer exec prevents output redirection of invoked commands

2006-12-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4303 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Rsync to spare disk

2006-12-21 Thread klemen
Hello I have an main disk (operating sistem) and an spare disk for backup. Is it possible with rsinc command to copy whole disk n1 to disk2? Like: #rsinc -av /dev/sd0 /dev/sd1 thanks -- View this message in context: http://www.nabble.com/Rsync-to-spare-disk-tf2865622.html#a8008100 Sent fro

Re: rsyncing from windows 2003

2006-12-21 Thread Stuart Halliday
> I am using rsync in daemon mode running under cygwin on windows 2003. > > When I encounter a file that has a name that is in unicode rsync seems > to > missbehave. It changes the name to some combination of and then > says > the file no longer exists. > > I googled for this and found that

DO NOT REPLY [Bug 4303] New: pre-xfer exec prevents output redirection of invoked commands

2006-12-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4303 Summary: pre-xfer exec prevents output redirection of invoked commands Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Linux Status: NEW Severity: no