मैं USB हार्ड डिस्क के लिए एक सरल rsync करने की कोशिश कर रहा हूं, कमांड है
rsync -az --modify-window=2 /home /mnt/exthd/tmp/
मैं इसे जड़ के रूप में चला रहा हूं।
लेकिन मुझे बहुत सी त्रुटियां मिलती हैं जो सभी अपर्याप्त अनुमति से संबंधित हैं:
rsync: chown "/mnt/exthd/tmp/home/someuser" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/someuser/.bash_logout" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/someuser/.bash_profile" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/someuser/.bashrc" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/guest" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/guest/.bash_logout" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/guest/.bash_profile" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/guest/.bashrc" failed: Operation not permitted (1)
rsync: symlink "/mnt/exthd/tmp/home/guest/fred2" -> "fred" failed: Operation not permitted (1)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1042) [sender=3.0.7]
यह संस्करण 3.0.7 है। मैंने बिना किसी प्रभाव के --super विकल्प का उपयोग करने की कोशिश की है। कोई विचार?
mount | grep /mnt/exthd
तुम्हें बताना चाहिए।