Displaying 2 results from an estimated 2 matches for "mariage".
Did you mean:
marriage
2003 Dec 15
5
Rsyncing Windows directory to a Linux box: problem with spaces in directory names
Hello,
I am trying to rsync folders/files hosted on a Windows machine to a
Linux machine. Many of the directory names have spaces in them.
How can I list them in a file so that the --include-from option use
them correctly?
Thanks!
Charles
--
Charles-E. Nadeau Ph.D
http://radio.weblogs.com/0111823/
2003 Dec 17
5
Rsyncing Windows directory to a Linux box: problem with spacesin directory names
...-window=2 --delete-excluded
> --exclude-from=$excludefile $backup $backuproot/$type.1/
>
> Where:
> $backup=`cat /etc/snapshot/include.text` $backuproot=/backup
> $excludefile=/etc/snapshot/exclude.text
> $type=hourly
>
> /etc/snapshot/include.text contains:
> /diskbox/Mariage/*.tdk
> /diskbox/Mariage/*.ppj
> /diskbox/Outlook/
> /diskbox/PourCD/
> /diskbox/Toburn/
> /diskbox/Anciens projets/
>
> /etc/snapshot/exclude.text contains:
> diskbox/Mariage/*.AVI
> diskbox/Mariage/*.wmv
> diskbox/Mariage/*.rm
> diskbox/Mariage/*.mp2
> diskbox...