Displaying 1 result from an estimated 1 matches for "rogt".
Did you mean:
ogt
2007 Mar 14
1
owner and group dont match
...Backup-Solutions contains rsync(2.6.8 protocol version 29) and a
readynas-system.
Right now I try to make a simple backup the directory /home/itpbach1.
This directory contains two files:
textfile.one (group/owner: itpbach1)
textfile.two (group/owner: root)
Backup-command(running as root):
rsync -rogt /home/itpbach1 rsync://itpbach1@readynas/itpbach1
So, here is the first question: How to bring in the backup again???
My solution is(running as root):
rsync -rogt rsync://itpbach1@readynas/itpbach1 /home/itpbach1/test
If tried a couple of options, but evertime I try to to bring in the backup
th...