Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: nitram on December 19, 2015, 06:57:23 AM

Title: terminal backup output
Post by: nitram on December 19, 2015, 06:57:23 AM
Hi. Running dCore-jessie.15.12.16, default terminal backup, line break between 'Backing up...' and 'Done' would be more readable.
Code: [Select]
tc@box:/mnt/sdb1/dCore/boot$ backup
Backup device is set to: sdb4/tce
Perform backup now? (y/N) y
Backing up files to /mnt/sdb4/tce/mydata.tgzDone.
Title: Re: terminal backup output
Post by: Jason W on December 19, 2015, 10:42:25 AM
Ok, I will look into it.
Title: Re: terminal backup output
Post by: Jason W on December 19, 2015, 12:12:08 PM
Fixed in latest RC.
Title: Re: terminal backup output
Post by: jls on December 19, 2015, 02:33:55 PM
Hi
since we are on the same forum as tc, I think this fix could be ported to tc too.
Title: Re: terminal backup output
Post by: Greg Erskine on December 19, 2015, 04:47:59 PM
Hi
since we are on the same forum as tc, I think this fix could be ported to tc too.

It's OK in piCore.
Title: Re: terminal backup output
Post by: Jason W on December 19, 2015, 04:58:51 PM
I see in the Core git that it is 'echo -e "\nDone."' as opposed to what was 'echo "Done."' here. 

Apparently fixed in Core since TC 5.x when dCore was first made.