b8b65fb694
Burp is a backup and restore program. It uses librsync in order to save on the amount of space that is used by each backup. It also uses VSS (Volume Shadow Copy Service) to make snapshots when backing up Windows computers.
11 lines
362 B
Text
11 lines
362 B
Text
$NetBSD: patch-configs_server_summary__script,v 1.1 2015/09/12 22:55:18 joerg Exp $
|
|
|
|
--- configs/server/summary_script.orig 2015-05-12 10:52:36.000000000 +0000
|
|
+++ configs/server/summary_script
|
|
@@ -8,5 +8,5 @@ fi
|
|
(echo "To: $2"
|
|
echo "From: burp"
|
|
echo "Subject: $3"
|
|
- /usr/sbin/burp -c "$1" -a S
|
|
+ @SBINDIR@/burp -c "$1" -a S
|
|
echo) | /usr/sbin/sendmail -t
|