Skip to content

Releases: guimspace/fopus

Release fopus 0.5.3

04 Apr 19:32
Compare
Choose a tag to compare
Release fopus 0.5.3 Pre-release
Pre-release
  • Fix the help and config messages.

Release fopus 0.5.2

03 Apr 23:45
Compare
Choose a tag to compare
Release fopus 0.5.2 Pre-release
Pre-release
  • General script syntax improvements.

Release fopus 0.5.1

03 Apr 17:22
Compare
Choose a tag to compare
Release fopus 0.5.1 Pre-release
Pre-release
  • Add option compact to config file.
  • Fix fopus complaining of invalid options.
  • Rename option destroy to delete.
  • Fix fopus saving disabled options in config file.
  • Stop mark variables for export.

Release fopus 0.5.0

03 Apr 15:32
Compare
Choose a tag to compare
Release fopus 0.5.0 Pre-release
Pre-release
  • New option compact: aces several files in a single archive.
  • New option group-by: group backup files by:
    • Date: bak_yyyy-mm-dd/file-sha1
    • File: file-sha1/bak_yyyy-mm-dd

Release fopus 0.4.0

02 Apr 13:53
Compare
Choose a tag to compare
Release fopus 0.4.0 Pre-release
Pre-release
  • General scripting improvements:
    • Rename variables
    • Set local variables
  • Deprecate option github-username.
  • Rename option min-size to max-size.

Release fopus 0.3.2

01 Apr 18:20
Compare
Choose a tag to compare
Release fopus 0.3.2 Pre-release
Pre-release
  • Fix initialization of configuration file.
  • Update message for help and config.
  • Read option destroy from configuration file.

v0.3.1: Bump version to 0.3.1

31 Mar 20:26
Compare
Choose a tag to compare
Pre-release
  • General script improvements and fixes.

v0.3.0

31 Mar 14:08
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Add capability to receive multiple files in arguments: fopus [SOURCE]...
  • Add support to fopus files.
  • New options:
    • --destroy: remove DIR.tar.xzafter encryption; option --keep as opposite.
    • --no-split: skip split process.
      Example: fopus --destroy --no-split -- this-1G-file

v0.2.0-alpha: Bump version to alpha-0.2.0

30 Mar 04:24
Compare
Choose a tag to compare
  • Warn when backup file already exists (fixes #1)
  • Minimize and simplify echo of progress
  • Show details of backup file

v0.1.0-alpha

29 Mar 11:49
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release
Update README.md