How can i scripting on linux which copy folder on server to another
I configured RMAN backup on linux server which is daily scheduled at 9:00PM. Now i need script which copy the rman backup as sunday backup to another server in date format.
suppose today is sunday and backup is take place on 9:00 PM named sunday 10-June-2012. it will autometically copy to another server in date format as below,
source server:
/u02/oracle/RMAN/backup/Sunday
to
Destination server:
/u02/oracle/Backup/10-June-2012
Can anybody suggest me shell scripting to complete this task?
Last edited by Jamshed Ahmed Qambrani; 06-11-2012 at 06:36 AM.
|