Commit Graph

4 Commits

Author SHA1 Message Date
fea6996041 Merge pull request 'feat: add Windows setup and sync scripts' (#4) from opencode-agent/JingTian-Rclone:feature/windows-setup into main
Reviewed-on: http://git.mangopig.tech/Goko/JingTian-Rclone/pulls/4
2026-02-13 11:48:23 +00:00
157599be4a feat: add Windows sync script
- Phase 1: One-way sync (Windows -> Server) for main folders
- Phase 2: Bidirectional sync using rclone bisync for _LLM_Sync
- Auto-detects rclone and BenjaminTeam folder paths
- Comprehensive logging to %LOCALAPPDATA%\JingTian\logs
- Supports verbose output with -VerboseOutput flag
2026-02-13 11:17:19 +00:00
45f2c42ea2 feat: add Windows setup script
- Checks/installs Git and rclone automatically
- Auto-detects BenjaminTeam folder or prompts user
- Copies SSH key and tests connection
- Configures rclone with SFTP remote
- Creates Windows Scheduled Task for periodic sync (default: 5 min)
2026-02-13 11:16:46 +00:00
f79712e8bd feat: add SSH private key for rclone SFTP connection
This key is generated by the Ubuntu setup script and allows
Windows clients to authenticate via SFTP to the sync server.
2026-02-13 10:00:43 +00:00