Hallo liebe Spät- oder auch Frühlistende, Detlef Reichelt schrieb:
Am Wed, 24 Mar 2010 23:31:37 +0100 schrieb Michael <bushveld@gmx.de>:
ich sichere von einem entfernten host auf ein NAS dabei werden alle user namen und gruppen auf den Anmeldenamen:users gesetzt. Die Rechte bleiben erhalten.
Hat jemand eine Idee woran das liegen kann?
Ich denke, wenn es auf dem NAS die UIDs und GIDs der Dateien und Verzeichnisse des Hosts nicht gibt, dann setzt rsync als Voreinstellung am Ziel der Sicherung die Ownership auf den User, und die GID auf die Hauptgruppe des Users, der rsync gestartet hat. Wenn Du die UIDs und GIDs erhalten willst, was bei einem Backup, das Restore-Zwecken dienen soll, im Allgemeinen der Fall ist, dann benutze die Option --numeric-ids. man rsync: --numeric-ids don't map uid/gid values by user/group name und --numeric-ids With this option rsync will transfer numeric group and user IDs rather than using user and group names and mapping them at both ends. By default rsync will use the username and groupname to determine what ownership to give files. The special uid 0 and the special group 0 are never mapped via user/group names even if the --numeric-ids option is not specified. If a user or group has no name on the source system or it has no match on the destination system, then the numeric ID from the source system is used instead. See also the comments on the "use chroot" setting in the rsyncd.conf manpage for information on how the chroot setting affects rsync's ability to look up the names of the users and groups and what you can do about it. HTH, Tom -- Um die Liste abzubestellen, schicken Sie eine Mail an: opensuse-de+unsubscribe@opensuse.org Um eine Liste aller verfuegbaren Kommandos zu bekommen, schicken Sie eine Mail an: opensuse-de+help@opensuse.org