Here is an easy way:
1. open Dolphin file manager
2. navigate into the source directory
3. click on the terminal button. If you don't have one, go to the menu area, right click and edit the menu, then add the terminal button
4. the terminal window will open into the source directory
5. open a new instance of Dolphin File manager
6. navigate to the destination directory
7. click on the terminal button
8. the terminal window will open into the source directory
Now you can easily see and copy the path to the destination directory... And complete the command by pasting the path and then editing the command appropriately.
In this example destination directories need to be quoted
$ rsync -avz * /media/Sata6-A/'Destination Directory'/
No comments:
Post a Comment