search for: czxc

Displaying 1 result from an estimated 1 matches for "czxc".

2014 Jul 17
2
question about output of files copied/deleted
...to me that this output would be more useful if it were possible to uniquely translate a line of output back into a file path. Right now that's not possible due to the control character encoding. An output line like asd\#002\#003zxc could either mean a file of that name or asd^B\#003zxc or asd^B^Czxc or asd\#002^Czxc I was hoping to start with rsync -n, figure out what was going to be replaced or deleted, archive those files, and then use the list to do the rsync without the -n but not getting files that had been updated since the original -n -- but this ambiguity prevents that from working....