mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-12-14 01:54:58 +01:00
build
This commit is contained in:
@@ -6,8 +6,15 @@ import shutil
|
||||
now = datetime.datetime.now()
|
||||
import argparse
|
||||
parser = argparse.ArgumentParser(description="Portainer helper - use env vars or pass credentials.")
|
||||
parser.add_argument("--gitlab", "-g", action="store_true", help="Select influx")
|
||||
parser.add_argument("--nextcloud", "-n", action="store_true", help="Select influx")
|
||||
parser.add_argument("--zabbix", "-z", action="store_true", help="Select influx")
|
||||
parser.add_argument("--bookstack", "-s", action="store_true", help="Select influx")
|
||||
parser.add_argument("--influx", "-i", action="store_true", help="Select influx")
|
||||
parser.add_argument("--kestra", "-k", action="store_true", help="Select influx")
|
||||
parser.add_argument("--authentik", "-a", action="store_true", help="Select influx")
|
||||
parser.add_argument("--backup", "-b", action="store_true", help="Select backup mode")
|
||||
parser.add_argument("--all", "-A", action="store_true", help="Select backup mode")
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user