From 871d55aa827bb092afbfc71d586e8e1ac87a322c Mon Sep 17 00:00:00 2001 From: hackbard Date: Sat, 3 Oct 2015 10:01:51 +0000 Subject: [PATCH] adding comments for other ideas ... --- bin/backup | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/backup b/bin/backup index 9826687..43a1d4c 100755 --- a/bin/backup +++ b/bin/backup @@ -105,6 +105,11 @@ for pb in $backupdir/[0-9]*; do log continuing $pb as $cbd ... fi + # if this is a new day backup, i.e.: + # - this is somewhere else!!! + # try to use content as basis + # ... + rsrc="" for dir in $homedirs; do rsrc="$rsrc :/home/$user/$dir" -- 2.20.1