Skip to content

0.0.11: Added compression option for backup command (#35)

Choose a tag to compare

@github-actions github-actions released this 26 Mar 15:02
· 75 commits to master since this release
b4065b5
This commit introduces a new feature to the backup command in the CLI tool,
allowing users to compress their backups for more efficient storage management.
The --compress flag can be used to enable this option, which compresses
the backup directory into a tar.gz file and places it in the specified output directory.