From 88d1cd65660ec90716efb67b3a53ead022c06d87 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Sun, 27 Sep 2020 18:48:33 +0500 Subject: [PATCH] complete local scheduled backups --- plogical/IncScheduler.py | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/plogical/IncScheduler.py b/plogical/IncScheduler.py index 0eadd8382..11484448e 100644 --- a/plogical/IncScheduler.py +++ b/plogical/IncScheduler.py @@ -422,20 +422,6 @@ Automatic backup failed for %s on %s. domain, time.strftime("%m.%d.%Y_%H-%M-%S"))).save() - - - - - - - - - - - - - - def main(): parser = argparse.ArgumentParser(description='CyberPanel Installer') @@ -446,6 +432,7 @@ def main(): IncScheduler.runGoogleDriveBackups(args.function) IncScheduler.git(args.function) IncScheduler.checkDiskUsage() + IncScheduler.startNormalBackups(args.function) if __name__ == "__main__":