File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
python-magic == 0.4.15
2
- boto3 == 1.9.248
3
- b2sdk == 1.0.0
2
+ boto3 == 1.10.8
3
+ b2sdk == 1.0.2
4
4
PyDrive == 1.3.1
5
5
paramiko == 2.6.0
6
6
requests == 2.22.0
7
7
urllib3 == 1.25.6
8
8
pyyaml == 5.1.2
9
- xattr == 0.9.6
10
9
jsonschema == 3.1.1
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ def main():
311
311
main_upload_backup (config , backup_path , force = args .force )
312
312
elif args .mode == 'cleanup' :
313
313
main_clean_up (logger , config )
314
- elif not args .validate_config :
314
+ elif args .mode in ( 'complete' , None ) :
315
315
secret_env = main_load_secrets (logger , config )
316
316
backup = main_do_backup (logger , config , secret_env )
317
317
main_upload_backup (config , backup )
Original file line number Diff line number Diff line change 11
11
12
12
setuptools .setup (
13
13
name = "mdbackup" ,
14
- version = "0.4.0-beta.2 " ,
14
+ version = "0.4.0-beta.3 " ,
15
15
author = "majorcadevs (melchor9000 & amgxv)" ,
16
16
author_email = "melchor9000@gmail.com" ,
17
17
description = "Small but customizable utility to create backups and store them in cloud storage providers" ,
You can’t perform that action at this time.
0 commit comments