improve flags

This commit is contained in:
Oliver Atkinson 2024-07-08 15:28:53 -06:00
parent 9efe9bc591
commit 170e17bdd1

View File

@ -13,8 +13,9 @@ restic init
```
* Backup some files
```bash
# Set $TMPDIR to somewhere on a tmpfs filesystem to reduce drive wear
# Optionally add the `--tag foo` flag to tag backup snapshots
restic backup /ImportantDocuments
restic backup /ImportantDocuments --no-scan --compression max
```
* Restore from a snapshot:
```bash