เวอร์ชั่น 3.1.0ของ rsync ได้นำเสนอ--usermap
และ--groupmap
กล่าวถึงโดย Thomas แต่ยังเป็นตัวเลือกความสะดวกสบาย--chown
ซึ่งทำงานได้ดีกับสถานการณ์ของคุณ
--chown=USER:GROUP
This option forces all files to be owned by USER with group GROUP.
This is a simpler interface than using --usermap and --groupmap directly,
but it is implemented using those options internally, so you cannot mix them.
If either the USER or GROUP is empty, no mapping for the omitted user/group will
occur. If GROUP is empty, the trailing colon may be omitted, but if USER is
empty, a leading colon must be supplied.
If you specify "--chown=foo:bar, this is exactly the same as specifying
"--usermap=*:foo --groupmap=*:bar", only easier.
นอกจากนี้ยังจำเป็นต้องใช้-o
และ-g
ตัวเลือก หากไม่รวมพวกเขาจะไม่สามารถอัปเดตแอตทริบิวต์ที่เกี่ยวข้องได้ แต่จะไม่มีข้อผิดพลาดเกิดขึ้น
rsync -og --chown=cmsseren:cmsseren [src] [dest]
สิ่งนี้ถูกกล่าวถึงทางอ้อมในmanpageซึ่งระบุว่า--chown
ตัวเลือก "ถูกนำไปใช้งานโดยใช้--usermap
และ--groupmap
ภายใน" และ:
เพื่อให้--usermap
ตัวเลือกมีผลกระทบต้องใช้ตัวเลือก-o
( --owner
) (หรือโดยนัย) และผู้รับจะต้องใช้งานเป็นผู้ใช้ขั้นสูง (ดูเพิ่มเติมที่--fake-super
ตัวเลือก)
เพื่อให้--groupmap
ตัวเลือกมีผลกระทบต้องใช้ตัวเลือก-g
( --groups
) (หรือโดยนัย) และผู้รับจะต้องมีสิทธิ์ในการตั้งค่ากลุ่มนั้น