Polenta XCopy - PXCopy

Download Portable Download Installer

PXCopy Icon

Description

PXCopy is a powerful file copying utility with two main modes: copy files by date range (e.g. last 7 days), or copy from tree A to tree B only when the file already exists in B and is older (update-existing mode). Perfect for backing up recent files, syncing two directory trees, or archiving by modification time.

Platform: Windows 10/11 (x64)
License: Freeware
Version: 1.0.0

Features

PXCopy provides flexible file copying with date-based filtering:

Usage

PXCopy.exe -s <source-pattern> -d <destination> [date-options]
PXCopy.exe -s <source-pattern> -d <destination> -u
Update-existing mode (no date range)

Examples

By date range

PXCopy.exe -s "C:\Files\*.txt" -d "C:\Backup" --past-days 7
Copy all .txt files modified in the last 7 days
PXCopy.exe -s "*.docx" -d "D:\Archive" --past-hours 24
Copy all Word documents modified in the last 24 hours
PXCopy.exe -s "C:\Projects\*.*" -d "E:\Backup" --start-date 2024-01-01 --end-date 2024-12-31
Copy all files modified in 2024
PXCopy.exe -s "C:\Logs\*.log" -d "D:\Recent" --past-mins 60
Copy log files modified in the last hour

Update-existing mode (copy only if file exists in destination and is older)

PXCopy.exe -s "C:\TreeA\*.*" -d "C:\TreeB" -u
Copy from TreeA to TreeB only where the file exists in TreeB and is less recent
PXCopy.exe -s "D:\Source\*.xml" -d "D:\Dest" --update-existing
Update only .xml files that already exist in Dest and are older than in Source
Download Portable Download Installer Back to Products