Exemplos de Uso
$
yum install restic -y
$
restic init --repo /backup/restic
$
restic -r /backup/restic backup /home/
$
restic -r /backup/restic snapshots
$
restic -r /backup/restic restore <snapshot_id> --target /restore/
$
restic -r s3:s3.amazonaws.com/meu-bucket backup /home/