Difference between revisions of "Rsnapshot"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.rsnapshot.org/downloads/rsnapshot-{{Rsnapshot-Version}}.tar.gz |} ---- {{Package-Introduction|...) |
Weibullguy (talk | contribs) |
||
Line 36: | Line 36: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD32}" ./configure \ | |
+ | --prefix=/usr --sysconfdir=/etc && | ||
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
=== N32 === | === N32 === | ||
Line 46: | Line 48: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ | |
+ | --lidir=/usr/lib32 --sysconfdir=/etc && | ||
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
+ | |||
=== 64Bit === | === 64Bit === | ||
Line 56: | Line 61: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD64}" ./configure --prefix=/usr \ | |
+ | --libdir=/usr/lib64 --sysconfdir=/etc && | ||
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
== Configuring == | == Configuring == |
Revision as of 22:48, 10 November 2007
Download Source: | http://www.rsnapshot.org/downloads/rsnapshot-1.3.0.tar.gz |
---|
Contents
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 |