proxmox-backup-manager remote create backup-mirror \
--host xxxxx.sn.mynetname.net \
--port 8007 \
--auth-id root@pam \
--password xxxx \
--fingerprint "xx:7d:d8:94:83"
# get all data-stores
# proxmox-backup-manager datastore list --output-format json | jq -r '.[].name'
proxmox-backup-manager sync-job create backup-mirror-store1 \
--store store1 \
--remote backup-mirror \
--remote-store store1 \
--schedule '02:30' \
--group-filter regex:'^vm/1\d{2,3}$' \
--rate-in 20MiB
# cant locate store1 on remote
proxmox-backup-manager sync-job run backup-mirror-store1