Skip to content

Releases: PietsHost/nextcloud-Update-Script

external data directory support

30 Sep 00:43
Compare
Choose a tag to compare

use option "./ncupdate.sh -db /data/location" if your data-folder is stored somewhere else

new backup structure

25 Apr 15:34
Compare
Choose a tag to compare

By default, the script will leave the folders "data", "config", "apps" and "themes" within your nextcloud path.
That's usefull for example if you have mass data and copying data to another folder would take too long..
You can enable a file backup (copy data files to another folder) by starting the script with "-b" option:
./ncupdate.sh -b or ./ncupdate.sh --backup

bugfixes

16 Apr 22:51
Compare
Choose a tag to compare

bugfixes

v1.0

02 Apr 20:53
Compare
Choose a tag to compare

Initial Release