Comparar commits

..

No hay commits en común. "97b90603446d2fdf755b0a0e93006393a924117b" y "1fb8645b27996862dd6e06026a4d3990d4f45ff7" tienen historias totalmente diferentes.

Se han modificado 2 ficheros con 1 adiciones y 10 borrados

Ver fichero

@ -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

Ver fichero

@ -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