Displaying 1 result from an estimated 1 matches for "wizardswarrior".
Did you mean:
wizardswarriors
2004 Jan 09
1
Problems with rsync with dirctories with spaces in the name
...have been.
I was running rsync to copy stuff off of a Windows disk onto a Windows disk
on another machine via Linux - Mdk 9.1 rsync - (rsync-2.5.7-0.1.92mdk) ,
when I first noticed the problem.
I have reproduced it below.
The command I used was
rsync -avz -e ssh /mnt/D/Program\ Files/Activision/WizardsWarriors/*
richard1@perthmdk:/mnt/downloads/Program\ Files/Activision
This command gave me the following in the /mnt/downloads directory
[richard1@PerthMdk richard1]$ ll /mnt/downloads/
total 5344753
drwxrwxr-x 29 richard1 richard1 4184 Jan 9 21:54 Program/
It seems that the rsync (or the shell...