On 5/22/07, Sandro Mendes <[EMAIL PROTECTED]> wrote:
> Hello people,
> I'm using Bacula on Windows systems (server and clients).
> I'm trying to find a documentation to help how to use compression in my jobs.
> Somebody knows or have a doc to help me?
>

Well if you are backing up to tape you generally do nothing as most
tape drives have hardware compression. If you are backing up to disk
you select this as an option to the file set resource. Here is an
example I pulled from a linux server.

FileSet {
  Name = "hda2-fs"
  Include {
    File = /dev/hda2
    Options {
      sparse=yes
      compression=GZIP
      signature=SHA1
    }
  }
}

John

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to