summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/rsnapshot
Commit message (Collapse)AuthorAgeFilesLines
* rsnapshot: update to 1.4.2Wenzong Fan2016-10-261-2/+10
| | | | | | | | | * update rsnapshot from 1.3.1 to 1.4.2 * fix configure error: configure.ac:302: file 't/include.ac' does not exist Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsnapshot: use ${bindir} as rsync locationAndré Draszik2016-04-281-1/+1
| | | | | Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsnapshot: specify where perl is on the targetJoe Slater2015-02-121-0/+1
| | | | | | | Do not let configure find the host perl. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsnapshot: fix rsnapshot.conf.defaultWenzong Fan2014-10-272-2/+54
| | | | | | | | | | | | | | | This change is used for fixing cmd path in rsnapshot.conf.default. The options --without-* disable checking command * on host and get the default path used, otherwise the host path will be injected into target configs. The runtime dependencies to ssh, logger, cp, du are optional and could be customized in rsnapshot.conf, so it's not needed that using PACKAGECONFIG to define the runtime dependencies. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsnapshot: add new packageWenzong Fan2014-10-061-0/+34
rsnapshot is a filesystem snapshot utility based on rsync. rsnapshot makes it easy to make periodic snapshots of local machines, and remote machines over ssh. The code makes extensive use of hard links whenever possible, to greatly reduce the disk space required. Homepage: http://www.rsnapshot.org/ Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>