Passerby6497
@Passerby6497@lemmy.world
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Agent based backup server? 2 months ago:
Another vote for borg, I use a script and cron on the systems that aren’t in my proxmox host to trigger it and write to my NAS. There are windows GUIs for it, and you could also use WSL to run it.
But imo, backups should always be push, not pull. Makes it much easier to manage from my experience
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 8 months ago:
All your docker data can be saved to a mapped local disk, then backup is the same as it ever is. Throw bort or something on it and you’re gold.
Look into docker compose and volumes to get an idea of where to start.