Changes

From Amahi Wiki
Jump to: navigation, search
m
* 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 "/var/hda" directory.
* Create the "backups" directory and set permissions/ownership.
 
<blockquote>{{Code|cd /var/hda
mkdir backups
chmod 755 backups
chown root:root backups}}
</blockquote>
 
* Move to the "/etc" directory.