From: Mikael Frykholm Date: Sat, 4 Aug 2012 07:39:52 +0000 (-0700) Subject: Initial commit X-Git-Url: https://git.frykholm.com/butterbackup.git/commitdiff_plain/e829794c059e58e4ff85b28da3aa4e6527f7d328 Initial commit --- e829794c059e58e4ff85b28da3aa4e6527f7d328 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f24cd99 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.py[co] + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce840f1 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +butterbackup +============ + +Butterbackup is a backup system which stores snapshots in btrfs on a central server. A web gui allows for simple restore of files. \ No newline at end of file