rsync -n src/ dst/
Category: File Operations
rsync -n src/ dst/
Dry-run rsync to preview changes without applying
Does a 'test run' of rsync: shows what would be copied or deleted without actually doing anything. Great for checking before committing.