add
This commit is contained in:
parent
2cb5ad0acc
commit
70442731ff
2
borg-example.sh
Normal file
2
borg-example.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
sudo borg create ssh://ccppi@localhost:2000/~/backup/::linode /etc/ /home/ /srv/ /mnt/ --progress
|
||||||
|
|
3
ssh-reverse-tunnel.sh
Normal file
3
ssh-reverse-tunnel.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
ssh -R 2000:localhost:22 user@remoteserver
|
||||||
|
|
||||||
|
ssh -p2000 user@localhost
|
Loading…
Reference in New Issue
Block a user