Help using new pool backup?

altano

Well-Known Member
Apr 6, 2019
45
15
48
41
California, US
alan.norbauer.com
In the Proxmox 6 release notes I noticed this line:
Pool level backup: It is now possible to create a backup task for backing up a whole pool. By selecting a pool as backup target instead of an explicit list of guests, new members of the pool are automatically included, and removed guests are automatically excluded from the backup task.

This sounds really cool and I'd like to try it. I'm assuming this makes use of ZFS snapshots and should be really efficient at incrementally backing up? The only problem is that my ZFS pool isn't listed in the dialog:

upload_2019-7-16_19-3-23.png

Here's my /etc/pve/storage.cfg:
Code:
dir: local
        path /var/lib/vz
        content snippets
        shared 0

zfspool: local-zfs
        pool rpool/data
        content images,rootdir
        sparse 1

nfs: nfsproxy
        export /tank/red
        path /mnt/pve/nfsproxy
        server 192.168.1.55
        content backup,snippets,vztmpl,iso
        maxfiles 1

Anyone have any ideas?