Skip to content

Files

Latest commit

871f5d8 · May 2, 2021

History

History
49 lines (41 loc) · 2.18 KB

change-log.org

File metadata and controls

49 lines (41 loc) · 2.18 KB

changed license to GPL 3.0

05/02

  1. added LICENSE file (GPL 3.0)
  2. updated README
  3. now using cl-lib
  4. now using letc from lisp-goodies to read configuration files

initial release

debugging and optimization

02/20

  1. removed most of debugging messages
  2. simplified section “removing obsolete archives if needed” in el-backup
  3. elisp code now saves more (or even all) files during major backup
  4. removed helpers/derive-version.el
  5. simplified el-code by replacing update-conflet-conf
  6. no more symlinks following
  7. added black-names

Corrected dangerous error

02/09

  1. small correction in the shell script: prevented it from stopping in case the directory ${localDir}${MMM} does not exist.
  2. in elisp-code: now treating condition when a directory is not readable.
  3. (read-conf)(funcall read-conf)

01/26

The update 01/13 damaged my linux system; hopefully no one else suffered from it.

Corrected (bash) cleaning block

It was removing more older archives than it should.

01/13

Major releases became more special than before. Assuming that the release’s version is N-0-0,

  1. The file N-0-0/previous.gz is a sorted list of previous files names presented in all previous archives.
  2. Not only recently modified files are archived, but also those with names missing in N-0-0/previous.gz
  3. Names of the newly detected file names (no mater what’s the modification date) are saved to N-0-0/new.gz

01/12

Two problems fixed:

  1. The code was deleting previous major (“macro”) archives when creating new one.
  2. During creation of new macro N-archive (having indices N-0-0) the code was removing all previous macro archives with indices M-*-* (where M=N-1). Now when a new macro N-archive is created, only archives with indices M-*-* (where M=N-2) except for M-0-0 are erased. (There was a similar problem with meso-archives which is also fixed.)

Should be safe to use

01/06

renamed letflett

2021-01-05

Publishing the code after 10 days of usage.