Changes

From Amahi Wiki
Jump to: navigation, search
m
* Restore the ownCloud "config" directory with the following:
<blockquote>{{Code|rsync -avr /var/hda/backups/daily.0/owncloud/var/hda/web-apps/owncloud/html/config /var/hda/web-apps/owncloud/html/}}
</blockquote>
   * The following command-line entry will restore Restore the ownCloud databaseusing the database dump file:
<blockquote>{{Code|mysql -u owncloud -powncloud owncloud < /var/hda/backups/daily.0/owncloud/database_dump/owncloud_db.sql}}
</blockquote>