rsync und Besitzer "preserven"
Hi,
hab hier grad ein kleines Verständnissproblem mit rsync... Auf dem
Server hab ich folgende config:
,----
| log file = /var/log/rsyncd.log
| pid file = /var/run/rsyncd.pid
|
| [backup]
| comment = Backup
| path = /mnt/backup
| read only = false
| address = 192.168.2.1
| max connections = 3
| list = true
| uid = 1000
| gid = 1000
| auth users = andreas,mathias,root
| secrets file = /etc/rsyncd.secrets
| hosts allow = 192.168.2.2 192.168.1.2
| dont compress = *gz *.tgz *.zip *.z *.rpm *.dev *.iso *.bz2 *.tbz *.rar *.mp3 *.jpg *.png *.gif
`----
Soweit so gut, ein rsync -a /etc rsync://root@neo/backup/etc kopiert
alles auf den Server, allerdings werden leider die Besitzer geändert :-(
Jemand nen Tipp woran das liegen könnte?
Andreas
--
Be cautious in your daily affairs.
Reply to: