A bash utility script to generate backups from the standard Taiga docker install.
tagia-backup.sh /output/directory/The above command will create taiga-database-backup-YYYY-MM-DD-HH_MM_SS.tar.gz and taiga-media-backup-YYYY-MM-DD-HH_MM_SS.tar.gz in the /output/directory/ directory.
It will also keep the most recent 30 .tar.gz files of each type.
See the script for options.
- Improve script help / usage
- Improve readme
- Add restore script