Skip to content

Releases: 45Drives/cephgeorep

v0.3.3-beta

22 Jul 18:57
Compare
Choose a tag to compare
v0.3.3-beta Pre-release
Pre-release

Splits queue of files into batches to not overload rsync

v0.3.2-beta

21 Nov 18:17
efc811e
Compare
Choose a tag to compare
v0.3.2-beta Pre-release
Pre-release

This release can use rsync, scp, and even s3cmd with some special configuration and a wrapper to suit any Ceph georeplication need. An alternate config file can be specified with the -c or --config flag.

v0.3.1-beta

12 Nov 19:13
Compare
Choose a tag to compare
v0.3.1-beta Pre-release
Pre-release

This release can use rsync, scp, and even s3cmd with some special configuration and a wrapper to suit any Ceph georeplication need. An alternate config file can be specified with the -c or --config flag.

v0.3.0-beta (moreThanRsync branch)

06 Nov 14:08
3703d5d
Compare
Choose a tag to compare
Pre-release

rsync is no longer hard-coded into the daemon. The user can specify what program to execute, along with it's flags, in the configuration file.

v0.2.3-beta

25 Sep 14:21
2e83835
Compare
Choose a tag to compare
v0.2.3-beta Pre-release
Pre-release

Refactored some code and lowered memory footprint for storing config.
Config now has field for a remote sync user. If left blank, launches rsync with no specified user. Config file also supports comments on lines between config options.

v0.2.2-beta

17 Sep 16:09
70c92ef
Compare
Choose a tag to compare
v0.2.2-beta Pre-release
Pre-release

Added a configuration option to ignore windows lock files beginning with "~$", added better error handling regarding loading the configuration file and reading last_rctime.dat. Daemon ready for full testing.

v0.2.1-beta

16 Sep 15:04
01552b9
Compare
Choose a tag to compare
v0.2.1-beta Pre-release
Pre-release

Added error handling for if the sync directory does not exist, added an initDaemon() function to clean up/clarify code

v0.2-beta

13 Sep 16:54
62a3968
Compare
Choose a tag to compare
v0.2-beta Pre-release
Pre-release

Pre-release testing of daemon