Bacula-users

[Bacula-users] File Volumes not deleting.

2013-01-29 12:10:46
Subject: [Bacula-users] File Volumes not deleting.
From: Joseph De Nicolo <denicoloj AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 29 Jan 2013 12:06:53 -0500
Bacula Users,

I am looking for bacula to automatically delete volumes older than 30 days. I'm not sure bacula is capable of deleting the actual volumnes or if I should write a script and have it run after the catalog job(last one each night). I am not using a tape drive, I am writing volume files to my server's hard disk raid. Here is my POOL resource in director config:
# File Pool definition
Pool {
  Name = NFS
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 30 days          # one month
  Recycle Oldest Volume = yes
  Maximum Volume Jobs = 1
  Label Format = "NFS_BACKUP_${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}"
}

Is there a way I can change the resource so that volumes will be deleted? If not a simple script should do the trick right?
Appreciate any responses.

Thanks,
                                                            
Joseph De Nicolo
Secure Database Administrator
Northeastern University
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>