27 lines
664 B
Markdown
27 lines
664 B
Markdown
---
|
|
created: 2024-10-28T08:33
|
|
updated: 2025-04-10T18:13
|
|
---
|
|
|
|
|
|
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
|
|
|
|
|
|
### Import "alter" ZFS VMDIsk into the Backup Server :
|
|
|
|
Disk an den "neuen" Backup Server anhängen danach
|
|
```bash
|
|
mkdir /mnt/datastore/Backup
|
|
|
|
zpool import -f Backup
|
|
|
|
zpool list
|
|
|
|
```
|
|
Danach muss die Datei /etc/proxmox-backup/datastore.cfg angepasst werden :
|
|
|
|
datstore: backup
|
|
path /mnt/datastore/backup |