summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2011-03-29 00:32:21 +0000
committerivan <ivan>2011-03-29 00:32:21 +0000
commit6f2740eb64792d8273963b5252f582e270661057 (patch)
treecabf6cc585eb1f215e0a85cb73f5c8014bcccff6 /bin
parent3ae9dd3079e47f05f0078bec83485497854da0c1 (diff)
local backups, RT#12180
Diffstat (limited to 'bin')
-rw-r--r--bin/freeside-backup6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/freeside-backup b/bin/freeside-backup
index 97a4899e6..25e74a451 100644
--- a/bin/freeside-backup
+++ b/bin/freeside-backup
@@ -9,8 +9,8 @@ my $user = shift or die &usage;
adminsuidsetup $user;
#you can skip this just by not having the config
-use FS::Cron::backup qw(backup_scp);
-backup_scp();
+use FS::Cron::backup qw(backup);
+backup();
sub usage {
die "Usage:\n\n freeside-backup user\n";
@@ -30,7 +30,7 @@ freeside-backup - Runs a backup
=head1 DESCRIPTION
-Runs a backup. See the dump-scpdest configuration option.
+Runs a backup. See the dump-scpdest and dump-localdest configuration options.
=head1 BUGS