From b9f38c8c885e67b96afd0017f92f04404f637735 Mon Sep 17 00:00:00 2001 From: Jaxom99 <30865395+Jaxom99@users.noreply.github.com> Date: Wed, 15 Jan 2020 22:09:43 +0100 Subject: [PATCH 1/3] Added the .nobackup tip --- backup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backup.md b/backup.md index e69b5771..9cffbdd6 100644 --- a/backup.md +++ b/backup.md @@ -149,6 +149,9 @@ You can follow this tutorial on the forum to setup Borg between two servers : +#### Avoiding the backup of some folders +If needed, you can specify that some `/home/user` folders are left out of the `yunohost backup` command, by creating a blank file named `.nobackup` in them. + #### Full backup with `dd` If you are using an ARM board, another method for doing a full backup can be to create an image of the SD card. For this, poweroff your ARM board, get the SD card in your computer then create a full image with something like : From 1218c29b8d53776aeee84bf5e0151c1be69d56a5 Mon Sep 17 00:00:00 2001 From: Jaxom99 <30865395+Jaxom99@users.noreply.github.com> Date: Wed, 15 Jan 2020 22:12:40 +0100 Subject: [PATCH 2/3] ajout fonctionnement .nobackup --- backup_fr.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backup_fr.md b/backup_fr.md index a76077de..d59078b2 100644 --- a/backup_fr.md +++ b/backup_fr.md @@ -151,6 +151,9 @@ Vous pouvez suivre ce tutoriel sur le forum pour mettre en place Borg entre deux Il existe aussi l'application Archivist qui permet un système similaire : https://forum.yunohost.org/t/new-app-archivist/3747 +#### Evier de sauvegarder certains dossiers +Si besoin, vous pouvez spécifier que certains dossiers `home` d'utilisateurs ne soient pas sauvegardés par la commande `yunohost backup`, en créant à la racine un fichier vide nommé `.nobackup`. + #### Backup complet avec `dd` Si vous êtes sur une carte ARM, une autre méthode pour créer une sauvegarde complète consiste à créer une image (copie) de la carte SD. Pour cela, éteignez votre serveur, insérez la carte SD dans votre ordinateur et créez une image avec une commande comme : From 9847c05022f564b03f8889826d8f12e58d6fc7d1 Mon Sep 17 00:00:00 2001 From: Jaxom99 <30865395+Jaxom99@users.noreply.github.com> Date: Fri, 17 Jan 2020 10:00:37 +0100 Subject: [PATCH 3/3] update phrasing --- backup_fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup_fr.md b/backup_fr.md index d59078b2..116d6a43 100644 --- a/backup_fr.md +++ b/backup_fr.md @@ -151,8 +151,8 @@ Vous pouvez suivre ce tutoriel sur le forum pour mettre en place Borg entre deux Il existe aussi l'application Archivist qui permet un système similaire : https://forum.yunohost.org/t/new-app-archivist/3747 -#### Evier de sauvegarder certains dossiers -Si besoin, vous pouvez spécifier que certains dossiers `home` d'utilisateurs ne soient pas sauvegardés par la commande `yunohost backup`, en créant à la racine un fichier vide nommé `.nobackup`. +#### Eviter de sauvegarder certains dossiers +Si besoin, vous pouvez spécifier que certains dossiers `home` d'utilisateurs ne soient pas sauvegardés par la commande `yunohost backup`, en créant un fichier vide nommé `.nobackup` à l'intérieur. #### Backup complet avec `dd`