From 052e4f207471b5c4f9db8e350fa8947487272972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Borgstr=C3=B6m?= Date: Tue, 18 Feb 2014 23:10:32 +0100 Subject: [PATCH] Remove some autogenerated files --- .gitignore | 2 +- docs/usage/change-passphrase.rst.inc | 22 ------------- docs/usage/check.rst.inc | 28 ---------------- docs/usage/create.rst.inc | 33 ------------------- docs/usage/delete.rst.inc | 22 ------------- docs/usage/extract.rst.inc | 27 ---------------- docs/usage/info.rst.inc | 22 ------------- docs/usage/init.rst.inc | 24 -------------- docs/usage/list.rst.inc | 23 ------------- docs/usage/mount.rst.inc | 25 --------------- docs/usage/prune.rst.inc | 48 ---------------------------- docs/usage/verify.rst.inc | 25 --------------- 12 files changed, 1 insertion(+), 300 deletions(-) delete mode 100644 docs/usage/change-passphrase.rst.inc delete mode 100644 docs/usage/check.rst.inc delete mode 100644 docs/usage/create.rst.inc delete mode 100644 docs/usage/delete.rst.inc delete mode 100644 docs/usage/extract.rst.inc delete mode 100644 docs/usage/info.rst.inc delete mode 100644 docs/usage/init.rst.inc delete mode 100644 docs/usage/list.rst.inc delete mode 100644 docs/usage/mount.rst.inc delete mode 100644 docs/usage/prune.rst.inc delete mode 100644 docs/usage/verify.rst.inc diff --git a/.gitignore b/.gitignore index 56c038d0..ec439bf8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,4 @@ chunker.c *.pyc *.pyo *.so - +docs/usage/*.inc diff --git a/docs/usage/change-passphrase.rst.inc b/docs/usage/change-passphrase.rst.inc deleted file mode 100644 index 27b58957..00000000 --- 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 08fd3619..00000000 --- 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 fa3311b0..00000000 --- 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 65f8d561..00000000 --- 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 0a7cfaf4..00000000 --- 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 98366869..00000000 --- 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 e972302f..00000000 --- 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 89cb48ce..00000000 --- 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 e9f338b2..00000000 --- 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 fbea054e..00000000 --- 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 db60a69d..00000000 --- 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 -~~~~~~~~~~~ - -