Hi there,
I have PDF files on a folder. They should be moved on a tape for
archiveing. If this is successful done. the source files will be delete.
Then after some time, new files are in the source folder and should be
moved to the tape and so on. The tape should be a fast recovery solution
for us. If it's not useable -we can get the files from the client. So this
solution is only a faster way for us.
My plan is to define a pool like this:
Pool {
Name = Archive
Pool Type = Backup
Recycle = no # Bareos can automatically recycle
Volumes
AutoPrune = no # Prune expired volumes
Volume Retention = 20 years # How long should the Full Backups be
kept? (#06)
Maximum Volumes = 100 # Limit number of Volumes in Pool
Label Format = "Archive-" # Volumes will be labeled
"Full-<volume-id>"
}
The job will be done manually as a full backup type.
So I'm right, that every new job will append on the tape until it's full
and then the next empty tape will used by using auto-labeling?
When using auto-labeling, it defines a new volume by taking the prefix from
the Label Format, defined at the Pool settings followed by counting up -
0000 4 digits.
In SD the device is defined with LabelMedia = yes;
Would it be possible to do manually label a tape, then add it to the pool
for using if needed?
thank, Frank
--
You received this message because you are subscribed to the Google Groups
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/f268e7dd-23a4-4e3f-a471-eccf3d75a1b1n%40googlegroups.com.