2
0
mirror of https://github.com/deajan/osync synced 2024-11-03 15:40:14 +00:00
osync/CHANGELOG.md

111 lines
5.3 KiB
Markdown
Raw Normal View History

2013-11-02 20:57:15 +00:00
SHORT FUTURE IMPROVEMENTS (post v1.0)
-------------------------------------
2013-11-03 19:29:17 +00:00
- Sync and delete propagation function merge (master and slave functions are the same, reduces code size and maintain effort)
2013-11-02 20:57:15 +00:00
- Tree function merge (current and after tree functions are the same except for output filename and logging, reduces code size and maintain effort)
- Tree functions execute piped commands (grep, awk) on master when launched on remote slave which can cause more bandwith usage
2013-11-18 21:44:20 +00:00
- Daemonize osync --on-changes mode
2013-11-02 20:57:15 +00:00
FAR FUTURE IMPROVEMENTS
-----------------------
- Rethink of .osync_workdir/state/* files with PIDs, Host and Task Names to better identify multiple instances on the same fileset
- Improve Master / Slave schema to Multimaster schema
2013-11-14 20:20:13 +00:00
- State files should exist per replica for Multimaster schema
2013-07-30 22:18:39 +00:00
KNOWN ISSUES
------------
2013-07-19 16:17:55 +00:00
2013-11-14 20:20:13 +00:00
- None yet, need more testing on MSYS environment and MacOS X
RECENT CHANGES
--------------
- Added possibility to daemonize osync in monitor mode
2013-11-18 21:44:20 +00:00
- Added monitor mode, which will launch a sync task upon file operations on master replica
2013-11-18 20:16:31 +00:00
- Changed conf file default format for ssh uri (old format is still compatible)
- Added ssh uri support for slave replicas
2013-11-16 12:12:25 +00:00
- Improved execution hooks logs
2013-11-14 20:20:13 +00:00
- Various bugfixes introduced with function merge
2013-11-13 16:22:34 +00:00
- Added basic MacOS X support (yet not fully tested)
2013-11-14 20:20:13 +00:00
- Merged tree list functions into one
2013-11-03 19:29:17 +00:00
- Added possibility to quick sync two local directories without any prior configuration
- Added time control on OS detection
2013-11-02 20:57:15 +00:00
- 02 Nov. 2013: Osync 0.99 RC2
- Minor improvement on operating system detection
- Improved RunLocalCommand execution hook
- Minor improvements on permission checks
2013-10-11 20:27:33 +00:00
- Made more portability improvements (mostly for FreeBSD, must be run with bash shell)
2013-10-11 19:35:20 +00:00
- Added local and remote operating system detection
- Added forced usage of MSYS find on remote MSYS hosts
- Updated MSYS handling
2013-10-10 18:28:40 +00:00
- Merged MSYS (MinGW minimal system) bash compatibility under Windows from Obackup
- Added check for /var/log directory
- Added check for shared memory directory
- Added alternative way to kill child processes for other OSes and especially for MSYS (which is a very odd way)
- Added Sendemail.exe support for windows Alerting
- Replaced which commend by type -p, as it is more portable
- Added support for ping.exe from windows
- Forced usage of MSYS find instead of Windows' find.exe on master
- Added an optionnal remote rsync executable path parameter
2013-09-13 11:31:21 +00:00
- Fixed an issue with CheckConnectivity3rdPartyHosts
2013-09-11 14:24:25 +00:00
- Added an option to stop execution if a local / remote command fails
2013-09-03 19:22:38 +00:00
- Improved forced quit command by killing all child processes
- Before / after commands are now ignored on dryruns
2013-08-25 10:37:37 +00:00
- Improved verbose output
- Fixed various typos
- Enforced CheckConnectivityRemoteHost and CheckConnectivity3rdPartyHosts checks (if one of these fails, osync is stopped)
2013-08-18 11:15:40 +00:00
- 18 Aug. 2013: Osync 0.99 RC1
- Added possibility to change default logfile
- Fixed a possible error upon master replica lock check
- Fixed exclude directorires with spaces in names generate errros on master replica tree functions
- Dryruns won't create after run tree lists and therefore not prevent building real run delete lists
- Softdelete and conflict backup functions are now time controlled
- Added bandwidth limit
- Update and delete functions now run rsync with --stats parameter
2013-08-04 07:47:47 +00:00
- Fixed LoadConfigFile function will not warn on wrong config file
- Added --no-maxtime parameter for sync big changes without enforcing execution time checks
- 03 Aug. 2013: beta 3 milestone
- Softdelete functions do now honor --dry switch
- Simplified sync delete functions
- Enhanced compatibility with different charsets in filenames
- Added CentOS 5 compatibility (comm v5.97 without --nocheck-order function replaced by sort)
- Tree functions now honor supplementary rsync arguments
- Tree functions now honor exclusion lists
2013-08-01 22:18:38 +00:00
- 01 Aug. 2013: beta 2 milestone
- Fixed an issue with spaces in directory trees
- Fixed an issue with recursive directory trees
2013-07-30 22:18:39 +00:00
- Revamped a bit code to add bash 3.2 compatibility
- 24 Jul. 2013: beta milestone
2013-07-24 19:03:58 +00:00
- Fixed some bad error handling in CheckMasterSlaveDirs and LockDirectories
- Added support for spaces in sync dirs and exclude lists
- Fixed false exit code if no remote slave lock present
2013-07-22 19:14:57 +00:00
- Added minimum disk space checks
- Added osync support in ssh_filter.sh
- Added support for sudo exec on remote slave
- Added support for alternative rsync executable
- Added support for spaces in sync directories names
- Added support for ACL and xattr
2013-07-21 19:40:55 +00:00
- Added --force-unlock parameter to bypass any existing locks on replicas
- Added full remote support for slave replica
- Improved error detection
- Made some changes in execution hook output
- Fixed an issue with task execution handling exit codes
- Added master and slave replicas lock functionnality
2013-07-19 16:17:55 +00:00
- Added rsync exclude patterns support
- Improved backup items, can now have multiple backups of the same file
- Added maximum number of resume tries before trying a fresh stateless execution
- Added possibility to resume a sync after an error
- Improved task execution time handling
- Improved SendAlert handling
- Fixed cleanup launched even if DEBUG=yes
- Added verbose rsync output
- Added --dry and --silent parameters
- Added time control
- Added master/slave conflict prevalance option
- Added soft-deleted items
- Added backup items in case of conflict
19 Jun. 2013: Project begin as Obackup fork
2013-07-19 16:17:55 +00:00