pyratelog

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

commit 6b2bbb0a1fb2202dd2770e1ba568af957933067f
parent d7d7629ff52a0f721652f0c6eeb4ec584e9954a8
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  1 Nov 2022 20:28:38 +0000

smoke_me_a_kipper

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

diff --git a/entry/smoke_me_a_kipper.md b/entry/smoke_me_a_kipper.md @@ -129,6 +129,28 @@ Chunk index: 1647966 8540968 ------------------------------------------------------------------------------ ``` +``` + ──── ─ 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::20221101" +------------------------------------------------------------------------------ +Repository: /media/backup/borg-kinakuta +Archive name: 20221101 +Archive fingerprint: 5693768bbed6b5e00c63c20ca66b332afc155babf8d4520d74ac9371c13a901c +Time (start): Tue, 2022-11-01 17:26:34 +Time (end): Tue, 2022-11-01 17:40:51 +Duration: 14 minutes 16.62 seconds +Number of files: 1207431 +Utilization of max. archive size: 0% +------------------------------------------------------------------------------ + Original size Compressed size Deduplicated size +This archive: 2.36 TB 2.18 TB 3.65 GB +All archives: 11.79 TB 10.91 TB 1.99 TB + + Unique chunks Total chunks +Chunk index: 1668572 10604861 +------------------------------------------------------------------------------ +``` 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. Another full backup will still be done to the drive in my bug out bag, I just have to be better at doing it more regularly. At least now if I need to restore I will be able to recover all of $HOME and not only the important things.