DriveSync - Fast Git-styled Google Drive sync CLI
Show HN: DriveSync – fast Git-styled Google Drive sync CLI
DriveSync is a fast, Rust-based command-line tool that keeps local folders in sync with Google Drive, offering push, pull, and diff commands similar to Git. It features conflict detection, safe operations that never delete data, and efficient MD5-based change detection. With easy installation via Homebrew or prebuilt binaries, DriveSync provides a secure and reliable way to manage files across platforms.
DriveSync never deletes anything, never overwrites a conflict without --force, and never writes stale data, ensuring your files are always safe.
- spawrks
I appreciate the "no delete" starting point, but is there a way to override that if desired? I can see the workaround is to delete one side and sync so no big deal just curious
- majorchord
> Windows is not supported.
Any particular reason?
- quartzic
What's different between this and rclone?