John Lancaster 17f9fa203e more work
2024-05-27 00:08:38 -05:00
2024-05-27 00:08:38 -05:00
2024-05-26 22:53:44 -05:00
2024-05-26 22:53:44 -05:00
2024-05-27 00:08:38 -05:00
2024-05-27 00:08:38 -05:00
2024-05-20 18:45:02 -05:00
2024-05-20 18:45:02 -05:00

Restic Scripts

Environment Variables

Env Variable Description
BACKUP_DIR Directory to back up
LOKI_URL Push URL for Loki. Should include the port and end with something like /loki/api/v1/push

Usage

Python

python -m restic.snapshots
python -m restic.backup
python -m restic.prune

Shell Scripts

./restic_command.sh snapshots
./restic_backup.sh --tag manual
./restic_command.sh forget --keep-last 1
./restic_command.sh restore
Description
No description provided
Readme 109 KiB
Languages
Python 100%