Commit Graph

30 Commits

Author SHA1 Message Date
=
1ed9f448cd Provide better feedback on restore failures 2025-11-12 18:01:37 -05:00
=
2eee82172c Calculate human readable outside of dir size method 2025-08-25 13:28:57 -04:00
Andrew
c49ea135f1 Add checks to make sure there is enough storage 2025-07-29 12:36:39 -04:00
Andrew
c793fc074e Merge branch 'dev' into refactor/download-api-v2 2025-07-29 11:43:04 -04:00
Wout Bouckaert
4a8133853b Resolve filepath for calculate_file_hash_sha256. 2025-07-15 21:11:32 -06:00
xithical
b0cd14a938 appease the linter 2025-07-09 15:16:42 -05:00
xithical
1c904a7fce remove redundant return 2025-06-19 16:59:17 -05:00
xithical
824d9be1ac return none instead of false string 2025-06-19 16:58:07 -05:00
xithical
6d64e8b52f add exception class to del dirs 2025-06-19 16:54:43 -05:00
xithical
550ec45b0f require TLS1.2 or higher for file downloads 2025-06-19 16:52:35 -05:00
xithical
2c269dda38 apply black formatting 2025-06-19 16:32:54 -05:00
xithical
506855ac0b disable pos args lint check in file helpers for backups 2025-06-19 16:09:29 -05:00
Andrew
ece1ed0d32 Merge branch 'dev' into feature/snapshot-backup 2025-06-19 16:43:43 -04:00
Wout Bouckaert
e7ef9bb8d8 Add exclusions to snapshot backups. 2025-06-01 17:49:10 -06:00
=
88c08ebc74 Refactor backup time in naming 2025-06-01 19:01:04 -04:00
Wout Bouckaert
4271eb0624 Move snapshot backup function to backup_mgr.py 2025-05-11 11:07:55 -06:00
Wout Bouckaert
808b1b8a4c Add all snapshot backup functionality. 2025-05-11 09:25:09 -06:00
Wout Bouckaert
ab08c08584 Create Backup Functionality. 2025-05-07 18:36:32 -06:00
Wout Bouckaert
22398beb49 Add save chunk and save file functions. 2025-05-06 20:16:51 -06:00
Wout Bouckaert
9897437163 Add save chunk function. 2025-05-06 19:52:43 -06:00
Wout Bouckaert
bfa8b9b0f6 Remove unused functions from snapshot backups. 2025-05-06 19:34:22 -06:00
Wout Bouckaert
1cdb567b73 Move blake2 hash function to cryptography_helper.py. 2025-05-06 19:32:58 -06:00
=
1df1b93fd3 Adjust file helpers 2025-05-06 12:48:42 -04:00
=
498f6e5845 Merge branch 'dev' into feature/snapshot-backups 2025-05-06 12:48:11 -04:00
Wout Bouckaert
e3c9212fe4 Working chunk saving with compression. 2024-08-16 20:32:43 -06:00
Wout Bouckaert
770c648d51 Add comments to move_item_file_or_dir. 2024-08-16 15:49:24 -06:00
Wout Bouckaert
85b930d67a Further improve unzip_file per per sonarcloud.
Pull out file/folder move logic into a new function. Remove the number of indenting and number of exceptions.
2024-08-16 15:42:58 -06:00
Wout Bouckaert
e23d7435c1 Improve unzip_file function. Reduce cognitive complexity.
Removed all unspecified exceptions. Removed unneeded calls to other functions.
Reduced size of try catch blocks to just parts of code that could throw an error.
2024-08-16 15:29:00 -06:00
Wout Bouckaert
bd021e0d43 Improve unzip_file function. Reduce cognitive complexity.
Removed all unspecified exceptions. Removed unneeded calls to other functions.
Reduced size of try catch blocks to just parts of code that could throw an error.
2024-08-16 15:25:04 -06:00
amcmanu3
9e5abe8014 Refactor helpers to own directory 2024-08-11 13:31:55 -04:00