Outils pour utilisateurs

Outils du site


issue201:tutoriel1

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
issue201:tutoriel1 [2024/01/27 17:30] – créée auntieeissue201:tutoriel1 [2024/01/29 12:50] (Version actuelle) andre_domenech
Ligne 1: Ligne 1:
-My main backup process involves making full disk images, usually on a monthly basis, as the operating system and the installed applications don’t change much over any shorter term.  My preferred software for disk imaging is Rescuezilla (see: Rescuezilla For Backups; Full Circle Magazine; No. 190; pp. 21-22); however, this package has one distinct downside.  The developers have yet to produce a functional method for mounting an image and browsing the included files and folders in order to retrieve specific items.  This facility is available for uncompressed images but not for images produced using gzip, which I use in order to be able to store multiple backups in a reasonable amount of disk space.+**My main backup process involves making full disk images, usually on a monthly basis, as the operating system and the installed applications don’t change much over any shorter term.  My preferred software for disk imaging is Rescuezilla (see: Rescuezilla For Backups; Full Circle Magazine; No. 190; pp. 21-22); however, this package has one distinct downside.  The developers have yet to produce a functional method for mounting an image and browsing the included files and folders in order to retrieve specific items.  This facility is available for uncompressed images but not for images produced using gzip, which I use in order to be able to store multiple backups in a reasonable amount of disk space.
  
-The issue is really only limited to my personal data files which are stored in a dedicated data partition on the main hard drive.  If I wish to restore an old version of a file, it just isn’t convenient to have to restore an entire disk image onto an external USB drive and then extract the required file from the resultant copies.  In addition, monthly backups are too infrequent for data files that are created or modified on a daily or weekly basis.+The issue is really only limited to my personal data files which are stored in a dedicated data partition on the main hard drive.  If I wish to restore an old version of a file, it just isn’t convenient to have to restore an entire disk image onto an external USB drive and then extract the required file from the resultant copies.  In addition, monthly backups are too infrequent for data files that are created or modified on a daily or weekly basis.**
  
-What I need is software to make frequent backups of the files and folders on my data drive with the option to retrieve any past version of a specific file or folder.  There are a number of ways to achieve thisbut many solutions involve scripting and command-line operations My preference is to have software with an easy-to-use graphical interfaceand the package that fits the bill is named Duplicati       +Le processus principal de sauvegarde que j’utilise implique la réalisation d’images disque complètesgénéralement de façon mensuelle, car le système d’exploitation et les applications installées ne changent pas beaucoup pendant des périodes plus courtesLe logiciel que je préfère pour les images disque est Rescuezilla (voir : Rescuezilla For Backups; Full Circle Magazine; N° 190; pp. 21-22); toutefois, ce paquet a un inconvénient particulier. Les développeurs n’ont pas encore produit une méthode fonctionnelle pour monter une image et en parcourir les fichiers et dossiers afin de pouvoir récupérer des éléments précis. Cette facilité est disponible pour des images qui ne sont pas compressées, mais pas pour des images produites avec gzipque j’utilise pour pouvoir stocker de sauvegardes multiples dans un espace disque raisonnable.
  
-Duplicati is an open-sourcecross-platform (Linux, Windows, Mac/OSX), backup program developed by Kenneth Skovhedea computer science professor at the Niels Bohr InstituteUniversity of Copenhagen While it was originally developed to store encrypted data in the cloudit functions equally well as a general-purpose backup solution using local disk drives +En faitle problème se limite à mes fichiers de données personnelles qui sont stockés dans une partition de données dédiée sur mon disque dur principal. Si je veux restaurer une vieille version d’un fichierce n’est tout simplement pas commode de devoir restaurer une image disque complète sur un disque USB externepuis d’en extraire le fichier nécessaire des copies produitesDe plusdes sauvegardes mensuelles sont trop peu fréquentes pour des fichiers de données qui sont créés ou modifiés tous les jours ou toutes les semaines.
  
-In particular, the program can be used to create incremental backups of a specified data source to a pre-defined target drive.  Backups can be run according to a defined schedule or can be run manually on demand.  The program has web-style user interfacerunning in the default browser through a localhost server.  It is very easy to use as it features wizards to build the backup configuration and the restore function.+**What I need is software to make frequent backups of the files and folders on my data drive with the option to retrieve any past version of specific file or folder.  There are number of ways to achieve thisbut many solutions involve scripting and command-line operations.  My preference is to have software with an easy-to-use graphical interface, and the package that fits the bill is named Duplicati       
  
-The wizard to add a backup requires name to be entered for the backup andoptionally, a description of the nature of the backed-up files.  By default, the backup process employs 256-bit AES encryption; however, this can be turned off if encryption is not required.  On the subsequent screen, a wide variety of backup destinations is available, including cloud storage servers such as Dropbox, Google Drive, and Microsoft OneDrive, in addition to local folders or drives.  As indicated for my purposes I opted to use a folder on an external USB drive as the backup target.  +Duplicati is an open-source, cross-platform (Linux, Windows, Mac/OSX), backup program developed by Kenneth Skovhede, computer science professor at the Niels Bohr InstituteUniversity of Copenhagen.  While it was originally developed to store encrypted data in the cloudit functions equally well as general-purpose backup solution using local disk drives. **
  
-The location for the source data is similarly configurable, allowing selection of multiple drives, files and folders, with options to exclude hidden, system, or temporary files, or files larger than a specific size There is also the ability to filter out specific files and folders based on a range of parameterssuch as “names contain” or specified regular expressions Backups can be scheduled for any time of day, with timed repeats (e.g. every hour), on any days of the week.  If any backup is missed, the job will run as soon as possible thereafter.  The automatic backup process can also be disabled, leaving it to the user to run a backup process manually      +Ce dont j’ai besoin est un logiciel pour faire des sauvegardes fréquentes de fichiers et dossiers sur mon disque de données avec l’option de récupérer toute version ancienne d’un fichier ou un dossier précisOn peut le faire de plusieurs façonsmais beaucoup de solutions impliquent des scripts et des opérations en ligne de commandeMa préférence est un logiciel avec une interface graphique qui est facile à utiliser et le paquet qui correspond s’appelle Duplicati.
  
-An interesting feature of Duplicati’s backup system is that it stores blocks of data in multiple zip files that it refers to as volumes.  There are three types of files produced with the extensions: .dblock.zipfor the actual blocks of dataand .dlist.zip and .dindex.zipwhich track the block contents for subsequent restoration.  Building the backup configuration allows the size of the stored volumes to be specified.  The default value is 50 MBchosen to avoid timeouts when uploading to a remote file server.  Since this is not a consideration for local disk storageI opted to increase the volume size to 1 GB which resulted in a total of 15 files for approximately 6 GB of data Interestinglythe data compression factor is not very high as the 15 files occupied almost 5 GB of disk space.+Duplicati est un programme de sauvegarde Open Source et multi-plateforme (LinuxWindowsMac/OSX)développé par Kenneth Skoyhedeun professeur d’informatique à l’Institut Niels BohrUniversité de CopenhagueBien qu’il soit développé à l’origine pour stocker des données cryptées dans le nuageil fonctionne tout aussi bien comme une solution générale de sauvegarde sur des disques locaux.
  
-The final configuration option is the selection of the retention period for the backup files.  By default, this is set to keep all backups.  Other options include deleting backups that are older than specified time periodretaining specific number of backups, or “smart backup retention”.  The latter option retains one backup for each of the last seven days, each of the last four weeks, and each of the last twelve months, with there always being at least one remaining backup.+**In particular, the program can be used to create incremental backups of a specified data source to a pre-defined target drive.  Backups can be run according to a defined schedule or can be run manually on demand.  The program has web-style user interfacerunning in the default browser through localhost server.  It is very easy to use as it features wizards to build the backup configuration and the restore function.
  
-I didn’t set a backup schedule as my preference is to run the backup manually.  Having completed the configuration and now back on the home screenDuplicati tells me that the Last successful backup for my newly-created job was Never.  So, to start the backup, I click on the Run now link.+The wizard to add a backup requires a name to be entered for the backup and, optionally, a description of the nature of the backed-up files.  By default, the backup process employs 256-bit AES encryption; however, this can be turned off if encryption is not required.  On the subsequent screen, a wide variety of backup destinations is availableincluding cloud storage servers such as Dropbox, Google Drive, and Microsoft OneDrive, in addition to local folders or drives.  As indicated for my purposes opted to use a folder on an external USB drive as the backup target **
  
-The first time the program runs it creates a full backup of the source files and folders Subsequent runs produce incremental backups and so the process runs much fasterand the additional storage space required is considerably reduced         +En particulier, le programme peut créer des sauvegardes incrémentielles d’une source de données spécifiée vers un disque cible pré-définiDes sauvegardes peuvent être faites selon une planification définie ou peuvent être exécutées manuellement à la demande. Le programme a une interface utilisateur de style Webqui tourne dans le navigateur par défaut au moyen d’un serveur localhost. Son utilisation est très facile, car il y a des assistants pour la configuration des sauvegardes et la fonction de restauration.
  
-As noted earliera second wizard is provided when restoring data from a backup Firstlya backup is identified using either the name of the backup or its storage locationand the specific date of interest (in the case of multiple incremental backups) Nextwe browse through the directory tree to tag the files and folders to be restored.  Options for the restored files are to place them back in the original location or to select a new location.  Existing files can be overwrittenor new files can be created with time stamps in the file names.  Duplicati handles the process of identifyinglocatingretrievingand storing the files recovered from the backup zip files without any further user interaction.+L’assistant pour l’ajout d’une sauvegarde demande un nom pour la sauvegarde etde façon optionnelle, une description de la nature des fichiers sauvegardésPar défautle processus de sauvegarde utilise le cryptage 256-bit AESmais cela peut être désactivé si le cryptage n’est pas nécessaireÀ l’écran suivantune grande variété de destinations de sauvegarde est disponibley compris des serveurs de stockage dans le nuagecomme Dropbox, Google Drive et Microsoft OneDrive, en plus de dossiers ou disques locaux. Comme déjà indiquéle choix d’un dossier sur un disque externe USB comme cible de sauvegardeétait ce qu'il me fallait.
  
-I came across a strange (to me) occurrence when testing the restore process.  I was getting a warning that Restore completed without errors but no files were restored.  Checking on Duplicati’s user forum I found that no action is taken to restore a file if the backup version is identical to that in the location where the file is to be restored.  So, rather than giving this specific explanation, the program issues the rather generic warning message.+**The location for the source data is similarly configurable, allowing selection of multiple drives, files and folders, with options to exclude hidden, system, or temporary files, or files larger than a specific size.  There is also the ability to filter out specific files and folders based on a range of parameters, such as “names contain” or specified regular expressions.  Backups can be scheduled for any time of day, with timed repeats (e.g. every hour), on any days of the week.  If any backup is missed, the job will run as soon as possible thereafter.  The automatic backup process can also be disabled, leaving it to the user to run a backup process manually.        
 + 
 +An interesting feature of Duplicati’s backup system is that it stores blocks of data in multiple zip files that it refers to as volumes.  There are three types of files produced with the extensions: .dblock.zip, for the actual blocks of data, and .dlist.zip and .dindex.zip, which track the block contents for subsequent restoration.  Building the backup configuration allows the size of the stored volumes to be specified.  The default value is 50 MB, chosen to avoid timeouts when uploading to a remote file server.  Since this is not a consideration for local disk storage, I opted to increase the volume size to 1 GB which resulted in a total of 15 files for approximately 6 GB of data.  Interestingly, the data compression factor is not very high as the 15 files occupied almost 5 GB of disk space.** 
 + 
 +L’emplacement des données source peut être personnalisé de la même façon : vous pouvez choisir de multiples disques, fichiers et dossiers, avec l’option d’exclure des fichiers cachés, système ou temporaires ou des fichiers plus grands qu’une taille spécifique. Vous pouvez exclure également des fichiers et des dossiers précis selon toute une gamme de paramètres, tels que « names contain » (les noms contiennent) ou des expressions régulières précises. Les sauvegardes peuvent être planifiées à n’importe quel moment de la journée, avec des répétitions programmées (par exemple, toutes les heures) et n’importe quel jour de la semaine. Si une sauvegarde est manquée, elle s’exécutera dès que possible. Le processus automatique de sauvegarde peut également être désactivé, donnant à l’utilisateur la possibilité d’exécuter une sauvegarde à la main. 
 + 
 +Une caractéristique intéressante du système de sauvegarde de Duplicati est qu’il stocke des blocs de données dans des fichiers zip multiples qu’il appelle des volumes. Trois types de fichiers sont produits avec les extensions : .dblock.zip pour les véritables blocs de données et .dlist.zip et .dindex.zip qui suivent le contenu des blocs pour une restauration ultérieure. Quand vous configurez les sauvegardes, vous pouvez spécifier la taille des volumes stockés. La valeur par défaut est 50 Mo, choisie pour éviter des pauses pendant le téléversement vers un serveur de fichiers à distance. Puisqu’il n’est pas nécessaire de prendre cela en compte pour le stockage sur un disque local, j’ai choisi d’augmenter la taille du volume à 1 Go, ce qui a donné comme résultat un total de 15 fichiers pour environ 6 Go de données. De façon intéressante, le facteur de compression des données n’est pas très élevé, car les 15 fichiers ont pris presque 5 Go d’espace disque.  
 + 
 +**The final configuration option is the selection of the retention period for the backup files.  By default, this is set to keep all backups.  Other options include deleting backups that are older than a specified time period, retaining a specific number of backups, or “smart backup retention”.  The latter option retains one backup for each of the last seven days, each of the last four weeks, and each of the last twelve months, with there always being at least one remaining backup.** 
 + 
 +La dernière option de configuration est la sélection de la période de rétention des fichiers de sauvegarde. Par défaut, c’est réglé pour garder toutes les sauvegardes. D’autres options comprennent la suppression de sauvegardes qui sont plus vieilles qu’une période de temps spécifiée, la conservation d’un nombre précis de sauvegardes ou la « smart backup retention » (la conservation intelligente des sauvegardes). Cette dernière option garde une savegarde pour chacun des derniers sept jours, chacune des dernières quatre semaines et chacun des derniers douze mois, avec, toujours, au moins une sauvegarde qui reste. 
 + 
 +**The first time the program runs it creates a full backup of the source files and folders.  Subsequent runs produce incremental backups and so the process runs much faster, and the additional storage space required is considerably reduced.  
 + 
 +I didn’t set a backup schedule as my preference is to run the backup manually.  Having completed the configuration and now back on the home screen, Duplicati tells me that the Last successful backup for my newly-created job was Never.  So, to start the backup, I click on the Run now link.** 
 + 
 +La première fois que le programme s'exécute, il crée une sauvegarde entière des fichiers et dossiers source. Des lancements subséquents produisent des sauvegardes incrémentales et le processus est donc beaucoup plus rapide. De plus, l'espace de stockage supplémentaire nécessaire est considérablement réduit. 
 + 
 +Je n’ai pas planifié les sauvegardes puisque je préfère les faire à la main. Ayant fini la configuration et, de retour à l’écran d’accueil, Duplicati me dit que la dernière sauvegarde réussie des sauvegardes nouvellement créées était « Never » (Jamais). Aussi, pour démarrer la sauvegarde, je clique sur le lien « Run now » (Lancez-la maintenant). 
 +        
 + 
 +**As noted earlier, a second wizard is provided when restoring data from a backup.  Firstly, a backup is identified using either the name of the backup or its storage location, and the specific date of interest (in the case of multiple incremental backups).  Next, we browse through the directory tree to tag the files and folders to be restored.  Options for the restored files are to place them back in the original location or to select a new location.  Existing files can be overwritten, or new files can be created with time stamps in the file names.  Duplicati handles the process of identifying, locating, retrieving, and storing the files recovered from the backup zip files without any further user interaction.** 
 + 
 +Comme mentionné plus tôt, un deuxième assistant est fourni pour la restauration de données à partir d’une sauvegarde. Tout d’abord, une sauvegarde est identifiée avec, soit le nom de la sauvegarde, soit l’emplacement du stockage, et la date précise qui vous intéresse (dans le cas de sauvegardes multiples incrémentales). Ensuite, nous parcourons l’arbre des répertoires pour étiqueter les fichiers et les dossiers qui sont à restaurer. Les options pour les fichiers restaurés sont soit de les remettre dans leur emplacement d’origine, soit de sélectionner un nouvel emplacement. Des fichiers existants peuvent être écrasés, ou de nouveaux fichiers peuvent être créées avec un horodatage dans le nom du fichier. Duplicati gère les processus d’identification, de localisation, de récupération et de stockage des fichiers récupérés des fichiers zip sauvegardés sans autre interaction avec l’utilisateur. 
 + 
 +**I came across a strange (to me) occurrence when testing the restore process.  I was getting a warning that Restore completed without errors but no files were restored.  Checking on Duplicati’s user forum I found that no action is taken to restore a file if the backup version is identical to that in the location where the file is to be restored.  So, rather than giving this specific explanation, the program issues the rather generic warning message.
  
 Duplicati is simple to use, flexible, and highly effective.  In particular, the incremental backup process is very efficient in terms of both time and disk space required.  And, additional features, such as strong encryption of the backup files, are available should these be required.  Best of all, Duplicati is free (donations welcome), multi-platform, and open source.  So, if you are in need of a backup solution, this software package is definitely worth a look. Duplicati is simple to use, flexible, and highly effective.  In particular, the incremental backup process is very efficient in terms of both time and disk space required.  And, additional features, such as strong encryption of the backup files, are available should these be required.  Best of all, Duplicati is free (donations welcome), multi-platform, and open source.  So, if you are in need of a backup solution, this software package is definitely worth a look.
 +
 +https://www.duplicati.com**
 +
 +Je me suis heurté à quelque chose de bizarre (à mes yeux) pendant que je testais le processus de restauration. Un avertissement disant que « Restore completed without errors but no files were restored. » (La restauration s’est terminée sans erreur mais aucun fichier n’a été restauré.) s’affichait. Quand j’ai vérifié sur le forum des utilisateurs de Duplicati, j’ai découvert qu’un fichier ne sera pas restauré si la version de sauvegarde est identique à celle dans l’emplacement où le fichier doit être restauré. Au lieu de fournir cette explication précise, le logiciel affiche un message d’avertissement plutôt générique.
 +
 +L’utilisation de Duplicati est simple ; l'application est flexible et extrêmement efficace. En particulier, le processus de sauvegarde incrémentale est très efficace en termes de temps et d’espace disque requis. De plus, des fonctionnalités supplémentaires, comme le cryptage fort des fichiers sauvegardés, sont disponibles en cas de besoin. Surtout, Duplicati est gratuit (les dons sont les bienvenus), multi-plateforme et Open Source. Si vous avez besoin d’une solution de sauvegarde, ce logiciel vaut certainement la peine d’être examiné.
  
 https://www.duplicati.com https://www.duplicati.com
 +
issue201/tutoriel1.1706373005.txt.gz · Dernière modification : 2024/01/27 17:30 de auntiee