I want to do something like this
unison 192.168.1.1:/data/<example directory> /data/server_backup
There is a space in the source directory. Is there some way I can do this with out using "\"
I want to do something like this
unison 192.168.1.1:/data/<example directory> /data/server_backup
There is a space in the source directory. Is there some way I can do this with out using "\"
you can try using this -> " . like
ip:"path1 with whitespace" /path2