]> arthur.barton.de Git - backup-script.git/shortlog
backup-script.git
2015-11-24 Alexander BartonWrite more information to "stamp file"
2015-11-24 Alexander BartonUpdate trial run message, don't call it "synchronizatio...
2015-11-24 Alexander Bartonbackup-status: Enhance status message
2015-11-18 Alexander BartonImplement "scp" backup type
2015-11-18 Alexander BartonFirst step to support multiple "backup types"
2015-11-18 Alexander BartonFix more warnings of shellcheck(1), use "[[ ... ]]...
2015-11-18 Alexander BartonFix two warnings of shellcheck(1)
2015-10-05 Alexander Bartonbackup-status: Implement "--errors" to only list backup...
2015-10-05 Alexander Bartonbackup-status: Reformat usage information
2015-10-05 Alexander BartonUpdate usage information, add [-|--latest]
2015-10-01 Alexander BartonUse relative symlinks for ZFS snapshots
2015-10-01 Alexander Bartonrsync: Use better progress output when available (proto...
2015-10-01 Alexander BartonDetect rsync and its protocol version
2015-09-21 Alexander BartonDefault system excludes: Only exclude content, not...
2015-09-21 Alexander BartonRefactor list of default excludes for system backups
2015-09-21 Alexander BartonAdd "[default_]exclude_dirs_add" options
2015-09-21 Alexander Bartonbackup-status: Backup directory uses configuration...
2015-09-21 Alexander Bartonbackup-status: Don't read ${conf_d}/backup-script.conf...
2015-08-24 Alexander Bartonbackup-status: Use /var/backups as default backup target
2015-08-24 Alexander BartonFilesystem summary: Use "zfs list" on ZFS filesystems
2015-08-20 Alexander BartonRead in configuration before showing usage information
2015-08-19 Alexander Bartonbackup-script-wrapper: Check for PID file ("lock file")
2015-08-19 Alexander Bartonbackup-script-wrapper: Sort variables alphabetically
2015-08-19 Alexander Bartonbackup-status: Implement new "--latest" option
2015-08-19 Alexander Bartonbackup-status: Refactor argument parsing
2015-08-19 Alexander Bartonbackup-status: Correctly show "current" snapshot as...
2015-08-18 Alexander Bartonbackup-status: Use "poster -ap" when "--running" finds...
2015-08-18 Alexander Bartonbackup-status: Implement "--running" option
2015-08-18 Alexander Bartonbackup-status: Remove unused variables
2015-08-18 Alexander Bartonbackup-status: Correctly quote and initialize variables
2015-08-18 Alexander Bartonbackup-status: Use exit code 2 when displaying usage...
2015-08-18 Alexander Bartonbackup-status: Use same configuration search order...
2015-08-18 Alexander Bartonbackup-script-wrapper: Show non-zero exit code in mail...
2015-08-18 Alexander Bartonbackup-script-wrapper: Use FQDN for mail subject
2015-08-18 Alexander Bartonbackup-script-wrapper: Write a "delimiter line" to...
2015-08-18 Alexander BartonREADME.md: Update "configuration" section
2015-08-18 Alexander BartonExit with code 7 when not all jobs have been run
2015-08-18 Alexander BartonStreamline and document exit codes
2015-08-18 Alexander BartonReturn exit code 1 on errors!
2015-08-18 Alexander Bartonbackup-script-wrapper: Return exit code of backup-script
2015-08-18 Alexander Bartonbackup-script-wrapper: Use bash
2015-08-18 Alexander BartonDisable compression for the local system
2015-08-18 Alexander BartonUse /usr/local/etc/backup-script.conf by default (not...
2015-08-18 Alexander BartonUse /var/backups as default backup target
2015-08-18 Alexander BartonTest for conf_d in /usr/local/etc/backup-script.d, too
2015-08-18 Alexander BartonDisplay location of configuration when usage is shown
2015-08-18 Alexander BartonLook for configuration file in /usr/local/etc/, too
2015-08-18 Alexander Bartonbackup-script-wrapper: Append log messages to an logfile
2015-08-18 Alexander Bartonbackup-script-wrapper: Use "exec" to redirect output
2015-08-18 Alexander Bartonbackup-script-wrapper: Better detect default mail recipient
2015-08-18 Alexander Bartonbackup-script-wrapper: Correctly quote external command...
2015-08-18 Alexander Bartonbackup-script-wrapper: Update copyright notice for...
2015-08-11 Alexander BartonMake sure that "target" does NOT end with a slash ...
2015-08-11 Alexander BartonMake sure that "source" does end with a slash ("/")
2015-08-04 Alexander BartonZFS: Use correct date for snapshot names
2015-08-04 Alexander BartonFix "new snapshot" log messages in "trial run" mode
2015-08-03 Alexander BartonMove Makefile.ax into new lib/ directory
2015-08-03 Alexander BartonCreate individual Makefile's for all subdirectories
2015-07-29 Alexander Bartonetc/backup-script.conf: add "default_target"
2015-07-29 Alexander BartonUpdate README.md, including spelling fixes
2015-07-29 Alexander BartonDelay script exit for 3 seconds on abort
2015-07-29 Alexander Bartonbackup-status: Fix handling of "current" snapshot on ZFS
2015-07-29 Alexander Bartonbackup-status: Correctly get size of directories pointe...
2015-07-29 Alexander BartonAdd support for generations on ZFS
2015-07-29 Alexander BartonFix filesystem detection in DeleteSubvolume()
2015-07-29 Alexander BartonCreate the system directory as subvolume when using...
2015-07-29 Alexander BartonIntroduce Initialize_Last_SysTarget_Snapshot() function
2015-07-29 Alexander BartonAdd compatibility layer for backup-pull(1) config files
2015-07-29 Alexander BartonREADME: Add description for "[default_]source_root"
2015-07-29 Alexander BartonCloneSubvolume: Introduce $snapshot parameter
2015-07-29 Alexander BartonUse correct counter when checking which generations...
2015-07-29 Alexander BartonDeclare function variables as "local"
2015-07-28 Alexander BartonLittle whitespace fixes ;-)
2015-07-28 Alexander BartonCorrectly count the number of available generations
2015-07-28 Alexander BartonDon't add "--rsh=..." to rsync command line in "local...
2015-07-28 Alexander BartonAdd support for new "[default_]source_root" variable
2015-07-28 Alexander Barton{Create|Clone|Rename|Delete}Subvolume: Prepare for...
2015-07-28 Alexander BartonCreateSubvolume(): Fix wrong positional parameter number
2015-07-28 Alexander BartonFix some variable quoting
2015-07-28 Alexander BartonUse $() instead of ``
2015-07-28 Alexander BartonMove subvolume handling to individual functions
2015-06-02 Alexander BartonFix "backup-status" to respect "system" configuration...
2015-06-02 Alexander BartonREADME.md: Add introduction and copyright information
2015-06-02 Alexander BartonAdd README.md file
2015-05-12 Alexander BartonDon't detect "latest" symlink as latest backup generation
2015-05-12 Alexander Bartonbackup-status: Correctly show sizes on non-Linux systems
2015-05-12 Alexander Bartonbackup-status: Fix wrong path in size calculation
2015-05-12 Alexander Bartonbackup-status: Handle "conf_d" variable in backup-scrip...
2015-04-16 Alexander BartonCreate "latest" link to latest generation
2015-04-16 Alexander BartonIntroduce internal "sys_root" variable
2015-02-26 Alexander BartonImplement "{default_}job_pre_exec" and "{default_}job_p...
2015-02-26 Alexander BartonFix error handling if target directory can't be created
2015-02-26 Alexander BartonUpdate copyright notice
2014-11-27 Alexander BartonFix message "working on ..." for local system
2014-11-17 Alexander BartonDon't modify /etc directory on "make install"
2014-11-17 Alexander BartonUse "conf_d" variable to set configuration directory
2014-11-17 Alexander BartonRead /etc/backup-script.conf as configureation file...
2014-11-17 Alexander BartonAdd AUTHORS file
2014-11-17 Alexander BartonUse ax-make
2014-07-24 Alexander Bartonbackup-status: Clarify warning message
next