Author Topic: Is there a way to run a backup using the CLI  (Read 1176 times)

LLiLo

  • Zen Apprentice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Is there a way to run a backup using the CLI
« on: March 11, 2013, 07:59:16 pm »
Is there a way to run a full backup using the CLI and not the GUI? I ask because i'm having trouble while trying to log in to the server, and I was able to get to the CLI, and wanted to make a backup before reinstalling.

I do not saw this on the administrator book, that i bought!

Thanks!

LLiLo

  • Zen Apprentice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Is there a way to run a backup using the CLI
« Reply #1 on: March 11, 2013, 08:26:04 pm »
Found it on another thread:
For zentyal versions 2.2:
Incremental backup:
Code: [Select]

 /usr/share/zentyal-ebackup/backup-tool --incremental

Full backup:
Code: [Select]

/usr/share/zentyal-ebackup/backup-tool --full


For zentyal versions 2.0 and earlier:
Incremental backup:
Code: [Select]

 /usr/share/ebox-ebackup/ebox-remote-ebackup --incremental

Full backup:
Code: [Select]

/usr/share/ebox-ebackup/ebox-remote-ebackup --full