Markdown metadata and link formatting updates.

This commit is contained in:
Dan Helfman 2014-12-01 19:49:25 -08:00
parent 181fed83df
commit f8387c7bd1
1 changed files with 17 additions and 16 deletions

View File

@ -1,10 +1,13 @@
title: Atticmatic
date:
## Overview ## Overview
atticmatic is a simple Python wrapper script for the Attic backup software atticmatic is a simple Python wrapper script for the [Attic backup
that initiates a backup and prunes any old backups according to a retention software](https://attic-backup.org/) that initiates a backup and prunes any
policy. The script supports specifying your settings in a declarative old backups according to a retention policy. The script supports specifying
configuration file rather than having to put them all on the command-line, and your settings in a declarative configuration file rather than having to put
handles common errors. them all on the command-line, and handles common errors.
Here's an example config file: Here's an example config file:
@ -24,25 +27,23 @@ Here's an example config file:
Additionally, exclude patterns can be specified in a separate excludes config Additionally, exclude patterns can be specified in a separate excludes config
file, one pattern per line. file, one pattern per line.
Read more about Attic at https://attic-backup.org/ atticmatic is hosted at <https://torsion.org/atticmatic> and is mirrored on
[GitHub](https://github.com/witten/atticmatic) and
atticmatic is hosted at http://torsion.org/hg/atticmatic/ and is mirrored on [BitBucket](https://bitbucket.org/dhelfman/atticmatic) for convenience.
GitHub and BitBucket for convenience.
## Setup ## Setup
To get up and running with Attic, follow the Attic Quick Start guide at To get up and running with Attic, follow the [Attic Quick
https://attic-backup.org/quickstart.html to create an Attic repository on a Start](https://attic-backup.org/quickstart.html) guide to create an Attic
local or remote host. repository on a local or remote host.
If the repository is on a remote host, make sure that your local root user has If the repository is on a remote host, make sure that your local root user has
key-based ssh access to the desired user account on the remote host. key-based ssh access to the desired user account on the remote host.
To install atticmatic, run the following from the directory containing this To install atticmatic, run the following command to download and install it:
README:
python setup.py install sudo pip install hg+https://torsion.org/hg/atticmatic
Then copy the following configuration files: Then copy the following configuration files:
@ -85,4 +86,4 @@ To actually run tests, run:
## Feedback ## Feedback
Questions? Comments? Got a patch? Contact witten@torsion.org Questions? Comments? Got a patch? Contact <mailto:witten@torsion.org>.