ayqazi / homebak

Where I back up various files to let me work from anywhere and any machine (config files, documentation, tools, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asfand Qazi home directory backup

Where I back up various files to let me work from anywhere and any machine (config files, documentation, tools, etc.)

Best used with a .git directory not in the home directory itself, using command (e.g.):

git --git-dir="${HOME}/.homebak/.git" --work-tree="${HOME}"

The .gitignore file can be used to granularly control what gets checked in, as it ignores everything by default, unless files and directories are explicitly allowed in.

This script checks changes in every hour:

bin/homebak-all

About

Where I back up various files to let me work from anywhere and any machine (config files, documentation, tools, etc.)

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 87.8%Language:Perl 6.0%Language:YASnippet 3.8%Language:Ruby 1.3%Language:Shell 1.0%Language:Roff 0.1%Language:Python 0.0%Language:JavaScript 0.0%