shortened path to home
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
export RESTIC_PASSWORD="8ung1e1!"
|
||||
|
||||
# backup /home/akanealw
|
||||
export RESTIC_REPOSITORY="rest:http://192.168.1.51:8000/changemepls/home/akanealw"
|
||||
export RESTIC_REPOSITORY="rest:http://192.168.1.51:8000/changemepls/home"
|
||||
restic unlock
|
||||
restic backup /home/akanealw --no-cache -v
|
||||
restic backup /home --no-cache -v
|
||||
restic unlock
|
||||
restic forget --keep-last 25 --prune
|
||||
|
||||
|
||||
Reference in New Issue
Block a user