worked as a charm exactly what I wanted
worked as a charm exactly what I wanted
Yes
i regenerated cache by clicking Settings
> Omnisearch
> Clear cache
https://duckduckgo.com/?q=deadpool&iar=images&iax=images&ia=images Super hero from marvel
Looks like deadpool little bit to me
lemmy isn’t really oriented in that way.
seems you know something can you elaborate more
thx for sugestion
looks very promising src
# zfs create pool/project/production
populate /pool/project/production with data
# zfs snapshot pool/project/production@today
# zfs clone pool/project/production@today pool/project/beta
make changes to /pool/project/beta and test them
# zfs promote pool/project/beta
# zfs rename pool/project/production pool/project/legacy
# zfs rename pool/project/beta pool/project/production
once the legacy version is no longer needed, it can be destroyed
# zfs destroy pool/project/legacy
not tested yet
Do you have a stl of little white cat?
Thanks for your perspective.
I decided to go with the new vdev because:
I did this via:
zpool add ssdPool /dev/disk/by-id/nvme-Samsung_SSD_990_PRO_4TB-part3
I don’t like ext4 because it is not easily backupable (it doesn’t have snapshots, which are moved periodically to hddPool).