The "fstype = nfs" may be restricting
the directories to be backed up more than you expect. You can
probably see what is going on with an "estimate listing ..."
command.
On 07.05.2015 22:57, Romer Ventura wrote:
Romer Ventura said:
> I find it hard to believe it’s compressing 33GB of data down to 3GB.. haha
It depends on the data.
I regularly see even better compression than that on internal debugging
logfiles of an ATM: 250 MB per file down to about 5 MB. Although that is with
RAR, not GZip…
--
Hello Robert,
On Thu, May 7, 2015 at 6:05 PM, Robert A Threet
wrote:
> On my old Netbackup system, I had enough time to run a full backup on
> Saturday, then I'd run a full backup on Sunday which I would use for all
> the incrementals & restores during the week. The Saturday tapes would be
> pu
On my old Netbackup system, I had enough time to run a full backup on Saturday,
then I'd run a full backup on Sunday which I would use for all the incrementals
& restores during the week. The Saturday tapes would be pulled Monday & sent
offsite.
I like the default Bacula setup for Monthly Full
Well, my file set is pretty simple:
FileSet {
Name = M2KFileSet
Include {
Options {
signature = MD5
compression = GZIP
onefs = no
fstype = nfs
}
File = /mnt/nfs/hsigux
}
}
I find it hard to believe it’s compressing 33GB of data down to 3GB.. h
Compression?
Backup level (files not backed up because they haven't been changed)?
Exclusions?
Have you gone through a full list of files to be backed up and a full list
of the files which were actually backed up?
On Thu, May 7, 2015 at 1:42 PM, Romer Ventura wrote:
> Hello,
>
>
>
> I have 2 HP
Hello,
I have 2 HP-UX 11.31 and I have ERP data I need to back up on those systems.
Since there is no client for it, I decided to copy the files to a temp
location every night, and export that temp folder via NFS. I mount these
exports into my bacula server and set it up so that it backs up tho
Thanks Bill! I appreciate the help and information. Looks like I have
some reading to do.
-craig
On Wed, May 6, 2015 at 3:07 PM, Bill Arlofski wrote:
> On 05/05/2015 10:18 PM, Craig Shiroma wrote:
> > Hi Romeo,
> >
> > Thanks! Just so I understand correctly...
> > The bacula-fd running on th