MyFirstBrain/Technik/Proxmox-Backup-Server.md

32 lines
716 B
Markdown
Raw Normal View History

2025-04-07 08:51:33 +02:00
---
created: 2024-10-28T08:33
2025-07-20 11:18:07 +02:00
updated: 2025-07-20T11:17
2025-04-07 08:51:33 +02:00
---
2024-10-27 19:45:49 +01:00
2025-04-06 09:38:14 +02:00
Sehr gute Anleitung fur die Verbindung zur Synology :
https://www.derekseaman.com/2023/04/how-to-setup-synology-nfs-for-proxmox-backup-server-datastore.html
siehe auch auf meiner Nextcloud unter Documente gibt es die PDF
Setup-Synology-NFS-for-Proxmox-Backup-Server-Datastore.pdf
2024-10-31 13:43:24 +01:00
2024-10-31 15:26:31 +01:00
### Import "alter" ZFS VMDIsk into the Backup Server :
2024-10-31 13:43:24 +01:00
2024-10-31 15:26:31 +01:00
Disk an den "neuen" Backup Server anhängen danach
2024-10-31 13:45:24 +01:00
```bash
2024-10-31 13:43:24 +01:00
mkdir /mnt/datastore/Backup
2024-10-31 13:45:24 +01:00
zpool import -f Backup
zpool list
```
Danach muss die Datei /etc/proxmox-backup/datastore.cfg angepasst werden :
datstore: backup
2025-06-23 11:51:56 +02:00
path /mnt/datastore/backup
**NFS Share auf der NAS :**
/volume4/localbackup