Commit Graph

33 Commits (master)

Author SHA1 Message Date
Am1GO 05227887dd Update README.md 2015-02-12 22:56:29 +03:00
Am1GO e01151cec2 Update README.md 2015-02-06 12:39:10 +03:00
Am1GO 8b11e385c6 Update README.md 2015-01-30 11:56:29 +03:00
Vladimir Stackov 2a76da37cd Update README.md
Added Fedora to distro list
2014-12-22 14:51:17 +03:00
Vladimir Stackov 5beb057817 Update README.md
Update ddar link
2014-12-19 17:43:30 +03:00
Vladimir Stackov a331eb094f Added command to change repo password
Also:
- Slight refactoring (zcollector renamed to backup_collector)
- Fixed typo (s/genarate/generate/g)
2014-12-15 14:13:34 +03:00
Vladimir Stackov bb576a1adb Mention FreeBSD port in README 2014-12-12 14:21:17 +03:00
Vladimir Stackov b9149e8b5d Update README.md
s/Zbackup/ZBackup/
2014-12-12 12:28:26 +03:00
Am1GO 7658ac10c0 Source headers altered 2014-12-11 10:54:58 +03:00
Am1GO ce1a240b4e Update README.md 2014-12-09 18:52:23 +03:00
Am1GO c51e014c0d Merge pull request #27 from Am1GO/BBBSnowball-lzo-pull-request
LZO compression (reworked)
2014-12-09 17:54:47 +03:00
Am1GO 9e7ebcb03c Merge branch 'lzo-pull-request' of github.com:BBBSnowball/zbackup into BBBSnowball-lzo-pull-request
Conflicts:
	.gitignore
	CMakeLists.txt
	bundle.cc
	chunk_storage.cc
	zbackup.cc
	zbackup.hh
	zbackup.proto
2014-12-09 15:21:51 +03:00
Am1GO 4e37e90be5 Update README.md
Added links to some distros
2014-12-09 13:33:34 +03:00
Am1GO 78e3839a80 Update README.md
Concept of the future of garbage collection
2014-12-01 15:42:51 +03:00
Am1GO 2c071efb89 Update README.md
Added Travis build status
2014-11-27 20:51:05 +03:00
Am1GO 5e094fb56f Update README.md
Added Attic to similar projects description.
2014-11-27 14:58:30 +03:00
Konstantin Isakov 73ec33267d Merge pull request #17 from Am1GO/BackupExchangerInitialImplementation
Backup exchanger initial implementation
2014-10-17 12:43:53 +04:00
Konstantin Isakov 34f6cb14d6 Add OpenSSL exception to the license, add the full texts of all licenses, update the copyright of the program to 2014. 2014-10-10 13:57:25 +04:00
Am1GO 1d3a568a1b Slight refactoring 2014-10-02 22:13:15 +04:00
benny 4cf6ed1154 use '--compression lzo' instead of '--lzo', so we don't have to introduce a new argument when we add more compression methods
If we add more compression methods, we should improve it even further: We shouldn't have to edit zbackup.cc at all. IMHO, this introduces additional complexity that I wouldn't introduce before there is a good reason to do so.
2013-10-28 00:25:19 +01:00
benny 44f3cdb98e update README.md: user can select the default compression method when she inits the repository 2013-10-09 00:03:53 +02:00
benny bb623bbb19 prepare lzo support for pull request
implement dragonroot's suggestions:
- use smart pointers
- adjust coding style
- add info about LZO to README (and don't add anything that is only relevant for my fork repository)

TODO:
- move compression_method field from BundleInfo to file header

@dragonroot: Is it ok, now? (except for the compression_method field, of course)
2013-10-08 01:17:15 +02:00
Konstantin Isakov 6444b1752a Fix another typo in README.md. 2013-07-20 13:05:09 +04:00
Konstantin Isakov 2673878486 Lower the requirement of CMake to 2.8.2 in README.md. 2013-07-20 12:59:40 +04:00
Konstantin Isakov b62fe9ae07 Fix a typo in README.md. 2013-07-20 12:27:39 +04:00
Konstantin Isakov c11e05e6e6 Small fixes in README.md. 2013-07-19 14:13:52 +04:00
ikatson f907bb28b4 Add "protobuf-compiler" to dependencies 2013-07-18 23:50:29 -07:00
Konstantin Isakov 168e5816b4 Some more tweaks 2013-07-18 23:16:47 +04:00
Konstantin Isakov 2218da178d Another minor tweak. 2013-07-18 23:06:35 +04:00
Konstantin Isakov 4860cf98a5 Change the introduction language a bit. 2013-07-18 23:03:26 +04:00
Konstantin Isakov ac689b04ae Add a writeup on similar projects and make the link to LZMA caveat more specific. 2013-07-18 22:07:46 +04:00
Konstantin Isakov 78a5de2ea4 Initial import of all source code. 2013-07-18 21:33:25 +04:00
Konstantin Isakov 962f3b8fd5 Initial commit 2013-07-18 09:32:52 -07:00