Programa que hace copias de seguridad de forma fácil, simple de configurar, rápido de ejecutar y restaurar, verificable, utiliza criptografíca para garantizar la confidencialidad y con el crecimiento de los datos, las instantáneas adicionales solo almacenan el incremento real.
$ restic init -r /tmp/prueba-restic
$ restic -r /tmp/prueba-restic backup .
$ restic -r /tmp/prueba-restic snapshots
$ restic -r /tmp/prueba-restic backup . --exclude="*.sh" --exclude-file=logs.txt
$ restic -r /srv/prueba-restic diff 9fb7d0ca 3bec06c1
$ restic -r /tmp/prueba-restic restore 9d0c9446 --target /tmp/restore/