Kopieren Sie die Dateien, aber schließen Sie einige Verzeichnisse aus
# Basic syntax:
rsync -a /directory/to/copy --exclude=directory_to_ignore
# Note, the directory_to_ignore can be anywhere within the
# /directory/to/copy
# Note, to add additional directories to ignore, add more --exclude
# statements
Charles-Alexandre Roy