Skip to content

Releases: PietsHost/nextcloud-Update-Script

external data directory support

Choose a tag to compare

@PietsHost PietsHost released this 30 Sep 00:43

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

new backup structure

Choose a tag to compare

@PietsHost PietsHost released this 25 Apr 15:34

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

Choose a tag to compare

@PietsHost PietsHost released this 16 Apr 22:51

bugfixes

v1.0

Choose a tag to compare

@PietsHost PietsHost released this 02 Apr 20:53

Initial Release