improve flags
This commit is contained in:
parent
9efe9bc591
commit
170e17bdd1
@ -13,8 +13,9 @@ restic init
|
|||||||
```
|
```
|
||||||
* Backup some files
|
* Backup some files
|
||||||
```bash
|
```bash
|
||||||
|
# Set $TMPDIR to somewhere on a tmpfs filesystem to reduce drive wear
|
||||||
# Optionally add the `--tag foo` flag to tag backup snapshots
|
# Optionally add the `--tag foo` flag to tag backup snapshots
|
||||||
restic backup /ImportantDocuments
|
restic backup /ImportantDocuments --no-scan --compression max
|
||||||
```
|
```
|
||||||
* Restore from a snapshot:
|
* Restore from a snapshot:
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user