Aryaman Sharma
Aryaman Sharma
### Description If overwrite is checked on profile import, existing sources for that profile are deleted before adding the new ones from the `json` file for that profile ### Related...
### Description Added logic from borg that validates the url against certain regex patterns. Borg code wont invalidate `smb://` urls, so introduced change to one of the regex patterns ###...
### Description Made changes to notify function to deliver notifications based on the status of post_backup_tasks. Post Backup Tasks include pruning as well as BorgCheckJob(data consistency check) as referred to...
### Description Functions used to log the progress, check for the selected profile, before rendering them ### Related Issue #1824 ### Motivation and Context Improves user experience by filtering the...
Solves #566 ### Solution Added util function to check for the cases where name: - equals `.` or `..` - has suffix `/.` or `/..` can be used for any...