From 5d86894fe9b42e5f30ac72f1906e8b9cc7e962d9 Mon Sep 17 00:00:00 2001 From: casual Date: Wed, 13 Nov 2024 03:16:46 +0300 Subject: [PATCH] new post --- content/personal/Dedublicate.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/personal/Dedublicate.md diff --git a/content/personal/Dedublicate.md b/content/personal/Dedublicate.md new file mode 100644 index 0000000..863386b --- /dev/null +++ b/content/personal/Dedublicate.md @@ -0,0 +1,20 @@ ++++ +title = 'Dedublicate your stuff' +date = 2024-11-17 +image = 'https://imgs.xkcd.com/comics/complex_conjugate.png' ++++ + +![](https://imgs.xkcd.com/comics/complex_conjugate.png) + +Remember I takled about [backups](/tech/howto_backup/)? Well, I have small funny story to share. + +I have folder `Notes` with ... well, notes (copy #1). + - Inside it git repository (interesting thing, it was accidental, then I thought 'Why not?') which synchronizes with my git server (+1 copy) + - It have repository file hystory (Let's exclude it for simplicity) + - This folder syncs with my file cloud server (+1) + - Servers uses ceph storage, so there is x3 copies of same data (x3) + - Also, there are snapshots (Let's say x4) + - In addition to that, there is offsite backups (Let's say x2) + - File cloud syncs with another devices (Let's say x2) + +So in total I have `1x2+(1+1)x3+(1+1)x4+(1+1)x2 = 20` copies of same `Notes` folder! (if we count snapshots as copies)