WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Backup from command line  (Read 6287 times)

Offline barty

  • Newbie
  • *
  • Posts: 5
Backup from command line
« on: March 16, 2010, 06:26:56 AM »
Hi,

How can I trigger backup (mydata.tgz) from command line. I know how to do it from UI but couldn't find any info about shell.
Second thing are automatic backups on reboot/down. How can I turn them on or off?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11038
Re: Backup from command line
« Reply #1 on: March 16, 2010, 07:48:41 AM »
filetool.sh backup

Edit .profile, change BACKUP=1 to 0, now the box will not be ticked automatically.
The only barriers that can stop you are the ones you create yourself.

Offline barty

  • Newbie
  • *
  • Posts: 5
Re: Backup from command line
« Reply #2 on: March 16, 2010, 07:02:54 PM »
Thanks a lot!