Releases: CodeOOf/mirrorsync
Releases · CodeOOf/mirrorsync
v1.0.1-beta
v1.0.0-beta
- Minor bug fixes
- Moved the lockfile creation to the exclude folder to avoid write premission
in script path - Added read check on repository configuration file
- Added changelog printout to update script
- Minor fixes to texts in both readme and printouts
v1.0.0-alpha
- Updated a comprehensive readme
- Created a uninstall script: uninstall.sh
- Created an installation script: install.sh
- Added a progress bar for the main script
- Created comprehensive logging ability to the scripts
- Debug mode added for both mirrorsync.sh and httpsync.sh
- Added Arguments parser to every script
- Created a update script: update.sh
- Created a custom HTTP/HTTPS Synchronization script using curl with commands in
similarity with rsync - The main script now handles both rsync and http/https repositories
- The main script handles multiple failover remote sources for each mirror
- The main script handles multiple mirrors
- Created the main script: mirrorsync.sh