• Joined on 2021-09-09
modem7 commented on issue borgmatic-collective/borgmatic#931 2024-11-11 11:23:36 +00:00
[Errno 18] Cross-device link

@witten - For feedback, I can confirm the 1.9.1 works as intended, thank you!

modem7 commented on issue borgmatic-collective/borgmatic#931 2024-11-11 11:13:46 +00:00
[Errno 18] Cross-device link

Fixed in borgmatic 1.9.1, just released!

Halo I'm experiencing this issue too.

this my docker compose

services:

  borgmatic:
    container_name:…
modem7 commented on issue borgmatic-collective/borgmatic#931 2024-11-09 03:46:54 +00:00
[Errno 18] Cross-device link

This is my current compose file (which I realise I didn't post originally (derp))

  #############
  ##Borgmatic##
  #############

  borgmatic:
    image: modem7/borgmatic-docker

modem7 opened issue borgmatic-collective/borgmatic#931 2024-11-08 02:00:39 +00:00
[Errno 18] Cross-device link
modem7 commented on issue borgmatic-collective/borgmatic#910 2024-08-31 17:27:37 +00:00
Backup failure

Seems to be reliable currently (will need to check at 5am when the server backs up).

In my ssh config file, I seem to already have:

Host *
  ServerAliveInterval 300
modem7 commented on issue borgmatic-collective/borgmatic#910 2024-08-31 16:56:35 +00:00
Backup failure
❯ docker exec -it Borgmatic /bin/bash
fc4881062a50:/# borg info --json ssh://jv7q0jm5@jv7q0jm5.repo.borgbase.com/./repo
{
    "cache": {
        "path": "/root/.cache/borg/f08b941…
modem7 opened issue borgmatic-collective/borgmatic#910 2024-08-31 05:01:47 +00:00
Backup failure
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…