printf " wird gesichert\n\n"
logFile="$backRemotePCPath/backup-$(echo $pfad \
- | sed 's/\//-/g').log"
+ | sed 's/\//-/g').log"
+ savelog -nJ9 -c 20 $logFile
rsync --archive --verbose --sparse --acls --hard-links \
--relative --human-readable --delete \
printf "von der Sicherung vom %s\n" $datum
printfStripLine
+ savelog -nJ9 $backpath/restore-*.log
+
rsync --archive --verbose --sparse --acls --hard-links \
--human-readable \
--log-file $backpath/restore-$(date +%Y-%m-%d).log \
printf "Rechner: %s\n" $rechner
printfStripLine
+ savelog -nJ9 $backpath/restore-*.log
+
rsync --archive --verbose --sparse --acls --hard-links \
--human-readable \
--log-file $backpath/restore-einfach-$(date +%Y-%m-%d).log \