This post is more than 5 years old
3 Posts
1
2828
February 4th, 2016 11:00
does avamar updates the archive bit of a file after a successful backup
Does avamar updates the archive bit of a file after a successful backup
No Events found!
This post is more than 5 years old
3 Posts
1
2828
February 4th, 2016 11:00
Does avamar updates the archive bit of a file after a successful backup
Top
ionthegeek
2 Intern
•
2K Posts
0
February 5th, 2016 14:00
On the affected client, you can create a text file called "avtar.cmd" in the Avamar var directory and add the following flag, (one flag per line):
--resetarchive
This will instruct the Avamar client to remove the archive bit following a successful backup.
ionthegeek
2 Intern
•
2K Posts
0
February 5th, 2016 06:00
Not by default but there is a flag that can be set that forces this behaviour. There is rarely a good reason to do this. What is the use case?
RSuresh1
3 Posts
0
February 5th, 2016 07:00
Thanks for your replay Ian,
Once the archive bit set off, we have a script to remove the log files for SQL data base, for that purpose we want.
ionthegeek
2 Intern
•
2K Posts
1
February 5th, 2016 14:00
I should say that if it's a database for which there is an Avamar plug-in (SQL, DB2, Oracle, etc.), using the Avamar plug-in would be a better approach to log truncation.
RSuresh1
3 Posts
0
February 9th, 2016 08:00
Thanks Ian
I tried that flags it's works fine.