Hi, I am trying to backup a Windows XP box onto a linux server. I am using cygwin+openssh+rsync.
Here are the first lines of my default.conf : client: 192.168.0.99 rsh: ssh tree: /cygdrive/c/Documents and Settings/Valérie On trying to init this vault, I have the following rsync_error : *** Execution cycle 0 *** rsync: link_stat "/cygdrive/c/Documents/." failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at main.c(1173) It seems to be a problem concerning the space character. I may have a similar problem with "é" later... I tried to use : tree: /cygdrive/c/Documents\ and\ Settings/Valérie but I have the same kind of error. Any idea ? Thanks for your help. Rémi. _______________________________________________ Dirvish mailing list [email protected] http://www.dirvish.org/mailman/listinfo/dirvish
