This tutorial shows how you can back up Linux and Windows systems with BackupPC. BackupPC acts as a server and is installed on a Linux system, and from there it can connect to all Linux and Windows systems in your local network to back them up and restore them without interfering with the user's work on that system. On the clients minimal to no configuration is needed. BackupPC supports full and incremental backups, and it comes with a neat web frontend for the administrator and normal user so that backups and recoveries can be managed through a web browser. It should be noted, however, that BackupPC does file-based backups, not bit-wise backups like Ghost4Linux, for example, so it is not made for disk/partition imaging.
Avec :
Pour l'outil LFTP.
Backup & Restore de configuration ESXi en ligne de commande avec PowerCLI.
Backup
Connect-VIServer <mon-esxi-ip>
Get-VMHostFirmware -VMHost <mon-esxi-ip> -BackupConfiguration -DestinationPath "C:\Downloads"
Restore
Set-VMHost -VMHost <mon-esxi-ip> -State "Maintenance"
Get-VMHost "<mon-esxi-ip>" | Set-VMHostFirmware -Restore -DestinationPath "C:\Downloads"
Get-vmhost "<mon-esxi-ip>" | Set-VMHostFirmware -Restore -Force -DestinationPath "C:\Downloads"
UrBackup is an easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time.
Via https://linuxfr.org/news/urbackup-un-logiciel-de-sauvegarde-moderne
rSync Script to backup ZeXtras backup to another server/location via SSH
Light, versatile and very capable data replication software. Select a pair of folders and it will make sure that one stays an exact copy of the other.
Back In Time - A simple backup tool for Linux
Via https://upandclear.org/2017/04/12/backintime-backup-linux-chiffre-ou-non-localssh-avec-gui/
Même si depuis l’avènement des VM, un backup de VM est plus simple/rapide qu'un script, en avoir un sous la main est toujours utile.
Via http://liens.strak.ch/?BjdxFQ
Une alternative à VEEAM et tous les outils de backup VM, à tester.
C'est con, mais c'est bon à rappeler à certains en permanence.
/Coude.
Hop, backup des 4 épisodes sortis sur France Culture, sur Lovecraft : http://www.franceculture.fr/emissions/la-compagnie-des-auteurs/la-compagnie-des-auteurs-lundi-6-juin-2016#
What is BorgBackup?
BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption.
The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.