Re: Customizing compression per file?

2022-06-24 Thread Kevin Korb via rsync
It actually does that by default. Though you might need to add to the list of file types with --skip-compress. On 6/24/22 19:35, Joseph Garvin via rsync wrote: I have an rsync cron job to backup folders that contain many different types of files. Most of these are uncompressed files, so the

Customizing compression per file?

2022-06-24 Thread Joseph Garvin via rsync
I have an rsync cron job to backup folders that contain many different types of files. Most of these are uncompressed files, so the -z option would speed up their transfer. However there are a few files that are already compressed where -z will just needlessly burn CPU and slow down the transfer.