
rsync:ai:f0ac2
rsync exclude folders which name starts with "ripr"
$ rsync -av --exclude 'ripr*/' source_${directory} target_${directory}
try on your machine
Exclude all folders in the source directory that start with 'ripr' when syncing using rsync
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- rsync exclude folders which name starts with "ripr"?