added rest-server option
This commit is contained in:
8
restic/restic-rest-server/restic-rest-server-init.sh
Executable file
8
restic/restic-rest-server/restic-rest-server-init.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user