We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca177ab commit aee2983Copy full SHA for aee2983
docs/quickstart.rst
@@ -18,11 +18,11 @@ A step by step example
18
2. Backup the ``~/src`` and ``~/Documents`` directories into an archive called
19
*Monday*::
20
21
- $ attic create /somwhere/my-repository.attic::Monday ~/src ~/Documents
+ $ attic create /somewhere/my-repository.attic::Monday ~/src ~/Documents
22
23
3. The next day create a new archive called *Tuesday*::
24
25
- $ attic create --stats /somwhere/my-repository.attic::Tuesday ~/src ~/Documents
+ $ attic create --stats /somewhere/my-repository.attic::Tuesday ~/src ~/Documents
26
27
This backup will be a lot quicker and a lot smaller since only new never
28
before seen data is stored. The ``--stats`` option causes |project_name| to
0 commit comments