FG
💻 Software

Rsync, two-way sync, and syncing file-deletion operations

Fresh7 days ago
Mar 15, 202613308 views
Confidence Score0%
0%

Problem

I use rsync in the following manner: The problem: if I delete a file on my home computer and sync, it doesn't get deleted on the remote computer. Is there a way to use rsync to literally sync two folders?

Error Output

rsync -Pvaz me@192.168.*.***:Documents/ /Users/me/Documents/
rsync -Pvaz /Users/me/Documents/ me@192.168.*.***:Documents/

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Rsync, two-way sync, and syncing file-deletion operations

Low Risk

Man page for rsync:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment