Hi!
Im reading up on rsync and need some collaboration from a pro :)
I gonna transfer files from a remote client to my freenas@home.
Only way in is by ssh or sftp, so i assume rsync via remote shell is the way to go.
My thought so far
would this copy all folders starting with the word "Weeds" to the destination folder at home?
Im reading up on rsync and need some collaboration from a pro :)
I gonna transfer files from a remote client to my freenas@home.
Only way in is by ssh or sftp, so i assume rsync via remote shell is the way to go.
My thought so far
Code:
rsync -vh myuser@remote.client.com:~/torrents/completed/Weeds* /mnt/Tank1/Media
would this copy all folders starting with the word "Weeds" to the destination folder at home?