This commit is contained in:
2026-03-02 19:33:34 +01:00
parent 7accc13053
commit 33cd40694c

View File

@@ -3,10 +3,28 @@
## 1. PVE
- Location: verschlüsselt auf hetznerstoragebox gemäß Anleitung https://ralf-peter-kleinert.de/linux-server/proxmox-verschluesselt-backup.html. (Die liegt auch als Anhang im bitwarden)
- Scedule: täglich im cron und wird 14 Tage aufgehoben
- ÄNDERUNGEN siehe [/etc/fstab](../proxmox/fstab)
- Log: /root/pve-backup.log
- Skript: [Location: /root/backup-pve-configs.sh](./backup_pve_configs.sh)
- ÄNDERUNGEN siehe <details>
<summary>Location: /etc/fstab</summary>
```
#QNAP
//192.168.178.254/qnapmultimedia /mnt/qnapmount_mm cifs user,credentials=/root/.credentials/qnapcreds,iocharset=utf8,noperm 0 0
//192.168.178.254/Backups /mnt/qnapmount_backups cifs user,credentials=/root/.credentials/qnapcreds,iocharset=utf8,noperm 0 0
#Hetznerbox
//u358899.your-storagebox.de/backup /mnt/hetznerbox cifs user,credentials=/root/.credentials/hetznercreds,iocharset=utf8,noperm 0 0
#//u358899.your-storagebox.de/backups /mnt/hetznerbox cifs username=u358899,password=vgceBjPMxwq2eT7k,rw
#Storagebox Crypted
//u358899.your-storagebox.de/backup/backups/proxmox /mnt/storagebox-crypted cifs credentials=/root/.credentials/hetznercreds,iocharset=utf8,rw,_netdev,uid=0,gid=0,file_mode=0660,dir_mode=0770 0 0
#Storagebox Uncrypted - wird automatisch mit Crypted verbunden
/mnt/storagebox-crypted /mnt/storagebox-nocrypt fuse./usr/bin/gocryptfs rw,nofail,auto,x-systemd.idle-timeout=10,x-systemd.automount,allow_other,quiet,passfile=/root/.gocryptfspw 0 0
```
</details>
- Log: /root/pve-backup.log
- Skript:
<details>
<summary>Location: /root/backup-pve-configs.sh :</summary>
```