knkgun / updater

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

updater

How does it work?

  • creates backup directory under the ownCloud data directory.
  • extracts update package content into the backup/packageVersion
  • makes the copy of the current instance (except data dir) to backup/currentVersion-randomstring
  • moves all folders except data, config and themes from the current instance to backup/tmp
  • moves all folders from backup/packageVersion to the current version

Dev

git clone git@github.com:owncloud/updater.git
cd updater
make

Build Status

About

License:GNU Affero General Public License v3.0


Languages

Language:PHP 82.8%Language:CSS 8.5%Language:JavaScript 4.1%Language:Makefile 2.9%Language:Shell 1.7%