McQ Posted August 16, 2017 Report Share Posted August 16, 2017 I'm trying to rsync to an external drive that gets auto-mounted to something like:/media/mnt/toshiba EXTrsync doesn't accept the " " between toshiba and EXT.Is it acceptable to use "*" to complete the path? rsync -avz --delete /path/to/folder/ /media/mnt/toshiba*EXT/path/to/folder/ Link to comment Share on other sites More sharing options...
0 palica Posted December 21, 2017 Report Share Posted December 21, 2017 try: rsync -avz --delete /path/to/folder/ /media/mnt/toshiba\ EXT/path/to/folder/ Link to comment Share on other sites More sharing options...
Question
McQ
I'm trying to rsync to an external drive that gets auto-mounted to something like:
/media/mnt/toshiba EXT
rsync doesn't accept the " " between toshiba and EXT.
Is it acceptable to use "*" to complete the path?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts