Files
linux-scripts/restic/restic-rest-server/restic-rest-server-init.sh
2024-05-25 14:08:52 -05:00

9 lines
294 B
Bash
Executable File

#!/bin/bash
export RESTIC_PASSWORD="8ung1e1!"
restic -r rest:http://192.168.1.51:8000/changemepls/home 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