Hi friends,
I have two PBS servers, one which I use for PVE backup and a second one where I want to do remote sync to store the data in a second location.
PBS for PVE version: 1.0-8
PBS Remote version: 1.0-8
The PBS server where I store the PVE backups use a NFS storage. It does works great and no problems had arise. In the other hand the PBS remote, is being configure with S3 storage mount with goofys. For the remote, the data store is added successful, but the error comers when the sync job runs and I see the logs:
When I check the logs on the goofys S3 mount, I can see the message
I would like to know if some of you had the experience of using the remote jobs and with S3 and if you could provide some help would be fantastic.
thanks in advance
I have two PBS servers, one which I use for PVE backup and a second one where I want to do remote sync to store the data in a second location.
PBS for PVE version: 1.0-8
PBS Remote version: 1.0-8
The PBS server where I store the PVE backups use a NFS storage. It does works great and no problems had arise. In the other hand the PBS remote, is being configure with S3 storage mount with goofys. For the remote, the data store is added successful, but the error comers when the sync job runs and I see the logs:
Code:
2021-02-23T15:48:51+01:00: found 16 groups to sync
2021-02-23T15:48:53+01:00: sync snapshot "ct/100/2021-02-20T03:30:02Z"
2021-02-23T15:48:54+01:00: percentage done: 1.56% (0 of 16 groups, 1 of 4 group snapshots)
2021-02-23T15:48:54+01:00: sync group ct/100 failed - No such file or directory (os error 2)
2021-02-23T15:48:54+01:00: sync snapshot "ct/104/2021-02-20T03:30:01Z"
2021-02-23T15:48:55+01:00: percentage done: 7.81% (1 of 16 groups, 1 of 4 group snapshots)
2021-02-23T15:48:57+01:00: sync snapshot "vm/1006/2021-01-31T00:18:01Z"
2021-02-23T15:48:58+01:00: percentage done: 26.56% (4 of 16 groups, 1 of 4 group snapshots)
2021-02-23T15:48:58+01:00: sync group vm/1006 failed - No such file or directory (os error 2)
2021-02-23T15:48:58+01:00: sync snapshot "vm/113/2021-02-20T03:33:23Z"
2021-02-23T15:48:59+01:00: percentage done: 32.81% (5 of 16 groups, 1 of 4 group snapshots)
2021-02-23T15:48:59+01:00: sync group vm/113 failed - No such file or directory (os error 2)
When I check the logs on the goofys S3 mount, I can see the message
Code:
s3.DEBUG HEAD vm/905/2021-02-20T03:40:40Z/index.json.tmp/ = no such file or directory
I would like to know if some of you had the experience of using the remote jobs and with S3 and if you could provide some help would be fantastic.
thanks in advance