-
Joined on
2021-12-13
Thank you guys, I have spent days figuring out why I am getting an error using the default root systemd service. In my case, I am running Borgmatic as a non-root user. Although I installed…
Ok After checking on AI, it seems working, now I am dealing with ssh but that's another problem, as I said the problem with the user who executing the podman exec command, since borgmatic is…
As you suggested, I am running sudo borgmatic create --list --stat --verbosity -2 from the terminal before starting the systemd service, and there is no output when I run the above command.…
Hello @witten thanks again,
Is there anything above that error message in the borgmatic output that might be relevant here?
Nothing else, journalctl -xeu borgmatic.service is not…
Hello @witten Thanks for taking the time and try finding out the issue. Your suggestion was actually very important and accurate, as you said, I couldn't log in to the backup server with the…
Just installed borgmatic with dnf and created a repo on backup machine using borg borg init --encryption=repokey /path/to/repo and then I executed this as you suggested `borg info --json…
Well, I tried both, borg info --json ssh://repo_admin@remote.drp/home/repo_admin/DRP shows an error related to repo not found, since I started as a new user, I have not created a repo yet, since…
If that error is from borgmatic running on the repo machine, then does that mean you're expecting the repo machine to connect to itself via SSH? Would it make more sense to change the…
Hello there
I tried removing Borgmatic and Borg from both, and installed Borgmatic with pipx as root. But before that, I have tried running with root as you suggested, and indeed, the error is…
Here is the contents of config.yaml
# Constants to use in the configuration file. Within option values,
# all occurrences of the constant name in curly braces will be
# replaced with…
Yes, I have created/generated it in /etc/borgmatic/config.yaml, checking with borgmatic validate config it shows no error, but the error indicates that something is wrong in the config…
Hey @witten it's been a while,
why it's stubbornly refusing to work on the computer with your repository Actually, I executed
borgmatic liston the production computer, where I created…
Would it be possible for you to run
borgmatic extractandborgmatic restoreon S1 with the "localhost" database configuration and a remote Borg repository (P2)? Then it would install your…
Two options:
- Configure borgmatic to connect to a remote database host, e.g. in the hostname of the database hook.
- Or, run borgmatic on the remote PC with the database and configure…
borgmatic restoreactually streams the database restore directly from Borg topsqlorpg_restore. That way it never needs to take up space in a temporary file.
ow ok I was almost…
Unfortunately, it's not currently possible to use a remote
--destinationwithborgmatic extract. Only local paths will work there.One work-around could be if you first mounted a…