cancel
Showing results for 
Search instead for 
Did you mean: 

Backup using UJBR should not overwrite existing backup file for 7 days

samreen_desai
Explorer
0 Kudos

Hi,

While executing UJBR for Backup , I Need to store the different backup set for entrie week daywise so that the data will not get overwritten.

Current Tcode will simply overwrite the existing file in the AL11 dir.

I want the backup prog to run everyday and place daywise files in the same directory for a week.

After a week , I will manually delete the files older than a week.

Kindly suggest.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200327
Active Contributor
0 Kudos

There are multiple options.

1. Create 7 sub-folders in AL11 and create 7 variants that will call the program with those sub-folders.

2. Create a program that would call UJBR and provide different path depending on day of the week.

etc.