Hi ALL,
11gR1
OL6
How do I compress our rman backup?
Right now we run this command
RMAN> backup full filesperset 4 (database include current controlfile);
and also
RMAN> backup INCREMENTAL LEVEL 1 DATABASE filesperset 4;
Are these command correct?
RMAN> backup COMPRESSED full filesperset 4 (database include current controlfile);
and
RMAN> backup COMPRESSED INCREMENTAL LEVEL 1 DATABASE filesperset 4;
Please help...
Kind regards,
jc