mirror of
https://github.com/restic/restic.git
synced 2025-12-12 05:11:46 +00:00
docs: fix unit for S3 restore timeout
"d" is not a valid unit.
This commit is contained in:
committed by
Michael Eischer
parent
5d182ed1ab
commit
3d4fb876f4
@@ -253,7 +253,7 @@ Archive** storage classes is available:
|
||||
.. code-block:: console
|
||||
|
||||
$ restic backup -o s3.storage-class=GLACIER somedir/
|
||||
$ RESTIC_FEATURES=s3-restore restic restore -o s3.enable-restore=1 -o s3.restore-days=7 -o s3.restore-timeout=1d latest
|
||||
$ RESTIC_FEATURES=s3-restore restic restore -o s3.enable-restore=1 -o s3.restore-days=7 -o s3.restore-timeout=24h latest
|
||||
|
||||
**Notes:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user