From 07c89b3d2c2b306ed04f1e12306e74fd7381d004 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 29 Mar 2011 00:32:20 +0000 Subject: local backups, RT#12180 --- bin/freeside-backup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/freeside-backup') 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 -- cgit v1.2.1