completed dropbox backup in backup manager

This commit is contained in:
Rushabh Mehta
2013-03-07 12:25:21 +05:30
parent 6985539c4d
commit 202508410c
6 changed files with 209 additions and 59 deletions

View File

@@ -51,8 +51,13 @@ def execute_daily():
from webnotes.utils.email_lib.bulk import clear_outbox
run_fn(clear_outbox)
# daily backup
from setup.doctype.backup_manager.backup_manager
take_backups_daily()
def execute_weekly():
pass
from setup.doctype.backup_manager.backup_manager
take_backups_weekly()
def execute_monthly():
pass