A tool for synchronizing local directories with cloud storage.
- Bidirectional synchronization between local directories and cloud storage
- Support for multiple cloud providers
- Efficient incremental updates
- Conflict resolution strategies
- Go 1.23 or later
Build the project:
make buildRun tests:
make testRun linters:
make check./bin/filesync [options]Run all checks before committing:
make check testTBD