PRRS

Polenta RoboCopy and rsync Simplified


PRRS Icon

Description

PRRS is a free command-line file sync utility that brings together the practical strengths of Microsoft Robocopy and Linux rsync—with options that stay simple: one flag, one idea. Mirror, update, exclude, checksum, size/date filters, parallel workers, retries, progress and logging.

Platform: Windows 10/11 (x64) and Linux (amd64)
License: Freeware
Version: 1.2.0

Features

Usage

PRRS <source> <destination> [options]

Examples

PRRS C:\Data\Photos D:\Backup\Photos
Sync a folder tree
PRRS .\src .\dst -m -x *.tmp -x .git
Mirror with excludes
PRRS .\src .\dst --after 7d --min-size 1K -w 8 -l sync.log
Recent files only, parallel copy, log to file
PRRS /home/user/docs /mnt/backup/docs -u -c
Linux: update mode with content checksum
PRRS .\src .\dst -n
Dry-run: show what would happen
Download Windows Portable Download Windows Installer Download Linux (amd64) Back to Products