Synbak
Inserito da initzero il Sab, 2006-10-14 02:50
We are pleased to announce a new version of Synbak backup system!
- Follow the release notes:
- Fixed an annoying bug in the 'host port check' function used in remote backups, causing remote host check always fail.
synbak use 'nc' command for probing remote service ports and verify if the remote host is up or down.
On some systems nc doesn't work as expected, returning error codes even if the command line options are corrects.
for example, in working nc installations to verify if your mysql server is up, if you run 'nc -z localhost 3306', nc must
return a 'success' message (with return code 0). In not working nc installations nc doesn't accept this command. - Reworked autoconf files for better portability
- Added many comments to synbak functions source files
- Some code cleanup
- Many updates to FAQ file, please read this if you want know many useful tips about synbak