blob: 94b4295b71ae69f243876e7bbefd9481d2bb443b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- flexbackup.conf.orig Fri Sep 15 09:59:46 2006
+++ flexbackup.conf Fri Sep 15 10:00:32 2006
@@ -219,6 +219,8 @@
# $path{'afio'} = 'sudo -u nonrootuser afio';
#
+$path{'tar'} = %%TAR_CMD%%;
+
# ----------------------------------------------------------------------
# mt operation overrides. Set if flexbackup doesn't know the right mt
# command(s) for your OS/device, or you want to override things.
|