this post was submitted on 30 Jun 2025
0 points (50.0% liked)

homelab

8211 readers
9 users here now

founded 5 years ago
MODERATORS
 

I have had Proxmox running nightly backups and saving them to my NAS for years now without any issues. I've been thinking that it would also be nice to have these copied over to my cloud storage (some smaller company, no available plugins).

I know Proxmox Backup Server exists, but not much more than that other than it can backup to popular cloud providers.

The cloud provider I have has a Linux client that will create a shared folder on the system. My thought was to mount the Proxmox VM backup location with CIFS, install my cloud client and then write a script to run as a cronjob that would copy files from the Proxmox VM to the cloud folder each night.

This feels a bit clunky so I just wanted to ask if anyone knew of a better solution.

you are viewing a single comment's thread
view the rest of the comments
[–] MangoPenguin@lemmy.blahaj.zone 2 points 3 days ago (2 children)

My cloud backup method is running Restic inside any VMs or Containers with important data (I use Backrest to manage it easily).

The reason is I don't want to be backing up caches, logs, and other junk that isn't important to cloud storage, since it's just wasted storage space and bandwidth.

[–] root@lemmy.world 1 points 3 days ago (1 children)

Oh this looks interesting, thank you. So you basically just backup the relevant parts of the file system and then use this to restore in case of an incident/ emergency? A little more hands on than just restoring from a Proxmox backup, but probably also more agnostic/ interoperable.

[–] MangoPenguin@lemmy.blahaj.zone 1 points 3 days ago* (last edited 3 days ago)

Yeah, I have local proxmox backups to an external HDD for stuff like "oops I broke it" or a drive failure, but the online backups are for something catastrophic like the house burned down with the server in it, so I'm not particularly worried about them being more work to restore.