[freeside-commits] freeside/bin freeside-backup,1.1,1.1.2.1
Ivan,,,
ivan at wavetail.420.am
Mon Mar 28 17:32:23 PDT 2011
Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail.420.am:/tmp/cvs-serv12621/bin
Modified Files:
Tag: FREESIDE_2_1_BRANCH
freeside-backup
Log Message:
local backups, RT#12180
Index: freeside-backup
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/freeside-backup,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -w -d -r1.1 -r1.1.2.1
--- freeside-backup 23 Oct 2010 21:31:49 -0000 1.1
+++ freeside-backup 29 Mar 2011 00:32:21 -0000 1.1.2.1
@@ -9,8 +9,8 @@
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 @@
=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
More information about the freeside-commits
mailing list