]> arthur.barton.de Git - backup-script.git/history - bin
Slightly enhance "make check" ...
[backup-script.git] / bin /
2016-07-04 Alexander BartonSlightly enhance "make check" ...
2016-06-01 Alexander BartonImplement new "backup_type": "disabled"
2016-05-25 Alexander BartonImplement very trivial first "make check" tests
2016-05-25 Alexander BartonNew configuration variable "[default_]io_timeout"
2016-05-20 Alexander BartonSet rsync I/O timeout to 15 minutes
2016-05-20 Alexander BartonUser rsync option "--delete-during"
2016-05-04 Alexander Bartonbackup-script-wrapper: Show command line
2016-04-28 Alexander BartonFix code that makes sure "source_root" ends with a...
2016-04-28 Alexander BartonCorrectly initialize system array when specific systems...
2016-04-26 Alexander BartonFix some warning messages of shellcheck(1)
2016-04-19 Alexander BartonImplement job tagging
2016-02-17 Alexander BartonUpdate copyright notices for 2016
2016-02-04 Alexander BartonDisable "globbing" for exclude patterns
2015-12-29 Alexander BartonShow generation config in "nothing to cleanup" message
2015-11-24 Alexander BartonFix backup-status not showing result code for successfu...
2015-11-24 Alexander Bartonbackup-status: Show more information from stamp file
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 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 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
next