
rsync:ai:730c2
Exclude files from syncing that have names starting with 'ripr'
$ rsync -av --exclude='ripr*' source_${directory} destination_${directory}
try on your machine
Exclude files from syncing that have names starting with 'ripr'
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 files which name starts with "ripr"?