Playing nicely with markdown.
This commit is contained in:
parent
f2f4ce38c9
commit
243e2b698d
1 changed files with 5 additions and 10 deletions
15
README
15
README
|
@ -1,5 +1,4 @@
|
||||||
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 software
|
||||||
that initiates a backup and prunes any old backups according to a retention
|
that initiates a backup and prunes any old backups according to a retention
|
||||||
|
@ -31,8 +30,7 @@ atticmatic is hosted at http://torsion.org/hg/atticmatic/ and is mirrored on
|
||||||
GitHub and BitBucket 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 Start guide at
|
||||||
https://attic-backup.org/quickstart.html to create an Attic repository on a
|
https://attic-backup.org/quickstart.html to create an Attic repository on a
|
||||||
|
@ -55,8 +53,7 @@ Then copy the following configuration files:
|
||||||
Lastly, modify those files with your desired configuration.
|
Lastly, modify those files with your desired configuration.
|
||||||
|
|
||||||
|
|
||||||
Usage
|
## Usage
|
||||||
-----
|
|
||||||
|
|
||||||
You can run atticmatic and start a backup simply by invoking it without
|
You can run atticmatic and start a backup simply by invoking it without
|
||||||
arguments:
|
arguments:
|
||||||
|
@ -75,8 +72,7 @@ If you'd like to see the available command-line arguments, view the help:
|
||||||
atticmattic --help
|
atticmattic --help
|
||||||
|
|
||||||
|
|
||||||
Running tests
|
## Running tests
|
||||||
-------------
|
|
||||||
|
|
||||||
To install test-specific dependencies, first run:
|
To install test-specific dependencies, first run:
|
||||||
|
|
||||||
|
@ -87,7 +83,6 @@ To actually run tests, run:
|
||||||
nosetests --detailed-errors
|
nosetests --detailed-errors
|
||||||
|
|
||||||
|
|
||||||
Feedback
|
## Feedback
|
||||||
--------
|
|
||||||
|
|
||||||
Questions? Comments? Got a patch? Contact witten@torsion.org
|
Questions? Comments? Got a patch? Contact witten@torsion.org
|
||||||
|
|
Loading…
Reference in a new issue