Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steliospavlidis/SyncBackPro
SyncBackPro second chance
https://github.com/steliospavlidis/SyncBackPro
Last synced: about 1 month ago
JSON representation
SyncBackPro second chance
- Host: GitHub
- URL: https://github.com/steliospavlidis/SyncBackPro
- Owner: steliospavlidis
- License: gpl-3.0
- Created: 2023-09-25T13:09:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T13:46:59.000Z (about 1 year ago)
- Last Synced: 2024-08-02T13:29:37.008Z (4 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - steliospavlidis/SyncBackPro - SyncBackPro second chance (Python)
README
# SyncBack Pro Second Chance: Automated Filepath Scraper and Archiver
![SyncBackPro](https://github.com/steliospavlidis/SyncBackPro/assets/138578903/79c16156-b8ed-4e8a-914f-c182e7f4a1ad)
**Overview**
SyncBack Pro Second Chance is a specialized script designed to enhance data integrity and backup management. It extracts file paths from the HTML export log generated by SyncBack and consolidates them into a ZIP archive, ensuring zero file loss during the backup process.**Features**
User Input: The script prompts the user to specify the HTML file for parsing.
ZIP Compression: Offers an option to compress all discovered file paths into a ZIP archive.
Data Analytics: Provides real-time statistics on the number of files discovered.
Error Logging: In case of compression failure, details are logged into a not_found.txt file for further investigation.**Usage**
Ensure that you have installed the Beautiful Soup 4 library by running **pip3 install bs4**.
To execute the script, open your terminal and run the following command:
**python3 SyncBack.py****Usage**
To utilize this script, simply follow the on-screen prompts to input the name of the HTML file you wish to read. You will then be asked whether you would like to compress the discovered file paths into a ZIP archive. Upon completion, the script will display the total number of files discovered and, if applicable, any errors encountered during the compression process will be logged in the not_found.txt file.**Conclusion**
We hope that SyncBack Pro Second Chance serves as a valuable tool in your data management toolkit, enhancing the reliability and efficiency of your backup processes.