Home
last modified time | relevance | path

Searched refs:backup (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Extension/
H A DPluginController.php269 // backup current file (remove any existing backup)
271 $backup = $file . '.bak';
272 if (file_exists($backup)) @unlink($backup);
273 if (!@copy($file, $backup)) return false;
274 if ($conf['fperm']) chmod($backup, $conf['fperm']);
290 $backup = $this->masterList;
292 $local_default = array_diff_key($backup, $this->pluginCascade['protected']);
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.