Changes for page Proxmox Backup server

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

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

Summary

Details

Page properties
Content
... ... @@ -128,32 +128,9 @@
128 128  
129 129  Tailscale is used to create a network that uses wireguard to transparently between local and remote machines. To not require a third party a local instance of headscale is used as the tailscale login server.
130 130  
131 -{{code language="bash"}}
132 -curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
133 -curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list
131 +Setting up a connection should only require `sudo tailscale up ~-~-login-server https:~/~/TAILSCALE_SUBDOMAIN.schleppe.cloud`.
132 +To view the status: `sudo tailscale status`.
134 134  
135 -sudo apt-get update
136 -sudo apt-get install tailscale
137 -
138 -systemctl status tailscaled.service
139 -sudo tailscale up --login-server SUBDOMAIN.schleppe.cloud
140 -tailscale status
141 -{{/code}}
142 -
143 -Connect to headscale login server:
144 -
145 -{{code language="none"}}
146 -$ sudo tailscale up --login-server https://SUBDOMAIN.schleppe.cloud
147 -
148 -To authenticate, visit:
149 -
150 - https://SUBDOMAIN.schleppe.cloud/register/nodekey:fe30125f6dc09b2ac387a3b06c3ebc2678f031d07bd87bb76d91cd1890226c9f
151 -
152 -Success.
153 -{{/code}}
154 -
155 -View more info in the docs: [[https:~~/~~/earvingad.github.io/posts/headscale/>>https://earvingad.github.io/posts/headscale/]]
156 -
157 157  = Jottacloud client =
158 158  
159 159  Cloud backup provider used is jottacloud. They provide a cli to easily add directories to sync to their cloud backup storage.