Re: Rsync with OS X 10.3

2009-01-25 Thread Mac User FR
Le 25 janv. 09 à 00:53, Jason a écrit : I've compiled with the ASCII values and everything works as expected. Cool. I'm still getting the other error so I'm not sure what has happened. I'll regenerate the disk image for backupbouncer as maybe the file has become corrupt. Which other e

Include/Exclude problems

2009-01-25 Thread Mag Gam
hi, I am trying to rsync a very large filesystem which is about 3TB, but naturally I want to exclude a lot of things. However, I am really struggling with excluding directories. SRC=/dasd/december/2008 #Notice there is no trailing slash TARGET=/backup/december/2008 #Notice there is no trailing s

Re: Include/Exclude problems

2009-01-25 Thread Matt McCutchen
On Sun, 2009-01-25 at 10:29 -0500, Mag Gam wrote: > I am trying to rsync a very large filesystem which is about 3TB, but > naturally I want to exclude a lot of things. However, I am really > struggling with excluding directories. > > SRC=/dasd/december/2008 #Notice there is no trailing slash > TA

Re: [patch] Replace illegal characters in filenames for FAT (switch)

2009-01-25 Thread Matt McCutchen
On Sat, 2009-01-24 at 23:59 +0100, Jonas Häggqvist wrote: > This patch adds a switch --fat-filenames which replaces all characters > that aren't legal on FAT filesystems with an underscore. This is the first > time I touch the rsync code, so I may not be going about it the right way, > but it seems

DO NOT REPLY [Bug 5867] rsync with ACLs resets mtime on targets

2009-01-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5867 --- Comment #3 from ti...@freebsd.org 2009-01-25 14:24 CST --- This is a bug/misfeature in the FreeBSD ACLs->UFS2 code. Here is a bit of more discussion about it: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125739 In general, it sho

Re: Include/Exclude problems

2009-01-25 Thread Mag Gam
Thanks Matt for the response. The *** was the magic bullet and it works. Thanks. I was curious about the --link-dest argument. Will this speed up anything? I noticed it has the same default behavior of cp -al If its faster or more efficient I would be more than happy to implement this. O