You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument("--save-now", action="store_true", help="Save a configuration using UI parameters such as periodic saving folder, file name format and password for encryption.")
49
-
parser.add_argument("--save-without-archive", type=str, help="Save the configuration without an archive", dest="FOLDER_PATH")
50
+
parser.add_argument("--save-without-archive", type=str, help="Save the configuration without creating an archive", dest="FOLDER_PATH")
50
51
parser.add_argument("--import-config", help="Import a configuration from a file (*.sd.zip or *.sd.tar.gz) or folder", type=str, dest="CFG_ARCHIVE_PATH")
51
52
cmd=parser.parse_args()
52
53
@@ -62,22 +63,16 @@ elif cmd.save_now: # save a configuration using UI parameters
62
63
pb=PeriodicBackups()
63
64
pb.run(now=True)
64
65
elifcmd.FOLDER_PATH: # save a configuration without an archive
0 commit comments