]> arthur.barton.de Git - backup-script.git/history - bin/backup-script
Fix usage: --dry-run equals -n (not -d)
[backup-script.git] / bin / backup-script
2013-10-22 Alexander BartonFix usage: --dry-run equals -n (not -d)
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 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