Releases: 45Drives/cephgeorep
v0.3.3-beta
Splits queue of files into batches to not overload rsync
v0.3.2-beta
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
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)
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
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
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
Added error handling for if the sync directory does not exist, added an initDaemon() function to clean up/clarify code
v0.2-beta
Pre-release testing of daemon