improve flags
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user