In our company (A windows domain network), our developers use GIT as their Version Control software.
The main repository (if you can call it that) is backed up daily (fetch + clone - from the backup server)
I want to keep my user's GIT local folders (before they commit) backed up daily.
I was thinking I can get the last changes from the last fetch/commit and only save/backup the files that have changed.
Is it possible? How can I do it for the entire org? (I want an automated script that will be launched daily)
I want to avoid a situation, where a developer worked several days (can't commit work) - and loose his work due to disaster.
- Can I track changed files? (date stamps maybe?)