From 3bc79d7ac1e79f7393a5a8c838e31215edade373 Mon Sep 17 00:00:00 2001 From: "rmtheis@e3b72add4375d3e9c1b088a2136a3d3822a0d4e8" Date: Sun, 25 Feb 2024 14:24:50 +0000 Subject: [PATCH] --- doc/forum/Backup_of_whole_Linux_system.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/forum/Backup_of_whole_Linux_system.mdwn b/doc/forum/Backup_of_whole_Linux_system.mdwn index afafc55a08..1408c9a52b 100644 --- a/doc/forum/Backup_of_whole_Linux_system.mdwn +++ b/doc/forum/Backup_of_whole_Linux_system.mdwn @@ -1,4 +1,4 @@ -If I would want to backup my whole Linux system, what's unclear or maybe missing from Git Annex: +If I would want to back up my whole Linux system, what's unclear or maybe missing from Git Annex: I'm not exactly sure about the best way to import the files. Should I just copy over all the files (e.g. using `cp -ax /* .`, or maybe `rsync -a /* .` or so) to the repo, and then use `git annex add`? (Let's skip `/dev` and maybe other special files for now.)