diff options
| author | doc <doc@filenotfound.org> | 2025-10-01 20:35:47 +0000 |
|---|---|---|
| committer | doc <doc@filenotfound.org> | 2025-10-01 20:35:47 +0000 |
| commit | 772152a5810aa8c4e03cf167381aadc4ec00499f (patch) | |
| tree | ba9418142f88622da878d9a3483c5da2da3e5c83 /mirror-backup.sh | |
| parent | 13eb2d51c7284472efabc278bf9b7ec0b8575e47 (diff) | |
Diffstat (limited to 'mirror-backup.sh')
| -rwxr-xr-x | mirror-backup.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mirror-backup.sh b/mirror-backup.sh index c46ed2b..ee9d265 100755 --- a/mirror-backup.sh +++ b/mirror-backup.sh @@ -17,8 +17,12 @@ tar -czf "$ARCHIVE" \ /etc/rsyncd.conf \ /etc/rsyncd.motd \ /etc/mirror-gpg \ - /usr/local/bin/mirror-verify.sh \ - /usr/local/bin/mirror-backup.sh \ + /usr/local/sbin/*.sh \ + /mnt/brimstone/mirror/index.html \ + /etc/nginx/sites-available/stygian.conf \ + /etc/nginx/nginx.conf \ + /usr/local/sbin/mirror-verify.sh \ + /usr/local/sbin/mirror-backup.sh \ /etc/systemd/system/rsyncd.service \ /etc/systemd/system/mirror-verify.* \ /etc/cron.d/*mirror* 2>/dev/null || true |
