Displaying 1 result from an estimated 1 matches for "sync_company_doc".
2009 Jan 05
1
Problem Escaping Spaces in File Name
...mand like:
rsync -prvl --delete --stats --progress -e 'ssh -p 22 -i
/root/.ssh/id_dsa'
backup/company/data/current_backup/company_Ralf/doc\\\ -\\\ network/
root@server.domain.com:"/drives/m/mirrorcentralstoredir/company/'doc -
network/'" > '/backup/company/logs/Sync_company_doc -
network_temporary_log_file.log'
I am getting the error:
rsync: link_stat "/backup/company/data/current_backup/company_Ralf/doc\
-\ network/." failed: No such file or directory (2)
That particular call is escaped three times as per one of the examples
on [1], but I have tried...