1825919 Members
2967 Online
109689 Solutions
New Discussion

Re: incremental backups

 
SOLVED
Go to solution
roger_101
Occasional Contributor

incremental backups

Hi,

We are using Tivoli Storage Manager to back up an HPUX 11.i server. The backups are supposed to be incremental, but its backing up everyting. Is the such a thing as an archive bit in HPUX that i can examine ?

Thanks
1 REPLY 1
Sundar_7
Honored Contributor
Solution

Re: incremental backups

I dont have a clue on how Tivoli works. But I can tell you there is no such thing as archive bit in HPUX.

You can check the last modified/accessed/i-node updation time using ls

ls -lu - last access time
ls -lc - last I-node update time
ls -l - last modification time.

Learn What to do ,How to do and more importantly When to do ?