Config file TDP SAP

Only

ADSM.ORG Member
Joined
Aug 7, 2012
Messages
12
Reaction score
0
Points
0
PREDATAR Control23

Dear All,

I want to set retention for my archive data 30 days.
i was set in tsm "Retain Version = No Limit".

which file config i have to fill parameter with retention 30 days, is it initSID.utl or initSID.sap?

thanx,
 
PREDATAR Control23

Dear All,

I want to set retention for my archive data 30 days.
i was set in tsm "Retain Version = No Limit".

which file config i have to fill parameter with retention 30 days, is it initSID.utl or initSID.sap?

thanx,

initSID.sap. The line is:

expir_period = 30

Look at brtools documentation, it is very helpufl and well detailed. ;)
 
PREDATAR Control23

initSID.sap. The line is:

expir_period = 30

Look at brtools documentation, it is very helpufl and well detailed. ;)

This is some part of my initSID.sap

# volumes for brarchive
# [<volume_name> | (<volume_name_list>) | SCRATCH]
# no default
#volume_archive = (D01A01, D01A02, D01A03, D01A04, D01A05,
D01A06, D01A07, D01A08, D01A09, D01A10,
D01A11, D01A12, D01A13, D01A14, D01A15,
D01A16, D01A17, D01A18, D01A19, D01A20,
D01A21, D01A22, D01A23, D01A24, D01A25,
D01A26, D01A27, D01A28, D01A29, D01A30)
# volumes for brbackup
# [<volume_name> | (<volume_name_list>) | SCRATCH]
# no default
#volume_backup = (D01B01, D01B02, D01B03, D01B04, D01B05,
D01B06, D01B07, D01B08, D01B09, D01B10,
D01B11, D01B12, D01B13, D01B14, D01B15,
D01B16, D01B17, D01B18, D01B19, D01B20,
D01B21, D01B22, D01B23, D01B24, D01B25,
D01B26, D01B27, D01B28, D01B29, D01B30)
# expiration period in days for backup volumes
# default: 30
expir_period = 30
# recommended usages of backup volumes

is this correct?

Thanx
 
Top