This commit is contained in:
jonathan santis 2025-01-07 10:56:07 +01:00
parent 2cb5ad0acc
commit 70442731ff
2 changed files with 5 additions and 0 deletions

2
borg-example.sh Normal file
View 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
View File

@ -0,0 +1,3 @@
ssh -R 2000:localhost:22 user@remoteserver
ssh -p2000 user@localhost