Portable DeltaCopy vs Standard: Key Differences Explained

Written by

in

DeltaCopy is a lightweight, open-source backup tool for Windows that acts as a wrapper for the powerful Rsync program. It only copies the modified parts of files, saving significant time and bandwidth.

Because DeltaCopy does not officially come as a “portable” app, you can easily create your own portable version by installing it once and copying the directory, or by extracting the installer files manually. Phase 1: Create the Portable Folder

Download the standard DeltaCopy installer from the official website.

Extract the .exe installer using a tool like 7-Zip instead of running it.

Move the extracted folder to your USB drive or preferred portable directory.

Verify the folder contains DeltaC.exe (client) and DeltaS.exe (server). Phase 2: Set Up the Server (Destination PC)

The server is the computer that receives and stores the backup files. Launch Server: Run DeltaS.exe from your portable folder.

Register Service: Click Register Windows Service if you want it to run in the background. Start Server: Click the Start Server button. Create Virtual Directory: Go to the Virtual Directories tab. Double-click Add New Path. Name your backup folder (e.g., “MyBackup”). Select the physical folder path where files will be saved. Phase 3: Set Up the Client (Source PC)

The client is the computer containing the files you want to back up. Launch Client: Run DeltaC.exe from your portable folder. Add Profile: Double-click Add New Profile.

Enter IP: Type the IP address or host name of your destination (Server) PC.

Select Folder: Choose the Virtual Directory name you created in Phase 2. Assign Name: Give your backup profile a memorable name.

Add Files: Click Add Folder or Add File to choose what to back up.

Test Run: Right-click your profile name and select Run Now to start the transfer. Phase 4: Automate via Windows Task Scheduler

Since the portable version cannot easily use the built-in Windows Service scheduler, use the native Windows Task Scheduler.

Open Scheduler: Press Win + R, type taskschd.msc, and hit Enter.

Create Task: Click Create Basic Task and set your preferred schedule (e.g., daily). Set Action: Choose Start a program.

Target DeltaCopy: Browse to DeltaC.exe on your portable drive.

Add Arguments: In the Add arguments box, type your profile name in quotation marks (e.g., ”-profile=MyBackup”). To help tailor this setup,

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *