proxmox-backup-manager datastore remove <name> [OPTIONS]
wie in [1] beschrieben.proxmox-backup-manager datastore create ... /mountpoint
zpool create -f -o ashift=12 DE-BackEx01 raidz sda sdb sdc sdd sde sdf sdg
cp /etc/proxmox-backup/sync.cfg /root/sync.cfg
proxmox-backup-manager datastore remove DATASTORE1_NAME
zpool destroy DATASTORE1_NAME
rm -r /mnt/datastore/DATASTORE1_NAME
wipefs "--all" "/dev/sda9" "/dev/sda1" "/dev/sda"
wipefs "--all" "/dev/sdb9" "/dev/sdb1" "/dev/sdb"
wipefs "--all" "/dev/sdc9" "/dev/sdc1" "/dev/sdc"
wipefs "--all" "/dev/sdd9" "/dev/sdd1" "/dev/sdd"
wipefs "--all" "/dev/sde9" "/dev/sde1" "/dev/sde"
wipefs "--all" "/dev/sdf9" "/dev/sdf1" "/dev/sdf"
wipefs "--all" "/dev/sdg9" "/dev/sdg1" "/dev/sdg"
zpool create -f DATASTORE1_NAME raidz sda sdb sdc sdd sde sdf sdg -m /mnt/datastore/DATASTORE1_NAME
proxmox-backup-manager datastore create DATASTORE1_NAME /mnt/datastore/DATASTORE1_NAME
cp /root/sync.cfg /etc/proxmox-backup/sync.cfg
rm -r /root/sync.cfg
We use essential cookies to make this site work, and optional cookies to enhance your experience.