Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: barty on March 16, 2010, 06:26:56 AM

Title: Backup from command line
Post by: barty 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?
Title: Re: Backup from command line
Post by: curaga 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.
Title: Re: Backup from command line
Post by: barty on March 16, 2010, 07:02:54 PM
Thanks a lot!