lae / ansible-role-proxmox

IaC for Proxmox VE clusters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request - "proxmox backup server" as storage option

n1ete opened this issue · comments

commented

low hanging feature fruit for proxmox backup server

in /etc/pve/storage.cfg a definition looks like this:

pbs: pbs-storage
        datastore $DATASTORENAME
        server $PBS_HOST
        content backup
        fingerprint $PBS_FINGERPRINT
        prune-backups keep-all=1
        username $USERNAME

are zfspools supported btw?

zfspools in #114

Is there a specific JSON schema for encryption-key that we have to follow? I think it should be the contents of /etc/pve/priv/storage/<STORAGE-ID>.enc but I'm not sure, and I can't test because I have no PBS setup.

@n1ete Do you think you could test out that PR when you get a chance?