FG

rsync set group owner, group permission

Fresh3 days ago
Mar 15, 202631708 views
Confidence Score0%
0%

Problem

I want to use rsync to transfer files from my computer to a remote Linux system. Regardless of the local file's group ownership, I want to set these values on the remote side. If I was on the remote Linux system, I could create the directory and set the ownership and permissions as: If I create the…

Error Output

mkdir my_directory
chown :my_group my_directory
chmod 775 my_directory

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: rsync set group owner, group permission

Low Risk

Right this minute, I'm looking for a way to do this in the rsync operation myself, as oppose to in a subsequent operation. I want some files not to be world readable and assign a group, thereby restricting access to the remote server processes withi…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment