Changes

From Amahi Wiki
Jump to: navigation, search
m
=== Recovery ===
This section will discuss restoring, updating, and upgrading parts of ownCloud from backups. ownCloud recovery from backups use the "rsync" commandand must be used as the "root" user ID on the Amahi server. "rsync" is run from the "command-line". "rsync" has the following syntax on a command-line:  rsync [options] source-path destination-path  where "[options]" will be "-avr --delete" uses the following for restores: -a - archive, mode which includes use of multiple rsync options. -v - verbose, reports all activity rsync performs during a restore. -r - recursive, include the sub-directories and their contents during a restore. -- delete - delete extraneous directories and files from the destination path directories during a restore.
==== Restore ownCloud ====