Hi friends.
I struggle with a very basic task i'm pretty sure someone can give me a hint very quickly :
I need to use a pool as backup content to do some... backups :
i created the raid1 pool and the other wich get the backups :
I created a mountpoint :
Tried to set it up :
Read more
I struggle with a very basic task i'm pretty sure someone can give me a hint very quickly :
I need to use a pool as backup content to do some... backups :
i created the raid1 pool and the other wich get the backups :
Code:
zpool create -f -o ashift=12 opx-hdd mirror /dev/sdx /dev/sdy
zfs create opx-hdd/backups
I created a mountpoint :
Code:
mkdir /mnt/pve/opx-hdd/backups
Tried to set it up :
Code:
zfs set compression=on opx-hdd/backups
zfs set compression=lz4 opx-hdd/backups...
Read more