obackup/CHANGELOG.md

55 lines
2.2 KiB
Markdown
Raw Normal View History

2013-08-18 11:58:55 +02:00
## FUTURE IMPROVEMENTS
2013-08-25 12:39:13 +02:00
- Exit trap function must also stop child processes
2013-08-18 11:58:55 +02:00
- Rewrite rsync exclude patterns using \"pattern\" instead of escaped chars
2013-08-25 12:39:13 +02:00
- Obackup should run on Cygwin
2013-08-18 11:58:55 +02:00
## Known issues
- Backup size check counts excluded patterns
2013-09-03 21:31:41 +02:00
- Recursive task creation from directories does only include subdirectories, but no files in root directory
2013-08-18 11:58:55 +02:00
2013-06-14 22:39:11 +02:00
## Latest changelog
2013-09-11 16:19:47 +02:00
- Added option to stop execution on failed command execution
2013-09-03 21:31:41 +02:00
- Improved forced quit command by killing all child processes
- Before / After commands are now ignored on dryruns
2013-08-25 12:39:13 +02:00
- Improved verbose output
- Improved dryrun output
- Improved remote connecivity detection
- Fixed a typo in configuration file
2013-08-18 11:58:55 +02:00
- 18 Aug. 2013: Now v1.84 RC2
2013-08-25 12:39:13 +02:00
- Added possibility to change default logfile
2013-08-18 11:58:55 +02:00
- Simplified dryrun (removed dryrun function and merged it with main function)
- Simplified Init function
- Added --stat switch to rsync execution
- Added bandwidth limit
- Added --no-maxtime switch
2013-08-04 16:16:27 +02:00
- Fixed LoadConfigFile function will not warn on wrong config file
- More code cleanup
2013-08-18 11:58:55 +02:00
- Added --verbose switch (will add databases list, rsync commands, and file backup list)
2013-07-18 13:31:17 +02:00
- Improved task execution checks and more code cleanup
2013-08-18 11:58:55 +02:00
- Fixed CleanUp function if DEBUG=yes, also function is now launched from TrapQuit
- 16 Jul. 2013: version tagged as v1.84 RC1
2013-07-16 23:06:58 +02:00
- Code cleanup
2013-06-24 21:25:44 +02:00
- Uploaded first documentation
- Fixed an issue with RotateBackups
- Updated obackup to log failed ssh command results
- Updated ssh command filter to log failed commands
- Updated ssh command filter to accept personalized commands
2013-07-18 13:31:17 +02:00
- 23 Jun. 2013 v 1.84 RC1 approaching
2013-06-23 13:53:22 +02:00
- Added ssh commands filter, updated documentation
2013-06-22 22:54:00 +02:00
- Rewrote local space check function
2013-06-21 18:25:51 +02:00
- Added ability to run another executable than rsync (see documentation on sudo execution)
2013-06-17 13:27:37 +02:00
- Added some Rsync argument parameters (preserve ACL, Xattr, and stream compression)
- Internal hook execution logic revised
- Updated WaitForTaskCompletition function to handle skipping alerts
- Updated command line argument --silent processing
- Added remote before and after command execution hook
- Added local before and after command execution hook
2013-07-18 13:31:17 +02:00
14 Jun 2013
-----------
2013-06-14 22:39:11 +02:00
2013-07-18 13:31:17 +02:00
- Initial public release, fully functionnal