summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2022-04-18 13:19:46 +0200
committerJonas Smedegaard <dr@jones.dk>2022-04-18 13:19:46 +0200
commit6c2ff8b6b009865b1070383c05df3cfa00ed99e8 (patch)
treea2a4c961d4470bf495f1ed3d52cb6ed90cbdc240
parent897704da6cd934e6de6b6f00fd3acc37610c3050 (diff)
add exclusionHEADmain
-rw-r--r--USE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/USE.md b/USE.md
index 0211739..3d6f365 100644
--- a/USE.md
+++ b/USE.md
@@ -26,12 +26,12 @@ with added/modified/deleted hints:
Initial bup backup:
bup init --remote xayide.jones.dk:/srv/backup/siri/bup
- bup index ~/*
+ bup index ~/* --exclude ~/Private/photo
bup save --remote xayide.jones.dk:/srv/backup/siri/bup -n swoony-home ~/*
Subsequent bup backup:
- bup index ~/*
+ bup index ~/* --exclude ~/Private/photo
bup save --remote xayide.jones.dk:/srv/backup/siri/bup -n swoony-home ~/*