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

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

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

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 to

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.