Skip to content

Commit

Permalink
Actually skip mail backup when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfireap committed Apr 26, 2024
1 parent 6fe80b5 commit da4cddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def backup_system(config, args):
for app in PRIMARY_APPS:
if app == "dovecot" and args.no_mail:
utils.printcolor("Skipping mail backup", utils.BLUE)
continue
scripts.backup(app, config, backup_path)


Expand Down

0 comments on commit da4cddf

Please sign in to comment.