Changes for page Proxmox Backup server

Last modified by Kevin Wiki on 2024/05/21 21:23

From version 19.1
edited by Kevin Wiki
on 2024/04/06 12:51
Change comment: There is no comment for this version
To version 20.1
edited by Kevin Wiki
on 2024/04/06 14:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -131,6 +131,18 @@
131 131  Setting up a connection should only require `sudo tailscale up ~-~-login-server https:~/~/TAILSCALE_SUBDOMAIN.schleppe.cloud`.
132 132  To view the status: `sudo tailscale status`.
133 133  
134 +{{code language="bash"}}
135 +curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
136 +curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list
137 +
138 +sudo apt-get update
139 +sudo apt-get install tailscale
140 +
141 +systemctl status tailscaled.service
142 +sudo tailscale up --login-server SUBDOMAIN.schleppe.cloud --authkey AUTHKEY
143 +tailscale status
144 +{{/code}}
145 +
134 134  = Jottacloud client =
135 135  
136 136  Cloud backup provider used is jottacloud. They provide a cli to easily add directories to sync to their cloud backup storage.