Compare commits

..

No commits in common. "97b90603446d2fdf755b0a0e93006393a924117b" and "1fb8645b27996862dd6e06026a4d3990d4f45ff7" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View File

@ -40,16 +40,6 @@ rebase:
git rebase master git rebase master
systemctl daemon-reload systemctl daemon-reload
# Show status of most recent backup run
.PHONY: status
status:
systemctl status --full --lines 999999 --no-pager --all borg-backup || true
# Watch live log output
.PHONY: tail
tail:
journalctl --all --follow --lines 200 --unit borg-backup
.PHONY: clean .PHONY: clean
clean: clean:
rm -f README.html rm -f README.html

View File

@ -348,6 +348,7 @@ def main(argv: typing.List[str]):
size('orig', 'original_size') + size('orig', 'original_size') +
size('comp', 'compressed_size') + size('comp', 'compressed_size') +
size('dedup', 'deduplicated_size') + size('dedup', 'deduplicated_size') +
f" path={data['path']}" +
"\n").encode() "\n").encode()
else: else:
continue continue