Changes for page Proxmox Backup server
Last modified by Kevin Wiki on 2024/05/21 21:23
From version
15.1
edited by Kevin Wiki
on 2024/04/06 11:14
on 2024/04/06 11:14
Change comment:
There is no comment for this version
To version
12.1
edited by Kevin Wiki
on 2024/04/06 11:12
on 2024/04/06 11:12
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -2,7 +2,7 @@ 2 2 ((( 3 3 (% class="col-xs-12 col-sm-8" %) 4 4 ((( 5 -= Backup Server configuration =5 += Configuration = 6 6 7 7 Backup server is setup with: 8 8 ... ... @@ -15,7 +15,7 @@ 15 15 ** permissions 16 16 * timings and simulator 17 17 18 -= =ZFS storage array ==18 += ZFS storage array = 19 19 20 20 There are currently 2 x 8TB WD drives. Current pool status: 21 21 ... ... @@ -34,7 +34,7 @@ 34 34 errors: No known data errors}}} 35 35 36 36 37 -== =Creating and expanding zfs pool ===37 +== Creating and expanding zfs pool == 38 38 39 39 ``` 40 40 zpool create pergamum raidz /dev/disk/by-partuuid/9fab17e5-df2d-2448-b5d4-10193c673a6b /dev/disk/by-partuuid/f801ed37-1d6c-ee40-8b85-6bfc49aba0fb -f ... ... @@ -51,7 +51,7 @@ 51 51 ~> NOTE! `-n` is dry run, remove to commit. 52 52 53 53 54 -= =Access Control ==54 += Access Control = 55 55 56 56 Each client host that wants to backup their contents to the backup server should have their unique API token for authentication. 57 57 ... ... @@ -71,11 +71,11 @@ 71 71 72 72 >Note! The path will not be define until after the Datastore namespace is define in the steps below 73 73 74 -= =Proxmox datastore ==74 += Proxmox datastore = 75 75 76 76 If none exists create the datastore. Ours point is named `proxmox-backup` and points to ZFS storage mounted at `/mnt/pergamum`. All references to `proxmox-backup` referes to what you named it as in the create step here. 77 77 78 -=== Namespace === 78 +=== Namespace === 79 79 80 80 Namespaces is what we will use in a datastore to separate permissions to each host. It's important to create these for the API tokens create in Access Control section above. 81 81