Hi every:
I need to backup some SVN repositories. For that I check this wiki page http://wiki.bacula.org/doku.php?id=application_specific_backups:subversion_repositories I don't know if this is outdate but I think that maybe it works (I need to test). My doubt came with the Job definition and Fileset. For now my client config is as follow:

#Job Definition
Job {
  Name = "SP_DC_SVN-FD"
  JobDefs = "DefinicionPorDefectoParaCopias"
  Level = Incremental
  Client = salvasprod_dc_svn-fd
  FileSet = "SP_DC_SVN-FS"
  Schedule = "ScheduleFull"
  Write Bootstrap = "/data/BoostrapFiles/SP_DC_SVN-FD.bsr"
  Priority = 5
  Pool = SP_DC_SVN_Pool

  RunScript {
    Runs on Client = Yes
    Runs When = Before
    Abort Job on Error = No
    Command = "/etc/bacula/scripts/svn_save.sh %l"
  }
}

#FileSet Definition
FileSet {
  Name = "SP_DC_SVN-FS"
  Include {
    Options {
      signature = SHA1
      compression = GZIP
      onefs = no
    }
    File = "/etc"
  }
}

My question is: I need to define a Fileset when the script svn_save.sh backup the SVN using svnadmin command? Or the script only create the .gz file from svnadmin command and then in Fileset I need to specify the directory where .gz files are located?
Regards and waiting for your comments
--
Ing. Reynier PĂ©rez Mira
begin:vcard
fn;quoted-printable:Reynier P=C3=A9rez Mira
n;quoted-printable:P=C3=A9rez Mira;Reynier
email;internet:rper...@uci.cu
tel;work:053-7-8358824
tel;pager:23744
tel;home:053-23-426126
x-mozilla-html:FALSE
version:2.1
end:vcard

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to