Link to home
Start Free TrialLog in
Avatar of skij
skijFlag for Canada

asked on

Linux: Recursively copy all files except .zip files

From a Linux command line, how can I recursively copy all files including directory structures, except .zip files?
ASKER CERTIFIED SOLUTION
Avatar of Terry Woods
Terry Woods
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
also,
rsync -a --exclude=*.zip /sourcedir /destinationdir