WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: terminal backup output  (Read 1955 times)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
terminal backup output
« 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.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: terminal backup output
« Reply #1 on: December 19, 2015, 10:42:25 AM »
Ok, I will look into it.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: terminal backup output
« Reply #2 on: December 19, 2015, 12:12:08 PM »
Fixed in latest RC.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: terminal backup output
« Reply #3 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.
dCore user

Offline Greg Erskine

  • Sr. Member
  • ****
  • Posts: 404
Re: terminal backup output
« Reply #4 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.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: terminal backup output
« Reply #5 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.