I have a home server that I’m using and hosting files on it. I’m worried about it breaking and loosing access to the files. So what method do you use to backup everything?
I have a home server that I’m using and hosting files on it. I’m worried about it breaking and loosing access to the files. So what method do you use to backup everything?
I run everything in docker. I have an ansible playbook that backs up all the docker volumes to a minio server I’m running on a separate machine. I periodically upload backups to idrivee2 with the same playbook