@Bernie_O
You linked me to this thread.
Iām currently trying to extract the data from a backup set and it seems your script is pulling data only from the running instance.
I decompressed the backup to the ā/var/tmp/workcloudā and changed the settings like this.
This ist the output of your script, but when checking the contents of the ics, I have the content of the currently running nextcloud 15.0.4 database. Did I miss something?
root@bananapim2:/var/tmp/calcardbackup/calcardbackup# ./calcardbackup /var/tmp/workcloud
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+ Sat Feb 16 12:08:12 CET 2019 ā START calcardbackup ver. 0.8.6 (13.02.2019), AGPL-3.0
+ Checking dependencies and preparingā¦
+ no usersfile given: will backup all available items.
+ Using URL: http://localhost
+ no valid status.php found at http://localhost.
+ Nextcloud 14.0.4 detected.
+ Database of chosen Nextcloud installation is MySQL/MariaDB.
+ Looking for calendars in your Nextcloud:
+ saving calendar ncpadmin-Personal.ics (from database)ā¦success!
+ saving calendar user1-Personal.ics (from database)ā¦success!
+ saving calendar user2-Personal.ics (from database)ā¦success!
+ Looking for calendarsubscriptions in your Nextcloud:
+ No calendarsubscriptions found.
+ Looking for addressbooks in your Nextcloud:
+ saving addressbook ncpadmin-Contacts.vcf (from database)ā¦empty file. Addressbook āContactsā of user āncpadminā is empty.
+ saving addressbook system_system-system.vcf (from database)ā¦success!
+ saving addressbook user1-Contacts.vcf (from database)ā¦empty file. Addressbook āContactsā of user āKarinā is empty.
+ saving addressbook user2-Contacts.vcf (from database)ā¦success!
+ Compressing backup as *.tar.gz file. Be patient - this may take a while.
+ Backup successfully compressed!
+ Find your backup here: /var/tmp/calcardbackup/calcardbackup/backups/calcardbackup-2019-02-16.tar.gz
+ Sat Feb 16 12:08:14 CET 2019 ā END calcardbackup
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++