generate config - borgmatic 1.7.7.7 - ProxMox 8.3 #1052
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What I'm trying to do and why
I installed borg and borgmatic on ProxMox 8.3.
In this version, the command to generate yaml file is:
borgmatic generate config --destination /path/mypath_file.yaml
Error parsing arguments: /usr/bin/borgmatic config generate --destination /mypath/.mypath/file.yaml
Need some help? https://torsion.org/borgmatic/#issues
Steps to reproduce
No response
Actual behavior
Error parsing arguments: /usr/bin/borgmatic config generate --destination /mypath/.mypath/file.yaml
Need some help? https://torsion.org/borgmatic/#issues
Expected behavior
Simply generate file for me do the rest configuration
Other notes / implementation ideas
I try to use the command:
generate-borgmatic-config --destination
But, I believe this command to the borgmatic version 1.7.15
borgmatic version
borgmatic --version 1.7.7
borgmatic installation method
Debian package (apt get install
Borg version
borg --version borg 1.2.4
Python version
No response
Database version (if applicable)
No response
Operating system and version
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
I think you've already got your answer in your ticket!
borgmatic config generate
was added to borgmatic in 1.7.15, but you're using 1.7.7. So you can either upgrade (highly encouraged!) or you can usegenerate-borgmatic-config
instead.Let me know if I'm missing something here!
Yes, with command: generate-borgmatic-config ok, its generate the file yaml but the validation command does not works, so I am thinking the problem was the version reading Internet posts. I have others servers with borgmatic and works nice. I will verify the proper indentation again.
Thanks
Are you validating with the same version of borgmatic you're generating with? And yeah, if indentation is off, then validation could be complaining about that. I'm happy to look at any validation error you're seeing.
Hello! Yes, I am validating with the same version
validate-borgmatic-config --config /path/.path/teste2.yaml
and try to config notify with uptime_kuma and after addapprise
that I use on other server and works fine.The error:
Yesterday I tried to fix but, can not. I am thinking that my fault doing the indentation correctly on this version
Uptime Kuma support was added in borgmatic 1.8.13! I'm afraid you'll need to upgrade to a more modern version if you'd like that integration to work.
Hello! Is There an easy mode to upgrade borgmatic on ProxMox 8.3. Borgmatic still on 1.7.7 version on ProxMox 8.3
I don't know how borgmatic is installed or integrated with ProxMox, but if you're able to install packages directly, you could try uninstalling the ProxMox version of borgmatic and installing it manually with pipx or via another mechanism to get a more up-to-date version.
Hello!
Very nice!
I follow that you said.
Installing manually with pipx
Its installed
I think that now I can do property configuration.
Thank you so much for help and attention.
Sure thing! I'll close this for now, but please feel free to file another ticket if you have any issues.