• Joined on 2021-09-09
modem7 commented on issue borgmatic-collective/borgmatic#662 2023-03-28 18:47:01 +00:00
No valid configuration files found

Thank you guys for this amazingly quick turnaround!

modem7 commented on issue borgmatic-collective/borgmatic#662 2023-03-28 13:04:56 +00:00
No valid configuration files found

Oh thank god - I thought I screwed something up (usually the case), especially as two other VMs (albeit with one repo attached rather than multiple) were working!

Thanks for the quick response…

modem7 opened issue borgmatic-collective/borgmatic#662 2023-03-28 11:20:47 +00:00
No valid configuration files found
modem7 closed issue borgmatic-collective/borgmatic#600 2022-10-19 19:42:43 +00:00
Object with key ... not found in repository
modem7 commented on issue borgmatic-collective/borgmatic#600 2022-10-19 19:42:43 +00:00
Object with key ... not found in repository

I recreated the repo, and no issues so far.

Looks like it may have just been a weird issue, but I'll keep an eye.

Thanks!

modem7 commented on issue borgmatic-collective/borgmatic#600 2022-10-16 20:32:07 +00:00
Object with key ... not found in repository

I'll give "borg delete --cache-only repo" a bit later and see what happens!

Thanks!

modem7 opened issue borgmatic-collective/borgmatic#600 2022-10-16 20:12:59 +00:00
Object with key ... not found in repository
modem7 opened issue borgmatic-collective/borgmatic#585 2022-09-12 08:46:59 +00:00
Data integrity error: Invalid segment entry header [segment 4439, offset 179348663]: unpack requires a buffer of 41 bytes
modem7 opened issue borgmatic-collective/borgmatic#567 2022-07-25 23:48:35 +00:00
Multiple consistency checks config file syntax
modem7 opened issue borgmatic-collective/borgmatic#544 2022-06-12 18:43:03 +00:00
Borgbase issues
modem7 commented on issue borgmatic-collective/borgmatic#450 2021-09-09 21:37:19 +00:00
InfluxDB support

@s1shed - you've given me a great idea.

hooks:
    before_backup:
        - echo "Starting a backup job."
        - docker exec GrafanaDB influxd backup -portable…
modem7 commented on issue borgmatic-collective/borgmatic#450 2021-09-09 16:49:38 +00:00
InfluxDB support

Yupper!

My crappy script so far is as follows:

#Backup Varken Database
docker exec GrafanaDB influxd backup -since 2021-01-01T00:00:00Z -database varken /dbbackup/varken.bak
#Backup…
modem7 opened issue borgmatic-collective/borgmatic#450 2021-09-09 16:40:07 +00:00
InfluxDB support