v-copy: Minimalist Automated Scheduled Sync Tool
Table of Contents

Simplicity meets precision. v-copy is a lightweight synchronization tool from vtoollab.com designed to simplify complex file backup and scheduling needs on Windows. No complex scripts required—just one line of configuration.
Key Advantages#
- Smart Macros: Supports
{yyyymmdd},{yyyy}, and other date macros to automatically organize backups by date. - Precise Scheduling: Configure specific weekdays and time windows to perform sync tasks during off-peak hours.
- High Robustness: Optimized for Windows to handle file locks gracefully and support atomic cross-partition moves.
- Minimalist Resource Usage: A single 2MB binary with built-in concurrency limits to ensure low memory footprint even with massive small files.
Usage Steps#
- Download the zip package below and extract it.
- Run
v-copy.exe; the program will automatically generate atasks.txtconfiguration file. - Edit
tasks.txtto add tasks in the format:Source | Destination | Weekdays TimeRange. - Deploy: The program will enter monitor mode and start syncing automatically during the scheduled window.
Configuration Example#
# Source | Destination | WeekDays(0-6) Start-End
# Sync every minute from 9:00 to 18:00 daily
C:\Data | D:\Backup\{yyyymmdd} | 0,1,2,3,4,5,6 09:00-18:00
# Sync logs only on late weeknights
C:\Logs\*.log | E:\LogArchive | 1,2,3,4,5 23:00-23:59⬇️ Download v-copy.zip#
Version: 1.1.0 | OS: Windows (x86/x64)
There are no articles to list here yet.