mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
completed dropbox backup in backup manager
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user