Changes for page Proxmox Backup server
Last modified by Kevin Wiki on 2024/05/21 21:23
From version
20.1
edited by Kevin Wiki
on 2024/04/06 14:02
on 2024/04/06 14:02
Change comment:
There is no comment for this version
To version
22.1
edited by Kevin Wiki
on 2024/04/06 14:16
on 2024/04/06 14:16
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -2,6 +2,9 @@ 2 2 ((( 3 3 (% class="col-xs-12 col-sm-8" %) 4 4 ((( 5 +(% class="wikigeneratedid" %) 6 +Backsup are primarly done through proxmox backup server taking snapshot of running lxc and vm's. These are stored on mirrored ZFS array and synchronized to both off-site location and cloud storage provider. 7 + 5 5 = Backup Server configuration = 6 6 7 7 Backup server is setup with: ... ... @@ -128,9 +128,6 @@ 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 -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`. 133 - 134 134 {{code language="bash"}} 135 135 curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null 136 136 curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list ... ... @@ -139,10 +139,24 @@ 139 139 sudo apt-get install tailscale 140 140 141 141 systemctl status tailscaled.service 142 -sudo tailscale up --login-server SUBDOMAIN.schleppe.cloud --authkey AUTHKEY142 +sudo tailscale up --login-server SUBDOMAIN.schleppe.cloud 143 143 tailscale status 144 144 {{/code}} 145 145 146 +Connect to headscale login server: 147 + 148 +{{code language="none"}} 149 +$ sudo tailscale up --login-server https://SUBDOMAIN.schleppe.cloud 150 + 151 +To authenticate, visit: 152 + 153 + https://SUBDOMAIN.schleppe.cloud/register/nodekey:fe30125f6dc09b2ac387a3b06c3ebc2678f031d07bd87bb76d91cd1890226c9f 154 + 155 +Success. 156 +{{/code}} 157 + 158 +View more info in the docs: [[https:~~/~~/earvingad.github.io/posts/headscale/>>https://earvingad.github.io/posts/headscale/]] 159 + 146 146 = Jottacloud client = 147 147 148 148 Cloud backup provider used is jottacloud. They provide a cli to easily add directories to sync to their cloud backup storage.