DO NOT REPLY [Bug 5554] New: File has vanished for files with foreign/unicode characters

2008-06-20 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5554 Summary: File has vanished for files with foreign/unicode characters Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Windows XP Status: NEW Severity:

Re: OS/X Leopard Server and rsync backups

2008-06-20 Thread Michal Soltys
Few remarks: Greg Shenaut wrote: --delete-excluded: delete files no longer present & any excluded files Yes. You can achieve the same with 'H' or 'R' instead of '-', without having to specify --delete-excluded. 'H' is sender-only exclude, 'R' is receiver-only include. In your case:

OS/X Leopard Server and rsync backups

2008-06-20 Thread Greg Shenaut
I'm dithering over this too much, I need some advice. I apologize for the length of this and hope I haven't left out any essential detail. I want to do nightly snapshots of my Leopard server using an rsync script and a filter file to a locally connected firewire drive. The rync command I'm

Re: supporting HFS+ attributes and forks on a Linux rsync server?

2008-06-20 Thread Matt McCutchen
On Fri, 2008-06-20 at 10:32 -0700, David Feldman wrote: > > You won't be able to preserve file flags and creation times since Linux > > doesn't have them. On the other hand, rsync 3.0.2 with -X will preserve > > getxattr-style extended attributes (including resource forks, which Mac > > OS 10.4+

Re: supporting HFS+ attributes and forks on a Linux rsync server?

2008-06-20 Thread David Feldman
You won't be able to preserve file flags and creation times since Linux doesn't have them. On the other hand, rsync 3.0.2 with -X will preserve getxattr-style extended attributes (including resource forks, which Mac OS 10.4+ exposes as extended attributes); no patches are needed. Thanks. Just t

Re: pre/post-xfer exec not executed ?

2008-06-20 Thread Matt McCutchen
On Fri, 2008-06-20 at 17:53 +0200, Loïc wrote: > I've setup a rsync server on my backup host, with shares using > post/pre-xfer exec options but the scripts seems not to even be called : > they should write a lockfile, and write in a logfile some information > about the transfer request / report

pre/post-xfer exec not executed ?

2008-06-20 Thread Loïc
Hi, I've got an issue since about a week and I still can't solve it after a thorough research. I've setup a rsync server on my backup host, with shares using post/pre-xfer exec options but the scripts seems not to even be called : they should write a lockfile, and write in a logfile some inf

Re: 'Invalid cross-device link' on GNU/Linux

2008-06-20 Thread Matt McCutchen
On Fri, 2008-06-20 at 09:16 -0500, Ryan Rodriguez wrote: > I am running out of space on my compact flash card and want to have > rsync use the "--delete-after --delay-updates --partial-dir=/tmpfs" > which is mounted as tmpfs. Once the renaming part of the rsync > starts I get "Invalid cross-devic

Re: problem with rdiff

2008-06-20 Thread Matt McCutchen
On Fri, 2008-06-20 at 15:51 +0530, Madan Kumar wrote: > I am trying to get only incremental backup using "rdiff-backup" (that > also uses rsync). Ask on the rdiff-backup mailing list: http://www.nongnu.org/rdiff-backup/savannah.html#mailing_list Matt signature.asc Description: This is a digit

Re: supporting HFS+ attributes and forks on a Linux rsync server?

2008-06-20 Thread Matt McCutchen
On Thu, 2008-06-19 at 17:48 -0700, David Feldman wrote: > I'm trying to use rsync to back up a Mac OS X machine to a Linux server. > I've used the instructions at http://www.bombich.com/mactips/rsync.html > to patch and install rsync 3.0.2 to support HFS+ attributes and forks on > the client. I

'Invalid cross-device link' on GNU/Linux

2008-06-20 Thread Ryan Rodriguez
Hello, rsync mailing list! I am running out of space on my compact flash card and want to have rsync use the "--delete-after --delay-updates --partial-dir=/tmpfs" which is mounted as tmpfs. Once the renaming part of the rsync starts I get "Invalid cross-device link (18)" errors. I see this i

sensible filter rules to backup windows profile

2008-06-20 Thread Mi
Hi, I'm having a hard time with the filter rules syntax, and thought someone may already have done this and would share his rules. In the user profiles, I do want to backup the outlook files in the ridiculous path "c:\documents and settings\username\local settings\application data\microsoft\

problem with rdiff

2008-06-20 Thread Madan Kumar
Hi all. (I am sending this querry here because it is somehow relating to rsync. If i am wrong please pardon me.) I am doing following on these windowsXP and Vista. I am trying to get only incremental backup using "rdiff-backup" (that also uses rsync). I have installed gcc compiler and by followi