Releases: guimspace/fopus
Releases · guimspace/fopus
Release fopus 0.5.3
- Fix the help and config messages.
Release fopus 0.5.2
- General script syntax improvements.
Release fopus 0.5.1
- Add option
compact
to config file. - Fix fopus complaining of invalid options.
- Rename option
destroy
todelete
. - Fix fopus saving disabled options in config file.
- Stop mark variables for export.
Release fopus 0.5.0
- 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
- Date:
Release fopus 0.4.0
- General scripting improvements:
- Rename variables
- Set local variables
- Deprecate option
github-username
. - Rename option
min-size
tomax-size
.
Release fopus 0.3.2
- 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
- General script improvements and fixes.
v0.3.0
- Add capability to receive multiple files in arguments:
fopus [SOURCE]...
- Add support to fopus files.
- New options:
--destroy
: removeDIR.tar.xz
after 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
- Warn when backup file already exists (fixes #1)
- Minimize and simplify echo of progress
- Show details of backup file
v0.1.0-alpha
Update README.md