]> arthur.barton.de Git - backup-script.git/history - bin
README.md: Fix some "markdownlint" warnings
[backup-script.git] / bin /
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 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 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-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 BartonUse "conf_d" variable to set configuration directory
2014-11-17 Alexander BartonRead /etc/backup-script.conf as configureation file...
2014-07-24 Alexander Bartonbackup-status: Clarify warning message
2014-07-24 Alexander Bartonbackup-script-wrapper: Correctly quote "$TMP" variable
2014-07-24 Alexander Bartonbackup-script-wrapper: Use "mktemp" to generate tempora...
2014-01-19 Alexander BartonImplement cleaning up of outdated generations
2013-11-15 Alexander Bartonbackup-status: "quick" mode is "-q", not "-p"!
2013-10-24 Alexander Bartonbackup-script-wrapper: allow MAILTO to be set externally
2013-10-22 Alexander BartonFix usage: --dry-run equals -n (not -d)
2013-09-30 Alexander Bartonbackup-status: enhance status messages
2013-09-30 Alexander BartonAdd header to generated mail text
2013-09-30 Alexander BartonSet PATH to contain standard elements; call backup...
2013-09-26 Alexander BartonUse system "id" (filename) as target directory name
2013-09-26 Alexander BartonAdd support for generations using btrfs snapshots
2013-09-26 Alexander BartonAutodetect "localhost" and 127.0.0.1 as being "local"
2013-09-26 Alexander BartonAllow overriding of "system" variable
2013-09-26 Alexander BartonDon't remove "stamp file" in trial mode
2013-09-26 Alexander BartonEnhance information messages
2013-09-26 Alexander BartonDon't show storage summary in trial mode
2013-09-26 Alexander BartonRemove calls to already removed Log function
2013-09-26 Alexander BartonMake sure "system target directory" exists and is valid
2013-09-26 Alexander BartonRemove Message, MessageLog, and Log functions; use...
2013-09-24 Alexander BartonAdd /run to hardcoded exclude list
2013-09-24 Alexander BartonAdjust list of hardcoded excluded directories
2013-09-24 Alexander BartonAllow setting more defaults in backup-script.conf
2013-09-24 Alexander BartonImplement "--dry-run" ("-d") command line option
2013-09-24 Alexander BartonUse an exclamation mark for "system skipped" messages...
2013-09-24 Alexander BartonImplement --progress option (same as -p)
2013-05-08 Alexander Bartonbackup-status: enhance output messages
2013-05-08 Alexander Bartonbackup-status: use /bin/bash
2013-05-08 Alexander BartonAdd "backup-status" script
2013-05-08 Alexander BartonNew configuration options "user" and "target"
2013-05-08 Alexander BartonAllow handling of more than one target system at once
2011-05-04 Alexander BartonNew config option "ping"
2011-05-04 Alexander BartonExecute rsync command using a subshell
2011-05-04 Alexander BartonNew config option "ssh_args_add"
2011-05-04 Alexander BartonAdded copyright notices; removed in-file history
2011-05-04 Alexander BartonInitial commit