Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

232 total results found

2. RustFS S3

1.4 Storage 3. Object Storage

3. SeaweedFS S3

1.4 Storage 3. Object Storage

4. Projects That use Object Storage

1.4 Storage 3. Object Storage

YouTube uses object storage to store and manage its vast library of videos efficiently. Object storage assigns each video a unique identifier and metadata, enabling fast retrieval and scalability across global storage pools.

1. Restore a Proxmox ZFS pool

1.4 Storage 4. Restore ZFS Pools

Source: Oneuptime In the occasion that one of your Proxmox ZFS pools becomes degraded then this is one of the ways to restore your pool. Such a pool could be an OS, VM or a storage pool. Now, once you receive a proxmox notification (Don't forget to setup Proxm...

2. Restore a TrueNas ZFS pool

1.4 Storage 4. Restore ZFS Pools

1. Expanding Proxmox ZFS Pool

1.4 Storage 5. Expanding ZFS Pools

The consensus among ZFS experts depends on your constraints: If you have spare bays and older drives: Many recommend starting replacement earlier (around 65% full) with one drive at a time, turning the old drive into a spare. practicalzfs.com This keeps your...

2. Expanding TrueNas ZFS Pool

1.4 Storage 5. Expanding ZFS Pools

1. Same PVE machine same drives (Requires 1 Machine)

1.5 Backup Solutions 1. Backup Storage Locations

The first backup strategy we will execute is the simplest but also the most vulnerable one. This means you store your backup on the same hard drives you also run your production system on. This is highly discouraged but for completeness we will still discuss i...

2. Same PVE Machine Dedicated Drives (Requires 1 Machine)

1.5 Backup Solutions 1. Backup Storage Locations

In this strategy we will use different storage drives for our backups. We assume a Proxmox environment from which you want to backup the virtual machines. What we will do is Create a Proxmox PBS VM on our main PVE machine Pass through the drives to the PBS V...

3. Dedicated TrueNas scale with virtual PBS (Requires 2 machines)

1.5 Backup Solutions 1. Backup Storage Locations

Here we will setup PBS on top of Truenas Scale as a container. Why would you do this ? well if you run both proxmox pve and run a Truenas VM or bare metal then you have two different systems to backup. You want to backup your VM's and you want to back up your ...

4. Dedicated PVE & TrueNas Backup, Virtual Truenas Scale VM, and PBS Container (Requires 3 machines)

1.5 Backup Solutions 1. Backup Storage Locations

This setup is the most robust setup but is also the most expensive setup and often not necessary for a home lab. This setup basically has Dedicated PVE instance Truenas Scale installed on the PVE instance as a VM with passed through drives Dedicated Truenas S...

5. Dedicated PVE, TrueNas, PBS, Truens Backup (Requires 4 machines)

1.5 Backup Solutions 1. Backup Storage Locations

02. PBS Configruation

1.5 Backup Solutions 2. PBS Container on TrueNas Scale

1. After installing Proxmox backup server we need to configure it to our needs. As with Proxmox we will also start with the post install script but then for Proxmox Backup Server. The command is according to proxmox helper scripts  is bash -c "$(curl -fsSL htt...

03. Setup VM replication tasks

1.5 Backup Solutions 2. PBS Container on TrueNas Scale

Now that you have setup the datastore on your PBS host you can start connecting it to your PVE system.  On the PBS you click on your datastore > Show connection information and keep the tab open s.t you can copy paste it to your PVE you want to backup. Then o...

1. Hosting PBS on a Secondary PVE Host, but Why ?

1.5 Backup Solutions 3. PBS LXC/VM on a second PVE Instance

Hosting Proxmox Backup Server (PBS) as a VM on a secondary PVE host rather than on your production cluster offers significant practical and operational advantages. Resource Efficiency and Flexibility Instead of purchasing dedicated bare-metal PBS servers, run...

2. Installation

1.5 Backup Solutions 3. PBS LXC/VM on a second PVE Instance

The installation of PBS as a VM on a secondary PVE is quite straightforward and basically exactly the same as installing it on the production VM. You can of course again decide to have your OS on two or one SSD. I would recommend two again since if one fails t...

1. Introduction

1.5 Backup Solutions 4. PBS Container on TrueNas Scale

Note! Running another Truenas on bare metal also allows you to run proxmox pbs as a container! If you have just as me one production device and a small backup server with like 4cpus and 16gb of ram then this would be great solution for you. Otherwise you need ...

2. Installation

1.5 Backup Solutions 4. PBS Container on TrueNas Scale

Source: PBS on Truenas by Lawrence Systems Alright! So you have chosen to install PBS on top of a TrueNas Scale bare metal instance. Well we don't need to go through installing TrueNas scale since you have already don that here Installing TrueNas Scale. Okey s...