So with reading some posts of people getting locked out from their accounts (github, google, ..) i would like to take back control of my code/data.
So I want to keep a hard copy of my data this includes.
\* Git repo's on github
\* Git repo's on gitlab
\* Git repo's on a self hosted gitlab
\* Some small databases for custom applications i have made between 1 and 5 GB
\* Some scattered data files on different servers.
\* Some personal folder/documents/files on my laptop
\* Some personal folder/files document on my desktop
\* Some google drive documents, images
So what I would want is once a week the program would take all the data and move it to a specified folder in an external hard drive.
I don't really care about duplication of data. I just want a snapshot of all my important data on disk so I can store the disks in offshore locations.Is there any tool out there that can do this?
Or should I just code a solution myself? And if so, are there other people with the same kind of problem and would you use this tool if i wrote something like this?