How do I point to the right directory in the command line without getting syntax errors? Eg. The target directory is “Movies”, that is a subdirectory to “Shared Videos”, that is a subdirectory to “Public”. The same question applies to the directory on the source NAS.
The command I want to use is this: rsync -azP [SOURCE DIRECTORY] admin@[IP ADDRESS OF YOUR NEW NAS]:[SOURCE DIRECTORY]
Thanks.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
rsync -avzh /home/ root@1.1.1.1:/home/user/
Are you forgetting to escape the white space in “Shared Videos” and remembering that file and folder names are case senstive?
Example: