Displaying 1 result from an estimated 1 matches for "ravz".
Did you mean:
ravi
2014 Jun 17
2
rsync specified directory(ies)
Hello,
i try to copy a specified directory and the according folders and files below to a remote host.
cd /dir
/usr/bin/rsync -ravz -e ssh --include='*/' --include='*/00/*/*' --exclude='*' . remote_host:/tmp
i want to copy in these example the directory "00" and the according folders and files below.
the structure of the directory is defined by a software and only directory "00" is...