WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: reboot and backup via console  (Read 2714 times)

Offline bn3232

  • Newbie
  • *
  • Posts: 13
reboot and backup via console
« on: July 13, 2014, 05:50:53 AM »
There is a GUI tool in tinycore for reboot and backup, etc. Is there any way to backup home directory in console?

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: reboot and backup via console
« Reply #1 on: July 13, 2014, 05:56:11 AM »
Code: [Select]
filetool.sh -b

Code: [Select]
sudo reboot
Download a copy and keep it handy: Core book ;)

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: reboot and backup via console
« Reply #2 on: July 13, 2014, 08:12:00 AM »
another handy command is simply
"backup"

Then sudo reboot or poweroff

:)


Sent from my iPhone using Tapatalk

Offline bn3232

  • Newbie
  • *
  • Posts: 13
Re: reboot and backup via console
« Reply #3 on: July 13, 2014, 08:32:34 AM »
both commands work thanks