Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
robertbrook edited this page Sep 13, 2010 · 2 revisions

How to copy a directory with rsync, excluding certain file types:

Dry run with -n flag first:

rsync -arn --progress Innodata Innodatatxt --exclude=*.tif --exclude=*.jpg
rsync -ar --progress Innodata Innodatatxt --exclude=*.tif --exclude=*.jpg
Clone this wiki locally