-
borgmatic 1.8.10 adds a new ["spot" check](https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups/#spot-check), but it requires the `xxhash` package to be installed in order to work. S…
-
Rationale:
* We currently can't introduce new options in the user's config
* We can't migrate configs when we change options
* We could do those things if the config file was not python
Plan:
…
-
### Describe the bug
After an update of my workstation, the v4l2loopback module I use for the OBS virtual camera wasn't installed any more. Manual installation as an overlay fails with an error.
###…
-
I've hit a roadblock with an issue - dumping postgresql 16 databases.
```
pg_dump: error: aborting because of server version mismatch
pg_dump: detail: server version: 16.1; pg_dump version: 15.6
…
-
I didn't create this thread but this is another person with the issue:
https://old.reddit.com/r/BorgBackup/comments/1c7f8on/borgbackup_no_activity/
Basically I have a BorgBackup setup via BorgMati…
-
Good afternoon,
I wanted to ask the following: I normally install borgmatic with this command pip3 install --user --upgrade borgmatic. I have been realizing that the version is already in 1.8.8 but…
-
Unter ~/.borgmatic soll mit direnv eine borgmatic eingerichtet sein.
In .envrc `layout python3' eintragen.
-
I try to install borgbackup on my NAS, and I get the following error:
```
(borgmatic_env) root@swnnas2:/volume1/borgmatic_env# python3 -m pip install borgbackup
Collecting borgbackup
Using cac…
-
Hi! I use borgmatic for backing up certain apps, which I need to stop on behalf of the `www-data` user before and start after running the backup.
I've added a couple of hooks:
```
before_backup:
…
-
Hello,
I am attempting to install ISCE2 on my MacBook Pro (Mojave 10.14.5). I followed the instructions for homebrew installation on GitHub (https://github.com/juribeparada/homebrew-isce), and the …