Hello!

I'm backuping a windows 2008 R2 64bits fileserver. I just want a full
backup at 1st friday and incremental at another days.

Current Windows Used disk: 1.13 TB
Current Full backup Volume: 3.4 TB
Current Incremental backup Volume: 167 GB

Why my full backup volume is 3x more than my backuped disk?

Thanks.


OS: CentOS release 6.5
Bacula Version: 5.0.0


#fileserver.conf

Client {
  Name = fileserver-fd
  Password = 123456789
  Address = fileserver.domain.local
  FDPort = 9102
  Catalog = MyCatalog
  File Retention = 1 year
  Job Retention = 1 year
}

Job {
  Name = fileserverDefault-Job
  Type = Backup
  Level = Incremental
  Client = fileserver-fd
  FileSet = fileserverDefault-Fileset
  Schedule = fileserverDefault-Schedule
  Storage = Default
  Pool = Default
  Full Backup Pool = "fileserverFull-Pool"
  Incremental Backup Pool = "fileserverIncremental-Pool"
  Messages = Standard
}

Pool {
  Name = fileserverFull-Pool
  Pool Type = Backup
  Volume Retention = 1 month
  Recycle = yes
  AutoPrune = yes
  LabelFormat = fileserverFull-
}

Pool {
  Name = fileserverIncremental-Pool
  Pool Type = Backup
  Volume Retention = 1 month
  Recycle = yes
  AutoPrune = yes
  LabelFormat = fileserverIncremental-
}

FileSet {
  Name = fileserverDefault-Fileset
  Include {
    File = D:/Public
    File = D:/Users
    Options {
      Signature = MD5
      Compression = GZIP5

    }
  }
}


Schedule {
  Name = fileserverDefault-Schedule
  Run = Level=Full Pool=fileserverFull-Pool 1st fri at 19:00
  Run = Level=Incremental Pool=fileserverIncremental-Pool daily at 22:00
}
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to