Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.
Compare
Choose a tag to compare
@tritonas00 tritonas00 released this 16 Dec 08:21

Major project cleanup. Completes the rewrite started with 6.0

  • introduced new variable names see backup.conf for changes
  • simplified /home directory options, see star.sh --help or backup.conf
  • simplified multicore options, see star.sh --help or backup.conf
  • simplified backup.conf sourcing method see star.sh --help or README.md
  • simplified clean_unmount and made it standalone
  • enhanced deleting older backups - you can now specify the number of latest backups to keep
  • accept non-empty target root partition without extra argument
  • genkernel on gentoo is now optional, use -D, --use-genkernel in Restore/Transfer mode το use it
  • properly clarified error/warning/info messages
  • clarified some arguments
  • cleaned up star.sh output
  • nicer progress bar
  • unified distro detection method
  • gui wrapper: added cron schedule backup option
  • gui wrapper: proper cancelling/cleaning method
  • gui wrapper: show generated command in terminal
  • code cleanup and re-ordering