Rsnapshot
From CBLFS
Jump to navigationJump to search
| Download Source: | http://www.rsnapshot.org/downloads/rsnapshot-1.3.0.tar.gz |
|---|
Introduction to Rsnapshot
rsnapshot is a filesystem snapshot utility for making backups of local and remote systems.
Project Homepage: http://www.rsnapshot.org/
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make test
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure \
--prefix=/usr --sysconfdir=/etc &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
--lidir=/usr/lib32 --sysconfdir=/etc &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
--libdir=/usr/lib64 --sysconfdir=/etc &&
make
Install the package:
make install
Configuring
Create the config file
cp /etc/rsnapshot.conf.default /etc/rsnapshot.conf
Contents
| Installed Directories: | None |
|---|---|
| Installed Programs: | rsnapshot, rsnapshot-diff |
| Installed Libraries: | None |