56 lines
1.6 KiB
Markdown
56 lines
1.6 KiB
Markdown
# Proxmox Host
|
|
|
|
## System
|
|
- Hostname: vm-proxmox
|
|
- OS: Debian 12
|
|
- VMs:
|
|
- paperless-ngx
|
|
- home-assistant
|
|
- Docker-VM
|
|
- Backup: tägliche Snapshots
|
|
|
|
## Root-Zugriff
|
|
derzeit noch möglich: das übliche PW
|
|
|
|
## 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
|
|
|
|
## aktuelles Skript
|
|
|
|
``` snippet
|
|
--8<-- "/docs/backup_restore/proxmox/backup_pve_configs.sh"
|
|
```
|
|
=> [Proxmox Backup](../backup_restore/proxmox/proxmox_backup.md).
|
|
=> [Skript:](../backup_restore/proxmox/backup_pve_configs.sh)
|
|
|
|
|