T
timOleary
XP pro
I use an array for automated daily backup,
I have set up three folders on the array A,B, C.
Problems:
The array stops accepting data after it reaches a certain level so
backups are not executed until I notice and take action.
I also wish to keep the size of each folder at a certain level.
Right now I am merging files across the array initially loading files
into the first folder (A) than moving to the next (B), then the last
(C), then purging from the last folder (C) using a program called
delinda which uses the files' creation date as the trigger for merging
and purging.
I want an app which uses volume size instead.Since due to
irregularities in the backup timeline (for example array overloads as
described), sometimes the folders will grow larger than the desired
level, and I have to go in manually and manage things.
The objective is to retain files until they become older than six
months, after which time I can dump them.
I also think gdelinda has a memory leak because the file sizes and
available storage numbers do not add up. I do not know how to test for
memory leaks, but as previously mentioned. an app which uses volume
size rather than creation date as the trigger.
I do not know how to write a script, which someone suggested is what I
need to do
TIA
I use an array for automated daily backup,
I have set up three folders on the array A,B, C.
Problems:
The array stops accepting data after it reaches a certain level so
backups are not executed until I notice and take action.
I also wish to keep the size of each folder at a certain level.
Right now I am merging files across the array initially loading files
into the first folder (A) than moving to the next (B), then the last
(C), then purging from the last folder (C) using a program called
delinda which uses the files' creation date as the trigger for merging
and purging.
I want an app which uses volume size instead.Since due to
irregularities in the backup timeline (for example array overloads as
described), sometimes the folders will grow larger than the desired
level, and I have to go in manually and manage things.
The objective is to retain files until they become older than six
months, after which time I can dump them.
I also think gdelinda has a memory leak because the file sizes and
available storage numbers do not add up. I do not know how to test for
memory leaks, but as previously mentioned. an app which uses volume
size rather than creation date as the trigger.
I do not know how to write a script, which someone suggested is what I
need to do
TIA