X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-daily;h=ac0a82391d9db15460f119156a9ea6ca006fb03f;hb=07c89b3d2c2b306ed04f1e12306e74fd7381d004;hp=2c9dd8b1ba88f7d9356c348e741e740a66622412;hpb=e0a26680d75fc2000bde195eba7946805a3aaa28;p=freeside.git diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 2c9dd8b1b..ac0a82391 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -51,8 +51,8 @@ if ( $opt{u} ) { } #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(); #same use FS::Cron::rt_tasks qw(rt_escalate);