2024-10-27 19:45:49 +01: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
|
2024-10-27 19:47:23 +01:00
|
|
|
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
|
|
|
|
path /mnt/datastore/backup
|