Surface8: 2024-10-31 13:45:23
This commit is contained in:
parent
0cfc4940c4
commit
7606beb12f
@ -9,4 +9,15 @@ Setup-Synology-NFS-for-Proxmox-Backup-Server-Datastore.pdf
|
|||||||
|
|
||||||
### Import "alter" ZFS DIsk into the Backup Server :
|
### Import "alter" ZFS DIsk into the Backup Server :
|
||||||
|
|
||||||
|
```bash
|
||||||
mkdir /mnt/datastore/Backup
|
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
|
Loading…
Reference in New Issue
Block a user