checkpoint commit
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m3s

This commit is contained in:
2026-05-05 06:26:40 -04:00
parent e43c534ceb
commit f2015e2c71
76 changed files with 4265 additions and 235 deletions

View File

@@ -3,6 +3,7 @@
- [Driveripper](#driveripper)
- [General Principles](#general-principles)
- [Important Locations](#important-locations)
- [Backups](#backups)
- [Monitoring Scripts](#monitoring-scripts)
- [Quick Ansible Commands](#quick-ansible-commands)
- [Quickstart VM](#quickstart-vm)
@@ -12,7 +13,7 @@
- [Best Practices](#best-practices)
- [OSBuild Composer](#osbuild-composer)
- [Retired Disks](#retired-disks)
- [Sending emails](#sending-emails)
- [Sending emails](#sending-emails)
## General Principles
@@ -27,6 +28,28 @@
- `/etc/luks-keys`: luks keys
- `/usr/local/scripts`: admin scripts
## Backups
```bash
# smb
rsync -av --progress \
--exclude .snapshots \
/srv/smb/ \
/srv/backup/smb/
# archive
rsync -av --progress \
--exclude .snapshots \
/srv/archive/ \
/srv/backup/archive/
# vm
rsync -av --progress \
--exclude .snapshots \
/srv/vm/ \
/srv/backup/vm/
```
## Monitoring Scripts
```bash
@@ -196,7 +219,7 @@ Retired 12-19-2025
![alt text](image-1.png)
### Sending emails
## Sending emails
```bash
# s-nail is mailx