Have you checked borgbackup docs, FAQ, and open Github issues?
Yes
Is this a BUG / ISSUE report or a QUESTION?
QUESTION
System information. For client/server mode post info for both machines.
Your borg version (borg -V).
borg 1.1.10
Question
I have a client that backups to a remote location (server) in append only mode (borg serve is run with append only flag). This means prunes do not actually free disk space, everything is fine.
Now on the server I can access that repository, too, and see the transaction log. How can I apply the transaction log so files are actually deleted, disk space is freed etc.? Is there a command for this? Something like "everything what the client requested in append only mode is fine, let's commit it now"?
Have you checked borgbackup docs, FAQ, and open Github issues?
Yes
Is this a BUG / ISSUE report or a QUESTION?
QUESTION
System information. For client/server mode post info for both machines.
Your borg version (borg -V).
borg 1.1.10
Question
I have a client that backups to a remote location (server) in append only mode (
borg serveis run with append only flag). This means prunes do not actually free disk space, everything is fine.Now on the server I can access that repository, too, and see the transaction log. How can I apply the transaction log so files are actually deleted, disk space is freed etc.? Is there a command for this? Something like "everything what the client requested in append only mode is fine, let's commit it now"?