Replies: 1 comment
-
So, I added under borgbase, a new section:
But I get a problem with this on --tag: 2024/12/16 14:27:27 using configuration file: profiles.toml Commenting out tag, does get around this issue, so perhaps a little bug in this area? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, here's a problem I've now run into, and glad I caught it now, because it was going to become a serious issue due to overages and space issues.
I have a setup that backs up to my local in-house NAS, which then takes that repository and copies to BorgBase for onsite+offsite backups.
Problem is, regardless of how the setup is, my backups offsite in borgbase never follow any kind of retention policies at all, because it's only ever run during backup. And if I manually run forget on that profile, it never applies my specific retention policies, and expects me to supply the --keep-X Y parameters myself.
From this configuration sample, with sensitive bits sensored:
At present, when system.copy executes, nothing ever initiates a forget on retention, and if I run resticprofile borgbase.forget, it's expecting parameters to run as well, making this process much more tedious.
Beta Was this translation helpful? Give feedback.
All reactions