mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #1169 from Jaxom99/patch-2
Patch 2 - ajout astuce .nobackup
This commit is contained in:
commit
31bfcc55f0
2 changed files with 6 additions and 0 deletions
|
@ -149,6 +149,9 @@ You can follow this tutorial on the forum to setup Borg between two servers : <h
|
||||||
|
|
||||||
Alternatively, the app Archivist allows to setup a similar system : <https://forum.yunohost.org/t/new-app-archivist/3747>
|
Alternatively, the app Archivist allows to setup a similar system : <https://forum.yunohost.org/t/new-app-archivist/3747>
|
||||||
|
|
||||||
|
#### 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`
|
#### 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 :
|
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 :
|
||||||
|
|
|
@ -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
|
Il existe aussi l'application Archivist qui permet un système similaire : https://forum.yunohost.org/t/new-app-archivist/3747
|
||||||
|
|
||||||
|
#### 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`
|
#### 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 :
|
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 :
|
||||||
|
|
Loading…
Reference in a new issue