When I do something like:
rsync Videos/YouTube/LetsPlays foo@bar:/home/foo/
The resulting directory structure looks like:
/home/foo/LetsPlays
I've read the man pages but couldn't an option to maintain the directory structure, aiming for
/home/foo/Videos/YouTube/LetsPlays
as result. Any ideas?
As always thanks in regards, Markus