Releases: DuckBoss/FileSync
Releases · DuckBoss/FileSync
v1.2.1 Patch - New launch commands, temporarily disabled file-deletions
Release Notes
- Added --clear-targets command, which clears the destination folder before synchronizing for the first time.
Known Bugs:
- File-deletion currently works, but throws errors due to pathing errors. It has been temporarily disabled in this patch while it is fixed.
- Multi-core processing does not currently work with nested directories.
v1.2.0 - Experimental: SFTP Support and First-Time-Setup Utility
Release Notes
- Added SFTP Support so a source directory can now be synchronizes to destination directories over the network.
- Added file-deletion to synchronizations so files deleted in the source directory will be deleted in the destination directories.
- Added First-Time-Setup utility which can be used with the launch parameter:
--setup
- Optimized dependency usage
New Dependencies:
- paramiko (only required if SFTP is used)
v1.1.0 - Adler32/Crc32 Support
Release Notes
- Added adler32/crc32 hash support
- Added support for a custom file reading buffer size in the settings.ini file
- Fixed incorrect change detection check
v1.0.0 - Release
Initial Release