diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-29 18:06:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-29 18:06:31 +0000 |
commit | ba36dddf05dcc583ceed41890c9c9e1c8eaa1d01 (patch) | |
tree | f2fc86549d6c5ce4f303494f0896b1f6a566403f /sysutils/burp/pkg-plist | |
parent | - Add LICENSE (diff) |
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.
WWW: http://burp.grke.org/
PR: 204267
Submitted by: loic-freebsd@loicp.eu
Notes
Notes:
svn path=/head/; revision=404773
Diffstat (limited to 'sysutils/burp/pkg-plist')
-rw-r--r-- | sysutils/burp/pkg-plist | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/burp/pkg-plist b/sysutils/burp/pkg-plist new file mode 100644 index 000000000000..b5a29a9a7a3c --- /dev/null +++ b/sysutils/burp/pkg-plist @@ -0,0 +1,24 @@ +%%ETCDIR%%/autoupgrade/server/win32/script +%%ETCDIR%%/autoupgrade/server/win64/script +%%ETCDIR%%/burp-server.conf +%%ETCDIR%%/burp.conf +%%ETCDIR%%/clientconfdir/incexc/example +%%ETCDIR%%/clientconfdir/testclient +%%ETCDIR%%/notify_script +%%ETCDIR%%/ssl_extra_checks_script +%%ETCDIR%%/summary_script +%%ETCDIR%%/timer_script +%%ETCDIR%%/CA.cnf +man/man8/bedup.8.gz +man/man8/burp.8.gz +man/man8/burp_ca.8.gz +man/man8/vss_strip.8.gz +sbin/bedup +sbin/burp +sbin/burp_ca +sbin/vss_strip +@dir %%ETCDIR%%/CA-client +@dir %%ETCDIR%%/autoupgrade/client +@dir %%ETCDIR%%/autoupgrade/server/win32/1.4.40 +@dir %%ETCDIR%%/autoupgrade/server/win64/1.4.40 +@dir /var/spool/burp |