Hi guys,
I’m currently searching for a cloud backup solution for my personal server.
It’s a debian machine that runs a wordpress (with database), my gitlab and a few other services.
I’ve always pushed aside creating regular scheduled backups, but want to tackle it now, since loosing all of it would be really frustrating.
I’m a software-dev, but not into OPs-stuff so I wanted something simple and creating backups directly into my dropbox seems to be a good way to finally use all that dropbox-storage that I pay for.
Now to my question:
In the Quick Start tutorial it is mentioned to “choose a directory to backup”, but I was thinking about backing up my entire filesystem (so “/”). Is this bad practice? Or is this a completely valid thing to do?
My alternative would be to create separate repositories for all stuff I want to backup, correct?
If I had to choose I would probably take /var, /opt, /home, since it should contain all relevant data like docker-images, my mysql and wordpress-files.
So in that case I would go into each folder and create a separate repository for each one. Is this the way to go? Or do I have to go even smaller (e.g. one repository for mysql, one for docker, etc).
Having “/” as a backup would have the benefit that I don’t need to think about all of that stuff. I don’t have a lot of data lying around (around 40gb on “/”) but I’m not sure if Duplicacy is meant to be used for “filesystem dumps”
Thanks a lot