Hi,
using Backup Server 2.2-1
This is the sync-job:
When i am executing the job it says:
Local Owner is root@pam ( should have enough rights for what ever i guess )
Source Remote user has this rights:
Datastore.Backup on /datastore/mc1-fra1-z40000
and
Remote.Audit, Remote.Modify, Remote.Read on /remote
Just for testing i gave the Source Remote user Admin rights on /
So i guess its not a permission problem here. And if so, would be nice if the software could tell so....
------------
The general goal is to simply mirror all backups from the source datastore to the local datastore.
Any help is highly appriciated. Thank you!
using Backup Server 2.2-1
This is the sync-job:
Code:
proxmox-backup-manager sync-job list
┌─────────────────┬───────────────────────────────┬───────────────┬─────────────────┬──────────┬──────────────┬─────────┬─────────┐
│ id │ store │ remote │ remote-store │ schedule │ group-filter │ rate-in │ comment │
╞═════════════════╪═══════════════════════════════╪═══════════════╪═════════════════╪══════════╪══════════════╪═════════╪═════════╡
│ s-03e28156-35a3 │ backup01-fra1-mc1-fra1-z40000 │ backup01-fra2 │ mc1-fra1-z40000 │ hourly │ all │ │ │
└─────────────────┴───────────────────────────────┴───────────────┴─────────────────┴──────────┴──────────────┴─────────┴─────────┘
When i am executing the job it says:
Code:
2022-10-14T18:23:57+02:00: Starting datastore sync job 'backup01-fra2:mc1-fra1-z40000:backup01-fra1-mc1-fra1-z40000::s-03e28156-35a3'
2022-10-14T18:23:57+02:00: sync datastore 'backup01-fra1-mc1-fra1-z40000' from 'backup01-fra2/mc1-fra1-z40000'
2022-10-14T18:23:57+02:00: ----
2022-10-14T18:23:57+02:00: Syncing datastore mc1-fra1-z40000, root namespace into datastore backup01-fra1-mc1-fra1-z40000, root namespace
2022-10-14T18:23:57+02:00: found 0 groups to sync
2022-10-14T18:23:57+02:00: Finished syncing namespace , current progress: 0 groups, 0 snapshots
2022-10-14T18:23:57+02:00: sync job 'backup01-fra2:mc1-fra1-z40000:backup01-fra1-mc1-fra1-z40000::s-03e28156-35a3' end
2022-10-14T18:23:57+02:00: TASK OK
Code:
cat /etc/proxmox-backup/sync.cfg
sync: s-03e28156-35a3
ns
owner root@pam
remote backup01-fra2
remote-ns
remote-store mc1-fra1-z40000
remove-vanished true
schedule hourly
store backup01-fra1-mc1-fra1-z40000
Local Owner is root@pam ( should have enough rights for what ever i guess )
Source Remote user has this rights:
Datastore.Backup on /datastore/mc1-fra1-z40000
and
Remote.Audit, Remote.Modify, Remote.Read on /remote
Just for testing i gave the Source Remote user Admin rights on /
So i guess its not a permission problem here. And if so, would be nice if the software could tell so....
------------
The general goal is to simply mirror all backups from the source datastore to the local datastore.
Any help is highly appriciated. Thank you!
Last edited: