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 variable. the structure of the directories are : 000001 000001/00 000001/00/dir1 000001/00/dir1/file1 000001/00/dir1/file2 000001 000001/01 000001/01/dir1 000001/01/dir1/file1 000001/01/dir1/file2 is it possible with rsync ? i tried several options and gets no result kind regards ______________________________________ HINWEIS: Alle von Gesellschaften der REWE International AG elektronisch uebermittelten Auskuenfte, Mitteilungen und Erklaerungen sind vertraulich und rechtlich unverbindlich. Verpflichtungen von Gesellschaften der REWE International AG beduerfen der schriftlichen Einigung in saemtlichen Vertragspunkten sowie der Unterfertigung durch das vertretungsbefugte Organ. Im Falle einer Fehluebermittlung ersuchen wir um Benachrichtigung sowie um Vernichtung und Beachtung, dass jegliche Form der Verwendung und Weitergabe der Inhalte an Dritte unzulaessig ist. NOTICE: All notices, declarations and explanations transferred electronically from REWE International AG companies are confidential and not legally binding. Obligations of REWE International AG companies arise only when written agreement to all contractual points has been confirmed in writing with the signature of an authorized representative. If this e-mail was sent by mistake, please inform us immediately. Furthermore we also request you to destroy it and use neither the contents nor disclose them in any manner to third parties. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html