From 170e17bdd1775aa550d11a7165da728f59f4b8f3 Mon Sep 17 00:00:00 2001 From: Oliver Atkinson Date: Mon, 8 Jul 2024 15:28:53 -0600 Subject: [PATCH] improve flags --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e2bc25..1c1eab6 100644 --- a/README.md +++ b/README.md @@ -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