9 lines
402 B
Bash
Executable File
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
|