|
@@ -1,8 +1,8 @@
|
|
|
.. include:: global.rst.inc
|
|
|
.. _detailed_usage:
|
|
|
|
|
|
-Commands
|
|
|
-========
|
|
|
+Usage
|
|
|
+=====
|
|
|
|
|
|
|project_name| consists of a number of commands. Each command accepts
|
|
|
a number of arguments and options. The following sections will describe each
|
|
@@ -17,9 +17,6 @@ messages as it is processing.
|
|
|
|
|
|
.. _attic_init:
|
|
|
|
|
|
-attic init
|
|
|
-----------
|
|
|
-
|
|
|
.. include:: usage/init.rst.inc
|
|
|
|
|
|
This command initializes an empty :ref:`repository <repository_def>`.
|
|
@@ -41,9 +38,6 @@ Examples
|
|
|
$ attic init --passphrase user@hostname:mybackuprepo.attic
|
|
|
|
|
|
|
|
|
-attic create
|
|
|
-------------
|
|
|
-
|
|
|
.. include:: usage/create.rst.inc
|
|
|
|
|
|
This command creates a backup archive containing all files found while
|
|
@@ -70,8 +64,6 @@ Examples
|
|
|
|
|
|
.. _attic_extract:
|
|
|
|
|
|
-attic extract
|
|
|
--------------
|
|
|
|
|
|
.. include:: usage/extract.rst.inc
|
|
|
|
|
@@ -97,9 +89,6 @@ Examples
|
|
|
$ attic extract /data/myrepo::my-files home/USERNAME/src --exclude *.o
|
|
|
|
|
|
|
|
|
-attic verify
|
|
|
-------------
|
|
|
-
|
|
|
.. include:: usage/verify.rst.inc
|
|
|
|
|
|
This command is similar to :ref:`attic_extract` but instead of writing any
|
|
@@ -108,9 +97,6 @@ not corrupt. |project_name| will not compare the the archived files with the
|
|
|
files on disk.
|
|
|
|
|
|
|
|
|
-attic delete
|
|
|
-------------
|
|
|
-
|
|
|
.. include:: usage/delete.rst.inc
|
|
|
|
|
|
This command deletes an archive from the repository. Any disk space not
|
|
@@ -119,8 +105,6 @@ shared with any other existing archive is also reclaimed.
|
|
|
|
|
|
.. _attic_list:
|
|
|
|
|
|
-attic list
|
|
|
-----------
|
|
|
|
|
|
.. include:: usage/list.rst.inc
|
|
|
|
|
@@ -146,9 +130,6 @@ Examples
|
|
|
...
|
|
|
|
|
|
|
|
|
-attic prune
|
|
|
------------
|
|
|
-
|
|
|
.. include:: usage/prune.rst.inc
|
|
|
|
|
|
The ``prune`` command prunes a repository by deleting archives not matching
|
|
@@ -167,9 +148,6 @@ Examples
|
|
|
$ attic prune /data/myrepo --daily=7 --weekly=4 --prefix=foo
|
|
|
|
|
|
|
|
|
-attic info
|
|
|
-----------
|
|
|
-
|
|
|
.. include:: usage/info.rst.inc
|
|
|
|
|
|
This command displays some detailed information about the specified archive.
|
|
@@ -191,9 +169,6 @@ Examples
|
|
|
Unique data: 64805454 (61.80 MB)
|
|
|
|
|
|
|
|
|
-attic mount
|
|
|
------------
|
|
|
-
|
|
|
.. include:: usage/mount.rst.inc
|
|
|
|
|
|
This command mounts an archive as a FUSE filesystem. This can be useful for
|
|
@@ -211,9 +186,6 @@ Examples
|
|
|
$ fusermount -u /tmp/mymountpoint
|
|
|
|
|
|
|
|
|
-attic change-passphrase
|
|
|
------------------------
|
|
|
-
|
|
|
.. include:: usage/change-passphrase.rst.inc
|
|
|
|
|
|
The key files used for repository encryption are optionally passphrase
|