All Projects → owncloud → updater

owncloud / updater

Licence: AGPL-3.0 license
No description, website, or topics provided.

Programming Languages

PHP
23972 projects - #3 most used programming language
Starlark
911 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

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 [email protected]:owncloud/updater.git
cd updater
make

Build Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].