From 8167344c4dcdccdd8a9b998463d6f68a994c677a Mon Sep 17 00:00:00 2001 From: Jaxom99 <30865395+Jaxom99@users.noreply.github.com> Date: Thu, 31 Mar 2022 09:01:12 +0200 Subject: [PATCH 1/3] Add .nobackup limitations --- .../05.include_exclude_files/include_exclude_files.fr.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.fr.md b/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.fr.md index 838855cf..d36f8429 100644 --- a/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.fr.md +++ b/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.fr.md @@ -110,6 +110,8 @@ Il n'existe pas de mécanisme pour exclure d'une sauvegarde au format YunoHost d ### Éviter de sauvegarder certains dossiers du `/home` Si besoin, vous pouvez spécifier que certains dossiers `home` d'utilisateurs ou utilisatrices ne soient pas sauvegardés par la commande `yunohost backup`, en créant un fichier vide nommé `.nobackup` à l'intérieur. +Attention ce mécanisme ne fonctionne que pour les **sous-dossiers de premier niveau** du `/home`, comme par exemple `/home/user1` ou `/home/yunohost.multimedia` . Cela ne fonctionne pas pour les autres dossiers ou sous-dossiers, comme par exemple `/home/user1/grosdossier`. + ### Ne pas sauvegarder les grosses quantités de données Certaines apps comme Nextcloud sont potentiellement rattachées à des quantités importantes de données. Il est possible de ne pas les sauvegarder par défaut. Dans ce cas, on dit que l'app "sauvegarde uniquement le core" (de l'app). From 7d8b4a21a9a5076785e0129e6db7959dc8089719 Mon Sep 17 00:00:00 2001 From: Jaxom99 <30865395+Jaxom99@users.noreply.github.com> Date: Thu, 31 Mar 2022 09:03:57 +0200 Subject: [PATCH 2/3] .nobackup in EN --- .../05.include_exclude_files/include_exclude_files.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.md b/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.md index aa9db714..f1fe008d 100644 --- a/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.md +++ b/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.md @@ -113,6 +113,8 @@ There is no mechanism to exclude specific files from a YunoHost backup, other th ### Avoid backing up certain `/home` folders If needed, you can specify that certain user `home` folders not be backed up by the `yunohost backup` command, by creating an empty file named `.nobackup` inside. +Cuation: this setup only works with **first-level subfolders of `/home`**, such as `/home/user1` or `/home/yunohost.multimedia`. It does not work for other levels of subfolders, like `/home/user1/bigfolder/`. + ### Do not backup large amounts of data Some apps like Nextcloud are potentially attached to large amounts of data. It is possible to not backup them by default. In this case, the app is said to "backup only the core" (of the app). From 5ed6b20beb172b57ca494d78e0952ae7c20b604a Mon Sep 17 00:00:00 2001 From: Jaxom99 <30865395+Jaxom99@users.noreply.github.com> Date: Thu, 31 Mar 2022 09:07:47 +0200 Subject: [PATCH 3/3] typo --- .../05.include_exclude_files/include_exclude_files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.md b/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.md index f1fe008d..a99ed2ac 100644 --- a/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.md +++ b/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.md @@ -113,7 +113,7 @@ There is no mechanism to exclude specific files from a YunoHost backup, other th ### Avoid backing up certain `/home` folders If needed, you can specify that certain user `home` folders not be backed up by the `yunohost backup` command, by creating an empty file named `.nobackup` inside. -Cuation: this setup only works with **first-level subfolders of `/home`**, such as `/home/user1` or `/home/yunohost.multimedia`. It does not work for other levels of subfolders, like `/home/user1/bigfolder/`. +Caution: this setup only works with **first-level subfolders of `/home`**, such as `/home/user1` or `/home/yunohost.multimedia`. It does not work for other levels of subfolders, like `/home/user1/bigfolder/`. ### Do not backup large amounts of data