Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B backupScripts
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • siti
  • backupScripts
  • Wiki
    • Instalacion
    • Configuracion
  • backuppc

Last edited by Lucas Vidaguren Aug 09, 2022
Page history

backuppc

Configuración plan en BackupPC

La ruta_base queda definida de la siguiente manera:

  • Sistemas operativos Linux: ruta_base := /opt
  • Sistemas operativos FreeNAS: ruta_base := /mnt/{volumen}/{dataset}
  1. En el plan, ir a Backup Settings > User Commands y agregar los comandos pre y post.

    • DumpPreUserCmd
    $sshPath -q -x -l root $host /{ruta_base}/bkpdump/bin/bkpdump.pre.sh {postgresql | mysql | sqlite | informix | gitlab | lvm | mikrotik}
    • DumpPostUserCmd
    $sshPath -q -x -l root $host /{ruta_base}/bkpdump/bin/bkpdump.post.sh {postgresql | mysql | sqlite | informix | gitlab | lvm | mikrotik}
  2. Ir a Xfer > Rsync Settings y agregar el subdirectorio de dumps a resguardar RsyncShareName

    /{ruta_base}/bkpdump/dumps/{postgresql | mysql | sqlite | informix | gitlab | lvm | mikrotik}
Clone repository
  • Home
  • instalacion
  • instalacion
    • bases de datos Informix
    • bases de datos MySQL
    • bases de datos PostgreSQL
    • bases de datos SQLite
    • configuracion de Mikrotiks
    • configuracion
      • backuppc
      • cron
    • freenas
    • gitlab
    • linux
    • volumenes LVM