MrGeneration / KB Catalan redirect
0 likes
0 forks
2 files
Last active 1 week ago
| 1 | # Default /help URL (replace help with your custom alias if needed; NOT for custom domains) |
| 2 | rewrite ^/help/es-ca/(.*)$ /help/ca/$1 permanent; |
| 3 | |
| 4 | # for custom URLs |
| 5 | rewrite ^/es-ca/(.*)$ /ca/$1 permanent; |
MrGeneration / Backup Zammad with restic
0 likes
0 forks
2 files
Last active 1 week ago
| 1 | #!/usr/bin/env bash |
| 2 | # |
| 3 | # 2025-09-06 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 | # Only PostGreSQL is supported; No symlinks are supported |
| 9 | # |
| 10 | # Restoration only works on a pre-installed Zammad installation of the same version (or higher). |
Newer
Older