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