Giback: Backup your files to git

Giback is a command-line utility for easily backing up your files to git repositories. After setting up a configuration file listing your desired files, and the respective target repository, you can then at any time command giback to backup your files.

$ giback all
Running unit 'my_backup'.
Pulling git changes.
Identifying files...
/home/john_doe/Documents/personal_notes.txt
/home/john_doe/Documents/work.org
/home/john_doe/photos/trip.jpg
Files copied.
Committing: Backing up with Giback!
Pushing...
Done!

Get it now

Note

For other installation methods, check the installation manual.

Resources