Re: rsync of file list

2006-03-01 Thread Matt McCutchen
On Wed, 2006-03-01 at 12:04 -0800, lsk wrote: > /// lsk-> Linus in my case the destination server path name and source > path name that includes SID is different so how you would build the rsync > syntax using --files-from with this. > > rsync -zv --no-whole-file --stats /d01/app/sourSID/testf

Re: rsync of file list

2006-03-01 Thread lsk
Matt, Typically with Oracle databases, you will have datafiles residing on different mount points starting from the root such as: /p02/oradata/OSID/redo01.log /p03/oradata/OSID/redo02.log /p04/oradata/OSID/redo03.log /p01/oradata/OSID/system01.dbf /p04/oradata/OSID/undotbs01.dbf /p03/oradata/OSI

Re: rsync of file list

2006-01-15 Thread Matt McCutchen
On Sun, 2006-01-15 at 09:15 +0200, Mark, Oren wrote: > Can I do it one single rsync command, giving a file containing list of > paths as parameter, or do I need to run rsync for each file. It looks like this is what you need. --files-from=FILE Using this option allows you to