Some questions (situation: borg running on server & client):
IIRC:
Okay, thanks for your reply. All questions answered… :smiley:
Could I just add another question?
borg list. Or only with borg create or maybe even only when another borg prune is started?(BTW, you can label this with the "question" tag.)
@rugk anything that invokes compact_segments() - usually this is done after the commit() of a writing operation.
Ah, so this needs a writing operation… Is there any way to trigger such a one in a simple way in order just to execute this "scheduled actions"?
everything that triggers a repo commit also triggers compact_segments if repo is not append-only:
init, create, delete / prune, rename, check --repair, debug put obj, debug del obj.
Hmm, okay, so check might be a good choice. But only the repair version works? And does it even work if the check does not notice anything to repair? (So does it always work?)
I assume (1st question) yes and (2nd) no. Also doing a check there everytime also does not seem good.
BTW. This issue is still not tagged with "question".
yes / yes
There was some talk about adding a separate command just for triggering this, possibly as part of a borg tune command group. See #2195.
Thanks, so finally one last question: Does it also work when only checking the repo (--repository-only), so that one can minimize network traffic?
Thanks, so finally one last question: Does it also work when only checking the repo (--repository-only), so that one can minimize network traffic?
yes
Oh, that's great. :smile:
Most helpful comment
IIRC: