Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-07Update README.mdHEADmasterJörg Steffens
2018-05-07This repository has been merged into https://github.com/bareos/bareosPhilipp Storz
The Bareos project consists of several sub projects. While these subprojects have been kept in different git repositories until bareos <= 17.2, we decided to merge them all into https://github.com/bareos/bareos Subprojects: * https://github.com/bareos/bareos (core, daemons) repository hasn't changed, but its content has been moved to the core subdirectory https://github.com/bareos/bareos/tree/master/core/ * https://github.com/bareos/bareos-doc (master) => https://github.com/bareos/bareos/tree/master/doc/ * https://github.com/bareos/bareos-regress (master) => https://github.com/bareos/bareos/tree/master/regress/ * https://github.com/bareos/bareos-vmware (master) => https://github.com/bareos/bareos/tree/master/vmware/ * https://github.com/bareos/bareos-webui (master) => https://github.com/bareos/bareos/tree/master/webui/ * https://github.com/bareos/python-bareos (master) => https://github.com/bareos/bareos/tree/master/python-bareos/ We only merged the master branches, so all those plus all future branches from bareos-18.2 onwards can be found there. The old branches (bareos <= 17.2) will be kept and maintained in the old repositories.
2018-01-19cleanupRelease/17.2.5Joerg Steffens
2018-01-19Merge branch 'IvanBayan-fix-recv-msg'Joerg Steffens
2018-01-16Fix recv_msgspirit
2018-01-02adapted for Python 2.6Joerg Steffens
2017-12-08Merge branch 'https://github.com/sergeymazin/python-bareos.git master'Release/17.2.4Joerg Steffens
2017-12-08fix TypeError: a bytes-like object is required, not 'str'sergeymazin
2017-12-03Merge branch 'https://github.com/by-erik/python-bareos.git fix_typo_lowlevel'Joerg Steffens
2017-12-03Fix typo in second argument of send_commandErik Habicht
2017-11-03fixes a sporadic problem with incomplete headersJoerg Steffens
In some situations, a bareos message header have not been transfered completly. This patch will make sure, that a complete header have been received.
2017-06-27cleanupJoerg Steffens
2017-06-27moved python module bareos.fuse to bareos-fuse repositoryJoerg Steffens
The python module bareos.fuse have been part of the https://github.com/bareos/python-bareos.git repository. This commit move it to the https://github.com/bareos/bareos-fuse repository.
2017-03-13fixed descriptionJoerg Steffens
2017-03-13Merge branch 'wangchuan2008888-master'Joerg Steffens
2017-03-13multidefine do_updatae_stat and do_updateandrew
I'm sure it is a misstake
2017-02-27dateutil would cause a erro of pipwangc
2017-02-22speed up for receiving long, multiline messagesJoerg Steffens
Until now, the full receive buffer have been checked for a end of message regex. Now only the last line of the receice buffer plus the newly received part is checked for the regex.
2017-02-17bareos-fd-connect: fix. Output result from FD.Joerg Steffens
2017-01-20fuse: set file modification time also for failed jobsJoerg Steffens
2016-10-23Merge pull request #2 from jacobborisov/masterJörg Steffens
appropriate handling of '1999 You are not authorized.' dir response
2016-10-18appropriate handling of '1999 You are not authorized.' dir responsejacobborisov
2016-09-02add AGPL license fileJoerg Steffens
2016-08-02jsonrpc cleanupJoerg Steffens
2016-08-01fixes PoC json-rpc serverJoerg Steffens
2016-06-24fuse: BSockJson -> DirectorConsoleJsonJoerg Steffens
2016-06-24bareos-fd-connect: improved integrationJoerg Steffens
bareos-fd-connect now works with all FD commands, can cope with mutliple command arguments (spaces have to be replaced by 0x1) and offers an interactive mode. Under the hood, there is now a cleaner separation between DirectorConsole and FileDaemon connections. The classes BSock and BSockJson are deprecated. You should use the new classes * bareos.bsock.DirectorConsole * bareos.bsock.DirectorConsoleJson * bareos.bsock.FileDaemon
2016-04-27adapt for Python 3, but also for Python 2.6Joerg Steffens
Added restorejob option for FUSE.
2016-04-25PYthon 3: use bytearrays instead of strings (str)Joerg Steffens
Should work with Python 2 (>= 2.6) and Python 3.
2016-03-10initial support to communicate with bareos-fdJoerg Steffens
2016-01-18Merge pull request #1 from aussendorf/masterJörg Steffens
disable debug-packages
2016-01-18disable debug-packagesMaik Aussendorf
Needed for obs build
2015-11-15do network reconnectJoerg Steffens
2015-11-15bugfix: needed more info to identify objectJoerg Steffens
2015-11-15use compact format of json api modeJoerg Steffens
2015-11-08added directory each_jobname_last_runJoerg Steffens
2015-10-30added pool structureJoerg Steffens
2015-10-30optimize cachingJoerg Steffens
2015-10-30bugfix for empty joblog entriesJoerg Steffens
2015-10-30added .bareosfs.status.txtJoerg Steffens
show a list of objects in the bareosfs cache
2015-10-30various improvements, fixing a bug with volumestatus namesJoerg Steffens
* reducing log messages * reducing traffic on joblist stat
2015-10-28fixes a problem with files in root directoryJoerg Steffens
2015-10-05work with utf-8 filenamesJoerg Steffens
2015-10-04improved error handling for bareos-fuseJoerg Steffens
2015-09-29bvfs: include job objectJoerg Steffens
to know client where the data came from on restore.
2015-09-28bugfix: volumestatus with different namesJoerg Steffens
2015-09-28joblog.txt -> job.logJoerg Steffens
- removed unessary newlines - skip lines with can't be encoded as strings
2015-09-27fix exampleJörg Steffens
2015-09-27implement restore for the bareos.fuseJoerg Steffens
2015-09-26add rpm dependency for python-dateutilJoerg Steffens