running a very simple set-up with Proxmox on ZFS
I'm looking to have snapshot of everything in /etc and other select directories. Essentially / without rpool and subsequent volumes.
Since df -h shows mountpoint to be
i tried:
This resulted in a 15MB snapshot which i do not believe to be of adequate size and likely only contains metadata.
How to go about this ?
Br
JL
I'm looking to have snapshot of everything in /etc and other select directories. Essentially / without rpool and subsequent volumes.
Since df -h shows mountpoint to be
/root/RPOOL/pve-1 /
i tried:
zfs snapshot -r rpool/ROOT/pve-1@may2024
This resulted in a 15MB snapshot which i do not believe to be of adequate size and likely only contains metadata.
How to go about this ?
Br
JL