Tiny Core Linux

Tiny Core Base => CorePlus => Topic started by: bn3232 on July 13, 2014, 08:50:53 AM

Title: reboot and backup via console
Post by: bn3232 on July 13, 2014, 08: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?
Title: Re: reboot and backup via console
Post by: Misalf on July 13, 2014, 08:56:11 AM
Code: [Select]
filetool.sh -b

Code: [Select]
sudo reboot
Title: Re: reboot and backup via console
Post by: coreplayer2 on July 13, 2014, 11:12:00 AM
another handy command is simply
"backup"

Then sudo reboot or poweroff

:)


Sent from my iPhone using Tapatalk
Title: Re: reboot and backup via console
Post by: bn3232 on July 13, 2014, 11:32:34 AM
both commands work thanks