• Joined on 2022-11-02
y8s opened issue borgmatic-collective/borgmatic#769 2023-10-10 15:22:34 +00:00
Configuration reference minor documentation suggestion
y8s commented on issue borgmatic-collective/borgmatic#757 2023-10-09 18:17:58 +00:00
Unable to execute Borgmatic when using pipx installation method

I used pipx ensurepath and it put export PATH="$PATH:/root/.local/bin" in my .bashrc

echo $PATH shows /root/.local/bin

sudo -E does not work.

upon googling, it looks like…

y8s commented on issue borgmatic-collective/borgmatic#757 2023-10-09 14:18:04 +00:00
Unable to execute Borgmatic when using pipx installation method

After upgrading to bookworm and all my backups failing, I was getting the "module not found" error with borgmatic so I came to reinstall and see it's now via pipx instead of pip.

I tried…

y8s commented on issue borgmatic-collective/borgmatic#610 2023-05-22 18:40:07 +00:00
Native support for borg recreate (using config yaml, not arbitrary borg command line)

As far as I know, no one is working on this one right now. Pull requests are always welcome. 😄

Understood. I best get learning to code I guess.

y8s commented on issue borgmatic-collective/borgmatic#610 2023-05-22 14:43:10 +00:00
Native support for borg recreate (using config yaml, not arbitrary borg command line)

Any news on this? I keep creating and removing VMs and all the old VMs that I never intend to use again are lingering in my archives.

y8s commented on issue borgmatic-collective/borgmatic#694 2023-05-14 13:11:35 +00:00
running borgmatic borg check --repair doesn't show request to type "YES" to continue

either I first tried to run an older version or missed it in the command line options docs.

when was check added to borgmatic?

matt@pve:~ $ sudo borgmatic --dry-run -v 2 -c…
y8s commented on issue borgmatic-collective/borgmatic#694 2023-05-14 03:14:15 +00:00
running borgmatic borg check --repair doesn't show request to type "YES" to continue

here is where check.py is

matt@pve:/usr/local/lib/python3.9/dist-packages/borgmatic/borg $ ls
borg.py         feature.py   rcreate.py
break_lock.py   flags.py     rinfo.py
check.py   …
y8s commented on issue borgmatic-collective/borgmatic#694 2023-05-14 03:10:48 +00:00
running borgmatic borg check --repair doesn't show request to type "YES" to continue

recopied the two files and tried again. note im using python 3.9 not 3.10 in your example above.

and sorry about weird line wraps. i did this on a phone.


matt@pve:~ $ sudo…
y8s commented on issue borgmatic-collective/borgmatic#694 2023-05-13 19:06:37 +00:00
running borgmatic borg check --repair doesn't show request to type "YES" to continue

command executed and waiting for input presumably:

matt@pve:~ $ sudo borgmatic --dry-run -v 2 -c /etc/borgmatic.d/mybk-root.yaml borg check --repair
Ensuring legacy configuration is…
y8s commented on issue borgmatic-collective/borgmatic#694 2023-05-13 11:25:48 +00:00
running borgmatic borg check --repair doesn't show request to type "YES" to continue

sure send over the modified source files. ill give them a shot.

y8s commented on issue borgmatic-collective/borgmatic#694 2023-05-13 01:03:14 +00:00
running borgmatic borg check --repair doesn't show request to type "YES" to continue

Is there a way to do it without breaking my current install?

If the only changes are the addition of more debugging logs, then it shouldn't break your install. "Shouldn't" being the…

y8s commented on issue borgmatic-collective/borgmatic#694 2023-05-13 00:55:23 +00:00
running borgmatic borg check --repair doesn't show request to type "YES" to continue

Is there a way to do it without breaking my current install? I use the pre built binary and copy it to /usr/bin which is pretty easy.

I just tested on my other proxmox install using borgmatic…

y8s commented on issue borgmatic-collective/borgmatic#694 2023-05-11 13:37:35 +00:00
running borgmatic borg check --repair doesn't show request to type "YES" to continue

Here are the results of the tests:

python command:

user@host:~ $ python3 -c "import sys; print(f'terminal is a TTY: {sys.stderr.isatty()}')"
terminal is a TTY: True

echo…

y8s opened issue borgmatic-collective/borgmatic#694 2023-05-10 19:28:03 +00:00
running borgmatic borg check --repair doesn't show request to type "YES" to continue
y8s commented on issue borgmatic-collective/borgmatic#610 2022-11-02 17:26:35 +00:00
Native support for borg recreate (using config yaml, not arbitrary borg command line)

It just seemed like it was an obvious way to handle retconning my data. There's already all that exclude setup in place, why not extend it to recreate?

Incidentally, you may want to look at the…

y8s opened issue borgmatic-collective/borgmatic#610 2022-11-02 16:24:39 +00:00
Native support for borg recreate (using config yaml, not arbitrary borg command line)