1.7 KiB
1.7 KiB
baka 0.2.0
WARNING! All changes in this version breaks backward capatibility!
CLI
New options:
--config
. Specify your baka.conf file.backup --dry-run
. Test configuration without backup.remove --list
. Print files to delete.
Changed:
list
command now has two options--verbose
and--help
. Verbose output show Entry name, path and local and remote storages in table view.
Removed:
show
command. View configuration file directly instead.edit
command. Edit configuration file directly instead.test
command. Usebackup --dry-run
instead.
baka.conf (former name: main.conf)
Added:
- Default parameter values now is built in baka. Override it in baka.conf
entries
variable. You can set entries directory in baka.conffilename_format
. Special formatting for filenames.autoprefix
. Add automatic prefix to filenames (based on entry file name).dir_per_date
. Backups path format. See baka(1).
Changed:
dest
now islocal
and can be used in baka.conf and entries.remote
now is URI (like[scheme]://[user[:password]]@[host[:port]][/path]
) and can be used in baka.conf and entries.
Removed:
nf
, usefilename_format
insteaddf
, usefilename_format
log_df
, uselog_format
istead
Entries
Added:
local
. This is renameddest
.remote
. Now you can specify remote storage per entry.prefix
. Override filename prefix.archive
. Renamedfiles
. Archive files into .tar.gz.copy
. Simple file copy without compression.database
. Replacement formysql
andpostrges
variables. Provide DB URI.
Removed:
dest
. Uselocal
instead.mysql
andpostgres
variables. Usedatabase
instead.files
variable. Usearchve
instead.
baka 0.1.2
Initial release.