From 74e5bcc1a7fce39a5ece6be63088c4cca3b54bf7 Mon Sep 17 00:00:00 2001 From: capntack Date: Sat, 23 Mar 2024 15:33:56 -0500 Subject: [PATCH] Fixed referenced paths --- templates/rsyncManifestTemplate | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/rsyncManifestTemplate b/templates/rsyncManifestTemplate index 5bb6661..e92d695 100644 --- a/templates/rsyncManifestTemplate +++ b/templates/rsyncManifestTemplate @@ -2,10 +2,10 @@ + */ # Second, exclude anything from within the next section that you don't want # Then, include the dirs/paths/files you want to backup -+ /home/*/bin/*** -+ /home/*/.local/bin/*** -+ /home/*/*shrc -+ /home/*/*history ++ /*/bin/*** ++ /*/.local/bin/*** ++ /*/*shrc ++ /*/*history + **/docker-compose.yml # Finally, exclude everything not explicitely included above - * \ No newline at end of file