Tags

Tags give the ability to mark specific points in history as being important
  • 20251231

    45a9f2fc · new release ·
    Release 20251231.
    
    + Support zstd.
    + split mode: support gigabyte as unit unit (G/g).
  • 20210831

    b13b3891 · New release. ·
    New release 20210831.
    
    mkbckp:
    + New option -L: follow symlinks (tar).
    
    dobckp, mkbckp:
    * Fixed (most) shellcheck warnings.
  • 20200412

    Release 20200412.
    
    mkbckp:
    * Added isofs (usually mkisofs/xorrisofs) and isofs_flags variable.
    * -d supports multiple directories now, separated via colons or
      commas.
    * -I: specify a custom volid (mkisofs/xorrisofs).
    * isofs_flags: -V @VOLID@ has been added. Will be replaced with
      a proper value. In case -V is not part of isofs_flags, it will
      be appended; mkbckp aborts in case -V has been specified
      multiple times.
    * The filename of the resulting tar archive has nothing cut off
      anymore. Instead, only slashes and spaces will be replaced using
      underscores, and the leading dot removed, in case it exists.
    
    dobckp:
    * Add and use _whence.
    * Use die() where possible.
    * Fix filename for latest changes to mkbckp.
  • 20190820

    Release 20190820.
    
    * mkbckp: -O: allow abbreviating gpg (g)
      and openssl (o).
    * mkbckp: usage: display the currently used/active
      values instead of the defaults.
    * dobckp: use cat to display usage message.
  • 20190528

    Release 20190528.
    
    Added support for using lz as format.
    (No support so far for using threads [plzip, xz].)
  • 20180516

    Release 20180516.
    
    * dobckp now passes the format to mkbckp via -f, no longer needs to
      match what is in ~/.mkbckprc.
    * mkbckp: added a variable `mkisofs_flags' to pass additional flags to
      the mkisofs command.
    * mkbckp: some logic bugs fixed: needed to check if delete is false.
    * mkbckp: added a new option to -n: d. Don't delete tar archive.
  • 20170414

    Release 20170414
    
    dobckp now requires to explicitly turn on compression by
    passing -c as argument, followed by the format wanted.
    The formats are those supported by mkbckp: gz, bz2 and xz.
    
    Add a -F flag to dobckp to force creation of the tarball,
    even if it already exists.
    
    Fix mkbckp using cdrecord when $growisofs has been turned on.
  • 20151007

    * Check for OpenBSD's tar later, some fixes for -x/-X.
    * Fix a logic bug: only print exclude not being supported if
      ignore_exclude is false and the tools found don't support it.