feat: add Windows setup and sync scripts #4

Merged
MangoPig merged 3 commits from opencode-agent/JingTian-Rclone:feature/windows-setup into main 2026-02-13 12:48:24 +01:00

3 Commits

Author SHA1 Message Date
opencode-agent a100463f09 docs: add rclone config template for reference 2026-02-13 11:17:28 +00:00
opencode-agent 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
opencode-agent 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