Env: TS 7.4.1 with DD and oracle DB / Search / OS- RH Linux. --version 2.6.32-358.23.2.el6.x86_64 #1 SMP Sat Sep 14 05:32:37 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux
This is not a HA environment. So for the purpose of maintaining content on a standby(passive), can I copy over /store using rsync and run is incrementally every hour to be as near to prod as possible and without iwfreeze.
If yes, is it preferable to do a block copy instead of just plain rsync( file copy). I usually would not do it, however would like to know what folks have to say?
I know that the copied (rsync'd) store when used on another server(with same set of users - ldap), works. However I might not have done complete testing of the application to see if at all there is any issue like missing content etc.,
Thanks in advance for sharing your tips and best practices.
-wc