#!/bin/bash export RESTIC_PASSWORD="benEatsBananas!" restic -r sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/home/wettsten init restic -r sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/etc init restic -r sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/opt init restic -r sftp:root@resticsftp:/mnt/data/backups/resticbackups/changemepls/root init