Files
Bruchtal/docs/proxmox/proxmox.md
2026-03-01 23:17:44 +01:00

1.6 KiB

Proxmox Host

System

  • Hostname: vm-proxmox
  • OS: Debian 12
  • VMs:
    • paperless-ngx
    • home-assistant
    • Docker-VM
  • Backup: tägliche Snapshots

Crontab

0 1 * * * /root/backup-pve-configs.sh

Mounts

/etc/fstab

# <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

--8<-- "/docs/backup_restore/proxmox/backup_pve_configs.sh"

=> Proxmox Backup. => Skript: