Displaying 2 results from an estimated 2 matches for "auvp".
Did you mean:
aup
2007 Apr 16
1
copying base file rather than complete directory structure
I have a basic directory structure that I want to be able to copy in one of
two ways.
The base structure is /a/b/c under that structure I have /d/e and finally
files 'f'. I create a list of the /d/e/f files and put them in a file and
then use:
rsync -auvP /a/b/c --files-from=myFileList targetBaseDir
That works fine and I end up with /targetBaseDir/d/e/f
Now what I also want to do is to ignore the /d/e directories, so basically
rsync the files 'fi at the bottom of the directory structure directly into
targetbaseDir to end up with a result of...
2005 Nov 07
1
Rsync and permissions - rsync version 2.6.4 protocol version 29
What does rsync do with permissions?
Using rsync -auvP ./* targetMachine:/targetDir
I sometimes get an error/warning such as:
chown GENERO/uk/reinsure/prod/rel/dbmodify.4gl : Operation not permitted
The source file has owner/group stevet:dev and the target stevet:users
The files are being rsync'd as user 'fyl' - fyl belongs to both dev...