RyanScottLewis / cutback

Backup system with the goal of creating smaller, more focused backups.

Home Page:https://ryanscottlewis.github.io/cutback

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Final tar(ball) and encryption

RyanScottLewis opened this issue · comments

Tar the final collection of backup files into a single file:

  • Optionally compress?
    • Choose to compress only the final tar rather than the archive? Or both? Is there any benefit to compressing the final tar?
  • Encryption stage comes before or after this stage? Same questions as compression on this final tar.

On a side note, all compression and encryption should be optional, regardless of order of operations.