mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-15 10:56:30 +00:00
fixing two typos
This commit is contained in:
parent
ca177aba60
commit
aee2983c6e
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ A step by step example
|
||||||
2. Backup the ``~/src`` and ``~/Documents`` directories into an archive called
|
2. Backup the ``~/src`` and ``~/Documents`` directories into an archive called
|
||||||
*Monday*::
|
*Monday*::
|
||||||
|
|
||||||
$ attic create /somwhere/my-repository.attic::Monday ~/src ~/Documents
|
$ attic create /somewhere/my-repository.attic::Monday ~/src ~/Documents
|
||||||
|
|
||||||
3. The next day create a new archive called *Tuesday*::
|
3. The next day create a new archive called *Tuesday*::
|
||||||
|
|
||||||
$ attic create --stats /somwhere/my-repository.attic::Tuesday ~/src ~/Documents
|
$ attic create --stats /somewhere/my-repository.attic::Tuesday ~/src ~/Documents
|
||||||
|
|
||||||
This backup will be a lot quicker and a lot smaller since only new never
|
This backup will be a lot quicker and a lot smaller since only new never
|
||||||
before seen data is stored. The ``--stats`` option causes |project_name| to
|
before seen data is stored. The ``--stats`` option causes |project_name| to
|
||||||
|
|
Loading…
Reference in a new issue