michaelnet/backup
michael f0f9ab7800 backup host + tweaks 2023-06-25 09:25:32 -07:00
..
README.md backup host + tweaks 2023-06-25 09:25:32 -07:00
prune.sh backup host + tweaks 2023-06-25 09:25:32 -07:00

README.md

Generic Backup Host

Filenames

Container volume backups are of the format:

gitea-data-2023-06-17_050002.tar.gz.enc
^          ^                ^
|          |                Backups are encrypted tarballs
|          |
|          ISO Datetime separated by _
|
Container volume name (*-data)

Matching

Regex to match backups that are not from the first of every month:

.*-data-\d{4}-\d{2}-([^0][0-9]|[0-9][^1])_.*