docs(Proxmox): Backupstrategie
This commit is contained in:
45
docs/proxmox/proxmox.md
Normal file
45
docs/proxmox/proxmox.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# Proxmox Host
|
||||
|
||||
## System
|
||||
- Hostname: vm-proxmox
|
||||
- OS: Debian 12
|
||||
- VMs:
|
||||
- paperless-ngx
|
||||
- home-assistant
|
||||
- Docker-VM
|
||||
- Backup: tägliche Snapshots
|
||||
|
||||
## Crontab
|
||||
```snippet
|
||||
0 1 * * * /root/backup-pve-configs.sh
|
||||
```
|
||||
|
||||
## Mounts
|
||||
/etc/fstab
|
||||
|
||||
``` snippet
|
||||
# <file system> <mount point> <type> <options> <dump> <pass>
|
||||
/dev/pve/root / ext4 errors=remount-ro 0 1
|
||||
/dev/pve/swap none swap sw 0 0
|
||||
proc /proc proc defaults 0 0
|
||||
|
||||
#SSD
|
||||
UUID=fe878af4-c44e-4ab8-8d81-1efb0391aaf7 /mnt/DockerDaten ext4 defaults 0 0
|
||||
|
||||
#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
|
||||
|
||||
#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=07>
|
||||
#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
|
||||
```
|
||||
|
||||
## Backup
|
||||
=> [Proxmox Backup](../backup_restore/proxmox_backup.md).
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
# Proxmox Host
|
||||
|
||||
- Hostname: vm-proxmox
|
||||
- OS: Debian 12
|
||||
- VMs:
|
||||
- paperless-ngx
|
||||
- home-assistant
|
||||
- Docker-VM
|
||||
- Backup: tägliche Snapshots
|
||||
Reference in New Issue
Block a user