Changes

stoney backup: Server set-up

137 bytes added, 06:55, 31 August 2013
/* rsnapshot */
# There is '''no need for quota file(s)''' in the root of the XFS filesystem.
== rsnapshot Snapshot Tool ==We use rsnapshot - remote filesystem snapshot utility
=== Configuration File Directory ===
Make sure, that the <code>/etc/rsnapshot</code> configuration file directory exists:
ls -al /etc | grep rsnapshot
 
drwx------ 2 root root 64 30. Aug 20:20 rsnapshot
 
If not, create it:
mkdir /etc/rsnapshot
chmod 700 /etc/rsnapshot
Install the source
<pre>
cd /var/work
git clone --recursive https://github.com/stepping-stone/backup-util.git
cd backup-util/bin
ln -s ../perl-utils/lib/PerlUtil/ PerlUtil
</pre>
=== Configuration ===
vi /var/work/backup-util/etc/snapshot.conf
SLB, editor, reviewer
3,392
edits