How to Use ViceVersa Free: Setup, Sync & Tips
What ViceVersa Free does
ViceVersa Free is a Windows file synchronization and backup tool for one-way mirroring and basic copy tasks. Use it to keep folders in sync across drives, external media, or network locations.
System requirements
- OS: Windows 7 or later (assume Windows ⁄11).
- Storage: Enough free disk space for source and destination data.
- Permissions: Read access to source, write access to destination; run as Administrator for system folders.
Installation and first run
- Download ViceVersa Free from the official site.
- Run the installer and follow prompts; accept default install location unless you need a custom path.
- Launch ViceVersa Free; allow it through your firewall if prompted.
Create a new task (profile)
- Click New Task (or New Profile) in the main window.
- Name the task (e.g., “Documents Backup”).
- Set the Left (source) folder and the Right (destination) folder. Use network paths (\server\share) for NAS or other PCs.
- Choose the operation mode:
- Copy Left to Right (one-way) for backups or mirroring.
- Synchronize if you need two-way updates (note: Free may limit two-way features).
- Save the task.
Configure sync options
- Compare method: Choose by file date, size, or binary compare if available.
- Include/Exclude filters: Add filename patterns (e.g.,.tmp, Thumbs.db) to exclude temporary files.
- Subfolders: Ensure recursion is enabled to include subdirectories.
- Overwrite rules: Decide whether newer files replace older ones and how deletions are handled (mirror deletions or keep extras).
Run the task
- Select the task and click Run.
- Review the preview or report screen if shown — this lists planned actions (copy, delete, update).
- Confirm to execute.
- Check the log after completion for errors or skipped files.
Scheduling (if supported)
- If ViceVersa Free includes scheduling: set a time/frequency (daily, weekly) and ensure the PC is on at that time.
- If scheduling isn’t in Free, use Windows Task Scheduler to run ViceVersa with the task/profile command-line parameters.
Using command line (quick backups)
- ViceVersa supports command-line execution for automation. Typical usage:
Code
“Path\To\ViceVersa.exe” /run “TaskName”
- Test the command manually before adding to Task Scheduler.
Tips for reliable syncs
- Test first: Run a small test folder to confirm settings.
- Keep backups: Use versioned or dated destination folders if accidental deletion is a concern.
- Avoid open files: Close large files or use shadow-copying features if available.
- Network reliability: For network locations, ensure stable connection; enable retries if offered.
- Monitor logs: Regularly check logs for warnings or failures.
- Exclude temp/system files to reduce unnecessary copying.
Common troubleshooting
- Permission denied: Run ViceVersa as Administrator or adjust folder permissions.
- Files skipped: Check filters, attributes, or file locks.
- Slow transfers: Disable antivirus scanning for the transfer session or use faster compare methods (date/size).
- Scheduling not running: Verify Task Scheduler settings and that the command-line is correct.
Alternatives and when to upgrade
- If you need advanced two-way sync, extensive scheduling, versioning, or shadow-copy support, consider upgrading to ViceVersa Pro or alternatives like FreeFileSync, Syncthing, or Duplicati depending on needs.
Quick checklist before first full run
- Source and destination paths correct
- Exclude filters set (if needed)
- Compare method selected
- Test run completed
- Scheduling or Task Scheduler configured (if needed)
If you want, I can generate a ready-to-use Task Scheduler command for your specific task names and paths.