RyanScottLewis / cutback

Backup system with the goal of creating smaller, more focused backups.
https://ryanscottlewis.github.io/cutback
MIT License
2 stars 0 forks source link

Optional/skippable steps #26

Open RyanScottLewis opened 5 years ago

RyanScottLewis commented 5 years ago

Some steps such as compression and encryption can be completely optional. Since they are optional, they could also be optionally skippable. For example a build configuration might have the compression step enabled, but also skippable if the platform the build is being run on does not have a compressor available.