mirror of
https://github.com/octoleo/restic.git
synced 2024-11-24 21:57:41 +00:00
docs(examples): Use restic binary from system path
Signed-off-by: James Alseth <james@jalseth.me>
This commit is contained in:
parent
6e586b64e4
commit
02ab511c2f
@ -220,7 +220,7 @@ repository:
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ ./restic init
|
$ restic init
|
||||||
created restic backend b5c661a86a at s3:https://s3.amazonaws.com/restic-demo
|
created restic backend b5c661a86a at s3:https://s3.amazonaws.com/restic-demo
|
||||||
|
|
||||||
Please note that knowledge of your password is required to access
|
Please note that knowledge of your password is required to access
|
||||||
@ -236,14 +236,14 @@ restic is now ready to be used with Amazon S3. Try to create a backup:
|
|||||||
10+0 records out
|
10+0 records out
|
||||||
10485760 bytes (10 MB, 10 MiB) copied, 0,0891322 s, 118 MB/s
|
10485760 bytes (10 MB, 10 MiB) copied, 0,0891322 s, 118 MB/s
|
||||||
|
|
||||||
$ ./restic backup test.bin
|
$ restic backup test.bin
|
||||||
scan [/home/philip/restic-demo/test.bin]
|
scan [/home/philip/restic-demo/test.bin]
|
||||||
scanned 0 directories, 1 files in 0:00
|
scanned 0 directories, 1 files in 0:00
|
||||||
[0:04] 100.00% 2.500 MiB/s 10.000 MiB / 10.000 MiB 1 / 1 items ... ETA 0:00
|
[0:04] 100.00% 2.500 MiB/s 10.000 MiB / 10.000 MiB 1 / 1 items ... ETA 0:00
|
||||||
duration: 0:04, 2.47MiB/s
|
duration: 0:04, 2.47MiB/s
|
||||||
snapshot 10fdbace saved
|
snapshot 10fdbace saved
|
||||||
|
|
||||||
$ ./restic snapshots
|
$ restic snapshots
|
||||||
ID Date Host Tags Directory
|
ID Date Host Tags Directory
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
10fdbace 2017-03-26 16:41:50 blackbox /home/philip/restic-demo/test.bin
|
10fdbace 2017-03-26 16:41:50 blackbox /home/philip/restic-demo/test.bin
|
||||||
@ -252,7 +252,7 @@ A snapshot was created and stored in the S3 bucket. By default backups to Amazon
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ ./restic backup -o s3.storage-class=REDUCED_REDUNDANCY test.bin
|
$ restic backup -o s3.storage-class=REDUCED_REDUNDANCY test.bin
|
||||||
|
|
||||||
This snapshot may now be restored:
|
This snapshot may now be restored:
|
||||||
|
|
||||||
@ -260,7 +260,7 @@ This snapshot may now be restored:
|
|||||||
|
|
||||||
$ mkdir restore
|
$ mkdir restore
|
||||||
|
|
||||||
$ ./restic restore 10fdbace --target restore
|
$ restic restore 10fdbace --target restore
|
||||||
restoring <Snapshot 10fdbace of [/home/philip/restic-demo/test.bin] at 2017-03-26 16:41:50.201418102 +0200 CEST by philip@blackbox> to restore
|
restoring <Snapshot 10fdbace of [/home/philip/restic-demo/test.bin] at 2017-03-26 16:41:50.201418102 +0200 CEST by philip@blackbox> to restore
|
||||||
|
|
||||||
$ ls restore/
|
$ ls restore/
|
||||||
|
Loading…
Reference in New Issue
Block a user