search for: school10000

Displaying 1 result from an estimated 1 matches for "school10000".

2011 Feb 14
1
Trying to preserve UID and GID when backing up with rsync
...home directories and their contents would be restored back to their original UIDs and GIDs which would be fine because we would have provided the mapping by restoring the passwd and group files too. I am in early prototyping phase now and have the following rsyncd.conf file: max connections = 4 [school10000] path = /backup/school/./10000 read only = false use chroot = true I ran the following command (on the same machine as the server): rsync -az ./.viminfo fw.school10000::school10000 The result on the server is: root at fw.school10000:/etc# ls -nal /backup/school/10000/ tota...