summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-10-23 17:07:59 +0000
committerivan <ivan>2002-10-23 17:07:59 +0000
commit1583472a6afefb1ad33e05656fd206674f37d9df (patch)
tree93cae63332e470b853682053cda4fd6a976d09c3 /FS/FS/Conf.pm
parent9f96bd19b87cb0084dda17da070f3bb5dadd4823 (diff)
database dump & scp support
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index b3fffe3..c007a50 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -989,6 +989,13 @@ httemplate/docs/config.html
'type' => 'checkbox',
},
+ {
+ 'key' => 'dump-scpdest',
+ 'section' => '',
+ 'description' => 'destination for scp database dumps: user@host:/path',
+ 'type' => 'text',
+ },
+
);
1;