summaryrefslogtreecommitdiffstats
path: root/docs/usage
diff options
context:
space:
mode:
authorJonas Borgström <jonas@borgstrom.se>2014-02-18 23:10:32 +0100
committerJonas Borgström <jonas@borgstrom.se>2014-02-18 23:10:32 +0100
commit052e4f207471b5c4f9db8e350fa8947487272972 (patch)
tree75d673fdbb1b1f70e1ce88af5dbb475aa0e699fd /docs/usage
parentd551b13a2398f378e75f93994808ee74961c2bf0 (diff)
Remove some autogenerated files
Diffstat (limited to 'docs/usage')
-rw-r--r--docs/usage/change-passphrase.rst.inc22
-rw-r--r--docs/usage/check.rst.inc28
-rw-r--r--docs/usage/create.rst.inc33
-rw-r--r--docs/usage/delete.rst.inc22
-rw-r--r--docs/usage/extract.rst.inc27
-rw-r--r--docs/usage/info.rst.inc22
-rw-r--r--docs/usage/init.rst.inc24
-rw-r--r--docs/usage/list.rst.inc23
-rw-r--r--docs/usage/mount.rst.inc25
-rw-r--r--docs/usage/prune.rst.inc48
-rw-r--r--docs/usage/verify.rst.inc25
11 files changed, 0 insertions, 299 deletions
diff --git a/docs/usage/change-passphrase.rst.inc b/docs/usage/change-passphrase.rst.inc
deleted file mode 100644
index 27b58957a..000000000
--- a/docs/usage/change-passphrase.rst.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-.. _attic_change-passphrase:
-
-attic change-passphrase
------------------------
-::
-
-
- usage: attic change-passphrase [-h] [-v] REPOSITORY
-
- Change repository key file passphrase
-
- positional arguments:
- REPOSITORY
-
- optional arguments:
- -h, --help show this help message and exit
- -v, --verbose verbose output
-
-Description
-~~~~~~~~~~~
-
-
diff --git a/docs/usage/check.rst.inc b/docs/usage/check.rst.inc
deleted file mode 100644
index 08fd36193..000000000
--- a/docs/usage/check.rst.inc
+++ /dev/null
@@ -1,28 +0,0 @@
-.. _attic_check:
-
-attic check
------------
-::
-
-
- usage: attic check [-h] [-v] [--progress] [--no-progress] REPOSITORY
-
- Check repository consistency
-
- positional arguments:
- REPOSITORY repository to check consistency of
-
- optional arguments:
- -h, --help show this help message and exit
- -v, --verbose verbose output
- --progress Report progress status to standard output stream
- --no-progress Disable progress reporting
-
- Progress status will be reported on the standard output stream by default when
- it is attached to a terminal. Any problems found are printed to the standard
- error stream and the command will have a non zero exit code.
-
-Description
-~~~~~~~~~~~
-
-
diff --git a/docs/usage/create.rst.inc b/docs/usage/create.rst.inc
deleted file mode 100644
index fa3311b04..000000000
--- a/docs/usage/create.rst.inc
+++ /dev/null
@@ -1,33 +0,0 @@
-.. _attic_create:
-
-attic create
-------------
-::
-
-
- usage: attic create [-h] [-v] [-s] [-e PATTERN] [-c SECONDS]
- [--do-not-cross-mountpoints] [--numeric-owner]
- ARCHIVE PATH [PATH ...]
-
- Create new archive
-
- positional arguments:
- ARCHIVE archive to create
- PATH paths to archive
-
- optional arguments:
- -h, --help show this help message and exit
- -v, --verbose verbose output
- -s, --stats print statistics for the created archive
- -e PATTERN, --exclude PATTERN
- exclude paths matching PATTERN
- -c SECONDS, --checkpoint-interval SECONDS
- write checkpoint every SECONDS seconds (Default: 300)
- --do-not-cross-mountpoints
- do not cross mount points
- --numeric-owner only store numeric user and group identifiers
-
-Description
-~~~~~~~~~~~
-
-
diff --git a/docs/usage/delete.rst.inc b/docs/usage/delete.rst.inc
deleted file mode 100644
index 65f8d561b..000000000
--- a/docs/usage/delete.rst.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-.. _attic_delete:
-
-attic delete
-------------
-::
-
-
- usage: attic delete [-h] [-v] ARCHIVE
-
- Delete archive
-
- positional arguments:
- ARCHIVE archive to delete
-
- optional arguments:
- -h, --help show this help message and exit
- -v, --verbose verbose output
-
-Description
-~~~~~~~~~~~
-
-
diff --git a/docs/usage/extract.rst.inc b/docs/usage/extract.rst.inc
deleted file mode 100644
index 0a7cfaf4a..000000000
--- a/docs/usage/extract.rst.inc
+++ /dev/null
@@ -1,27 +0,0 @@
-.. _attic_extract:
-
-attic extract
--------------
-::
-
-
- usage: attic extract [-h] [-v] [-e PATTERN] [--numeric-owner]
- ARCHIVE [PATH [PATH ...]]
-
- Extract archive contents
-
- positional arguments:
- ARCHIVE archive to extract
- PATH paths to extract
-
- optional arguments:
- -h, --help show this help message and exit
- -v, --verbose verbose output
- -e PATTERN, --exclude PATTERN
- exclude paths matching PATTERN
- --numeric-owner only obey numeric user and group identifiers
-
-Description
-~~~~~~~~~~~
-
-
diff --git a/docs/usage/info.rst.inc b/docs/usage/info.rst.inc
deleted file mode 100644
index 98366869c..000000000
--- a/docs/usage/info.rst.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-.. _attic_info:
-
-attic info
-----------
-::
-
-
- usage: attic info [-h] [-v] ARCHIVE
-
- Show archive details such as disk space used
-
- positional arguments:
- ARCHIVE archive to display information about
-
- optional arguments:
- -h, --help show this help message and exit
- -v, --verbose verbose output
-
-Description
-~~~~~~~~~~~
-
-
diff --git a/docs/usage/init.rst.inc b/docs/usage/init.rst.inc
deleted file mode 100644
index e972302fe..000000000
--- a/docs/usage/init.rst.inc
+++ /dev/null
@@ -1,24 +0,0 @@
-.. _attic_init:
-
-attic init
-----------
-::
-
-
- usage: attic init [-h] [-v] [-e {none,passphrase,keyfile}] REPOSITORY
-
- Initialize an empty repository
-
- positional arguments:
- REPOSITORY repository to create
-
- optional arguments:
- -h, --help show this help message and exit
- -v, --verbose verbose output
- -e {none,passphrase,keyfile}, --encryption {none,passphrase,keyfile}
- select encryption method
-
-Description
-~~~~~~~~~~~
-
-
diff --git a/docs/usage/list.rst.inc b/docs/usage/list.rst.inc
deleted file mode 100644
index 89cb48cec..000000000
--- a/docs/usage/list.rst.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-.. _attic_list:
-
-attic list
-----------
-::
-
-
- usage: attic list [-h] [-v] REPOSITORY_OR_ARCHIVE
-
- List archive or repository contents
-
- positional arguments:
- REPOSITORY_OR_ARCHIVE
- repository/archive to list contents of
-
- optional arguments:
- -h, --help show this help message and exit
- -v, --verbose verbose output
-
-Description
-~~~~~~~~~~~
-
-
diff --git a/docs/usage/mount.rst.inc b/docs/usage/mount.rst.inc
deleted file mode 100644
index e9f338b2b..000000000
--- a/docs/usage/mount.rst.inc
+++ /dev/null
@@ -1,25 +0,0 @@
-.. _attic_mount:
-
-attic mount
------------
-::
-
-
- usage: attic mount [-h] [-v] [-f] [-o OPTIONS] ARCHIVE MOUNTPOINT
-
- Mount archive as a FUSE fileystem
-
- positional arguments:
- ARCHIVE archive to mount
- MOUNTPOINT where to mount filesystem
-
- optional arguments:
- -h, --help show this help message and exit
- -v, --verbose verbose output
- -f, --foreground stay in foreground, do not daemonize
- -o OPTIONS Extra mount options
-
-Description
-~~~~~~~~~~~
-
-
diff --git a/docs/usage/prune.rst.inc b/docs/usage/prune.rst.inc
deleted file mode 100644
index fbea054eb..000000000
--- a/docs/usage/prune.rst.inc
+++ /dev/null
@@ -1,48 +0,0 @@
-.. _attic_prune:
-
-attic prune
------------
-::
-
-
- usage: attic prune [-h] [-v] [-H HOURLY] [-d DAILY] [-w WEEKLY] [-m MONTHLY]
- [-y YEARLY] [-p PREFIX]
- REPOSITORY
-
- Prune repository archives according to specified rules
-
- positional arguments:
- REPOSITORY repository to prune
-
- optional arguments:
- -h, --help show this help message and exit
- -v, --verbose verbose output
- -H HOURLY, --hourly HOURLY
- number of hourly archives to keep
- -d DAILY, --daily DAILY
- number of daily archives to keep
- -w WEEKLY, --weekly WEEKLY
- number of daily archives to keep
- -m MONTHLY, --monthly MONTHLY
- number of monthly archives to keep
- -y YEARLY, --yearly YEARLY
- number of yearly archives to keep
- -p PREFIX, --prefix PREFIX
- only consider archive names starting with this prefix
-
- The prune command prunes a repository by deleting archives not matching any of
- the specified retention options. This command is normally used by automated
- backup scripts wanting to keep a certain number of historic backups. As an
- example, "-d 7" means to keep the latest backup on each day for 7 days. Days
- without backups do not count towards the total. The rules are applied from
- hourly to yearly, and backups selected by previous rules do not count towards
- those of later rules. Dates and times are interpreted in the local timezone,
- and weeks go from Monday to Sunday. Specifying a negative number of archives
- to keep means that there is no limit. If a prefix is set with -p, then only
- archives that start with the prefix are considered for deletion and only those
- archives count towards the totals specified by the rules.
-
-Description
-~~~~~~~~~~~
-
-
diff --git a/docs/usage/verify.rst.inc b/docs/usage/verify.rst.inc
deleted file mode 100644
index db60a69d4..000000000
--- a/docs/usage/verify.rst.inc
+++ /dev/null
@@ -1,25 +0,0 @@
-.. _attic_verify:
-
-attic verify
-------------
-::
-
-
- usage: attic verify [-h] [-v] [-e PATTERN] ARCHIVE [PATH [PATH ...]]
-
- Verify archive consistency
-
- positional arguments:
- ARCHIVE archive to verity integrity of
- PATH paths to verify
-
- optional arguments:
- -h, --help show this help message and exit
- -v, --verbose verbose output
- -e PATTERN, --exclude PATTERN
- exclude paths matching PATTERN
-
-Description
-~~~~~~~~~~~
-
-