Files
linux-scripts/restic/restic-sftp-scott/restic-sftp-init.sh
2024-04-06 20:41:52 -05:00

9 lines
402 B
Bash
Executable File

#!/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