Changes

From Amahi Wiki
Jump to: navigation, search
m
=== Configure ===
This section shows how to configure rsnapshot for backing up ownCloud binaries, physical files, and the ownCloud database information based on the previous key directories discussion. Minimal information for each configuration setting will be provided. For details refer to the Amahi [[Rsnapshot|rsnapshot]] wiki article or the [http://rsnapshot.org/ rnapshot web site].
Follow the following configuration steps: * Make sure that rsnapshot is installed. Fedora and Ubuntu distributions have packages available for the software.* Open a "terminal" session and login to the "root" user ID.* Move to the "/etc" directory. <information coming soonblockquote>{{Code|cd /etc}}</blockquote> * Make a backup copy of the rsnapshot configuration file. Why? So that there is a reference just in case.  <blockquote>{{Code|cp rsnapshot.conf rsnapshot.conf.bkup}}</blockquote> * Now using a favourite editor, open the "rnapshot.conf" file.<br/>'''Please Note:''' Items in the configuration files are separated by "tab" characters and NOT multiple spaces. * Find the "# SNAPSHOT ROOT DIRECTORY #" section and change "snapshot_root" to path where the backups will be stored.  <blockquote>Change the lines near the bottom to this:{{Text|Text=snapshot_root /var/hda/backups/}}</blockquote>
=== Backup ===