Answer the question
In order to leave comments, you need to log in
Backup via git - idiocy?
I’ll confess right away: I’m not a real sysadmin, I found a tambourine at a construction site.
But still, I had to help with the IT part of a small office, consisting of lawyers-financiers.
Our Internet is not very good, so we bought a local server (read - a regular PC) and happily use a network drive.
The disk stores mostly word/excel/power point/pdf files.
There is a task to back them up.
And by the nature of my main activity, I have long and dearly loved git.
I am currently in the process of setting up automatic daily commits of this disk of ours in amazon s3.
The question arose: is this normal to do at all? Or is it a bike on crutches?
So far I don't see any cons.
Thank you.
Answer the question
In order to leave comments, you need to log in
git annex is a decentralized versioning and backup system on top of git. Works great with binaries, supports backup on S3 out of the box. For binarikov and developed.
Theoretically it is possible, and it will work.
In fact - a bicycle made of crutches twisted with tape.
Git is a VCS, i.e. version control system. But not a backup tool.
Usually backup via rsync.
To do this, there are special tools Office Web Apps Server . Read git for office formats: it stores versions, provides co-editing, makes a backup itself, and you can also work through a browser if someone has a "normal" OS.
Instead of bare git bup , boar , git-annex, ... Bacula is better.
https://stackoverflow.com/questions/540535/managin...
https://opensource.com/life/16/8/how-manage-binary
...
I would generally use the file history for a normal PC. I set it up once, an external screw to it, it’s better to have a second one next to it, which is connected and disconnected once a week, on the first the file history constantly saves the hourly difference, on the second weekly.
You will have performance issues if you save large files.
For example, it is described: blog.deveo.com/storing-large-binary-files-in-git-r...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question