Skip to content

Releases: hmerritt/backup-script

v0.2.7

28 Oct 18:39
Compare
Choose a tag to compare

Feat

  • Print time elapsed on completion backup completed in 10s

v0.2.6

05 Sep 19:51
Compare
Choose a tag to compare

Fixes

Restore function

  • Create restore directory

v0.2.5

27 May 12:48
3d05857
Compare
Choose a tag to compare

Improvements

Restore function

  • restore a backup (tar.gz)
  • decompress into a restore location

v0.2.4

09 May 03:02
776fc82
Compare
Choose a tag to compare

Improvements

Improved CLI output

  • Each action has a result state (DONE or ERROR)
  • Reduce terminal pollution

v0.2.3

30 Apr 23:27
Compare
Choose a tag to compare

Improvements

  • $ backup update gets the latest version of the script

Tweaks

  • Change name of config file to backup.config

v0.2.2

26 Apr 22:10
Compare
Choose a tag to compare

Improvements

  1. Define custom backup variables within config
    • add additional tar arguments
    • change tmp folder

Tweaks

  1. Remove loading-dots while executing tasks
    • causing terminal-pollution on some clients

v0.2.1: Usage improvements

25 Apr 04:50
e0b87e0
Compare
Choose a tag to compare

Improvements

  • Recursively create backup folder location

Tweaks

  • Remove item name from current task

v0.2.0: UI Improvements and config-usage update

25 Apr 02:52
7e73c6f
Compare
Choose a tag to compare

Improvements

  • Print loading dots to terminal during a time consuming task
  • Use fallback values for backup command

Tweaks

  • Replace terminal output of a successful action from a green-background to green-text

v0.1.9: Minor bug fixes and improvements

13 Apr 21:49
f04950a
Compare
Choose a tag to compare

Improvements

  • Use qtar (quick tar) in the user-config file

Bug Fixes

  • Catch module failing to import
  • Catch error if backup dir does not exist

v0.1.8: Minor bug fixes

08 Apr 21:36
Compare
Choose a tag to compare
  • Remove tar and mv verbose as defaults

Fixes

  • Fix relative file-paths causing problems
  • Use system tmp folder when compressing (instead of creating one in the current directory)