Skip to main content

2 posts tagged with "Backup"

Backup tag description

View All Tags

S3 Storage with Minio

· One min read
hdd

It all started with the idea of ​​having a sort of big container where I can store all my backups that come from Proxmo, NAS or whatever. Here I found the solution with Minio. I integrated this part in my article about Truenas. In fact I integrated Minio right on TrueNas. click here! 😉

Proxmox Config Backup

· 2 min read

Automating Proxmox Config Backup with Systemd and Synology Active Backup

After reading this insightful thread on the Proxmox forum: Backup Cluster Config (pmxcfs /etc/pve), I was inspired to create an automated backup solution for my Proxmox configuration.

I decided to implement a systemd script that automates the backup of the Proxmox sqlite database that contains the cluster configuration.
Here is the script I came up with: