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

backuppc · Changes

Page history
Create instalacion/configuracion/backuppc authored Aug 09, 2022 by Lucas Vidaguren's avatar Lucas Vidaguren
Hide whitespace changes
Inline Side-by-side
Showing with 21 additions and 0 deletions
+21 -0
  • instalacion/configuracion/backuppc.md instalacion/configuracion/backuppc.md +21 -0
  • No files found.
instalacion/configuracion/backuppc.md 0 → 100644
View page @ e2b8e1fa
# 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**
```bash
$sshPath -q -x -l root $host /{ruta_base}/bkpdump/bin/bkpdump.pre.sh {postgresql | mysql | sqlite | informix | gitlab | lvm | mikrotik}
```
- **DumpPostUserCmd**
```bash
$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**
```bash
/{ruta_base}/bkpdump/dumps/{postgresql | mysql | sqlite | informix | gitlab | lvm | mikrotik}
```
\ No newline at end of file
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