MrGeneration / Useful Minio Console and Restic commands
0 likes
0 forks
4 files
Last active 4 months ago
| 1 | { |
| 2 | "Version": "2012-10-17", |
| 3 | "Statement": [ |
| 4 | { |
| 5 | "Effect": "Allow", |
| 6 | "Action": ["s3:*"], |
| 7 | "Resource": ["arn:aws:s3:::resticsample/*"] |
| 8 | } |
| 9 | ] |
| 10 | } |
MrGeneration / Backup Paperless NGX with restic
0 likes
0 forks
4 files
Last active 4 months ago
| 1 | #!/usr/bin/env bash |
| 2 | # |
| 3 | # 2025-09-25 Marcel Herrguth |
| 4 | # As shown on https://youtu.be/P-Pr7Dy6mP8 |
| 5 | # Attribution back to this GIST is required! |
| 6 | # |
| 7 | # Parts of this script are oriented from https://github.com/zammad/zammad/tree/develop/contrib/backup |
| 8 | # This script supports PostGreSQL (docker) stacks only and expects your media to be in a mounted folder. |
| 9 | # |
| 10 | # Restoration only works on a pre-installed Paperless NGX installation of the same version (or higher). |
MrGeneration / Backup Zammad with restic
0 likes
0 forks
2 files
Last active 4 months ago
| 1 | Last change: 2025-09-10 Marcel Herrguth |
| 2 | As shown on https://youtu.be/P-Pr7Dy6mP8 |
| 3 | Attribution back to this GIST is required! |
| 4 | |
| 5 | Parts of this script are oriented from https://github.com/zammad/zammad/tree/develop/contrib/backup |
| 6 | Only PostGreSQL is supported; No symlinks are supported |
| 7 | |
| 8 | Restoration only works on a pre-installed Zammad installation of the same version (or higher). |
| 9 | During Restore, this script will remove the existing (local) Zammad database without any warning; if it's an external one, ensure it's empty. |
Newer
Older