From: lasitus Date: Mon, 16 Mar 2020 14:51:51 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~122^2~77 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4bf0f34d1b4ab32b86dd5d770ba2eb3d1270ff81;p=git-annex.git --- diff --git a/doc/forum/Disconnected_Archive_and_Backups.mdwn b/doc/forum/Disconnected_Archive_and_Backups.mdwn index aea91813b8..8d5a354544 100644 --- a/doc/forum/Disconnected_Archive_and_Backups.mdwn +++ b/doc/forum/Disconnected_Archive_and_Backups.mdwn @@ -1,6 +1,8 @@ I am using git annex to sync a portion of my home directory. The main use/sync point is on my desktop and laptop. The desktop and laptop are connected to a NAS and usb drives. So, the repos are connected like so: + +``` NAS - backup ^ ^ / \ @@ -8,6 +10,7 @@ desktop - client laptop - client \ / v v USB drive - archive +``` The idea is the NAS should get all files, the USB drive acts as an archive to keep the clients a bit lighter weight, even while off site.