Files
linux-scripts/restic/restic-rest-server/restic-rest-server-init.sh
2024-05-25 13:29:57 -05:00

9 lines
303 B
Bash
Executable File

#!/bin/bash
export RESTIC_PASSWORD="8ung1e1!"
restic -r rest:http://192.168.1.51:8000/changemepls/home/akanealw init
restic -r rest:http://192.168.1.51:8000/changemepls/etc init
restic -r rest:http://192.168.1.51:8000/changemepls/opt init
restic -r rest:http://192.168.1.51:8000/changemepls/root init