pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit d3d1b8b1086bb8be32f2e94f2c53019f4364ac99
parent 8b90f0ec5319448d5b1499e18db9a546f00efdd7
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 25 Oct 2022 18:24:42 +0100

smoke_me_a_kipper

Diffstat:
Mentry/smoke_me_a_kipper.md | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/entry/smoke_me_a_kipper.md b/entry/smoke_me_a_kipper.md @@ -87,6 +87,26 @@ Chunk index: 1627368 4419526 ``` ``` + ──── ─ borg create -x -v --stats /media/backup/borg-kinakuta::$(date +%Y%m%d) $HOME ~ +Enter passphrase for key /media/backup/borg-kinakuta: +Creating archive at "/media/backup/borg-kinakuta::20221025" +------------------------------------------------------------------------------ +Repository: /media/backup/borg-kinakuta +Archive name: 20221025 +Archive fingerprint: 2ff6f558ca5e93f1c0dbfce317deada9d522e5a43538c05f38dea560e110bf9f +Time (start): Tue, 2022-10-25 17:32:16 +Time (end): Tue, 2022-10-25 17:44:37 +Duration: 12 minutes 20.92 seconds +Number of files: 1202775 +Utilization of max. archive size: 0% +------------------------------------------------------------------------------ + Original size Compressed size Deduplicated size +This archive: 2.35 TB 2.18 TB 277.59 MB +All archives: 7.08 TB 6.55 TB 1.98 TB + + Unique chunks Total chunks +Chunk index: 1634630 6477362 +------------------------------------------------------------------------------ ``` I am really happy with these results from `borg`. The next step is to play around with [borgmatic](TK){target="_blank" rel="noreferrer"} when I get a chance.