Un retour d'expérience sur la mise en place d'un NAS comme élément central de la sauvegarde de données numériques.
Cet outil permet de répliquer vos base de données SQLite en temps réel sur un serveur tiers.
Un outil de backup avec chiffrement. C'est développé en Python.
nFreezer is an encrypted-at-rest backup tool.
Bonne pratiques de backup de Sebsauvage.
Sous le coude en cas de merdouillage avec Windows.
ArchiveBox takes a list of website URLs you want to archive, and creates a local, static, browsable HTML clone of the content from those websites (it saves HTML, JS, media files, PDFs, images and more).
Sous le coude.
In the unfortunate event your DiskStation fails, you'll probably want to recover the data stored on its hard drives. Data stored on the DiskStation's hard drives can be easily recovered using an Ubuntu live CD and your computer. Please see the steps below.
Prepare a PC with enough hard drive slots available to install the hard drives from your DiskStation.
Remove the hard drives from your DiskStation and connect them to your computer. For RAID or SHR configurations, you'll have to connect all the hard drives (excluding hard drives used as hot spares) to your computer at the same time.
Note: Please make sure the file system running on the hard drives of your Synology NAS are EXT4 or Btrfs.
Visit http://www.ubuntu.com/download/desktop to download the Ubuntu ISO file.
Burn the ISO on a blank DVD and use it to boot your computer.
Install Ubuntu on an empty hard drive or USB stick.
If you're recovering files from a RAID or SHR configuration, please see steps 7 to 11. For recovering files from basic storage types with only one hard drive, please skip to step 12.
Go to Applications and open Terminal.
Install mdadm with the following commands.
Ubuntu@ubuntu:~$ sudo -i
root@ubuntu:~$ apt-get install mdadm
Select No configuration and complete the installation.
Install lvm2 with the following commands.
root@ubuntu:~$ apt-get install lvm2 (otherwise vgchange won't work)
Run the following command to mount all of the hard drives from your DiskStation.
root@ubuntu:~$ mdadm -Asf && vgchange -ay
Now you'll be able to browse all the shares and files on the hard drives. You may also connect a USB drive to the PC, copy required files to the USB drive, and then transfer the files to other devices.
Une interface graphique pour l'outil de backup Borg.
Un outil de backup qui a l'air simple et efficace ! Il peut même s'interfacer avec rclone pour stocker les backups dans le cloud.
Il intègre aussi une couche de chiffrement qui permet de ne pas trop craindre qu'un tiers accède à ses données.
Un script de sauvegarde automatisé. A adapter, bien entendu.
Un exemple de procédure de sauvegarde des données d'un ordi très détaillé. Le logiciel utilisé ici est Veeam Endpoint Backup Free.
Par contre le nom fait un peu peur. Ça sonne un poil freeware rempli de bloatware. Quelqu'un d'autre a déjà testé ?
Utilisation de rclone pour faire des backups automatisés.
Un outil qui permet de faire automatiquement des backups chiffrés sur différents services de "cloud". Est-ce que quelqu'un connait une alternative open source ?
Un script python très efficace pour faire un backup complet et structuré d'un blog Tumblr (ça sort du HTML trié par mois). Et ça gère l’incrémental de manière à pouvoir faire des backups successifs et ne récupérer que ce qui a changé.