Page 1 of 1

DSM6: Backup not written to the backup-folder?

Posted: 07 May 2018, 21:05
by Matt Zornig

Code: Select all

=========================================================================================
VERSION: MADSONIC 6.3 | BUILD: 9840.8df1ddd.20180107.0710
REST: MADSONIC REST API v3.0.0, MADSONIC REST API v2.8.0, SUBSONIC REST API v1.16.0
OS: Linux 3.10.102 #15266 SMP Mon Mar 26 15:08:28 CST 2018 x86_64 GNU/Linux
SERVER: jetty/8.y.z-SNAPSHOT, java 1.8.0_172, Linux 3.10.102 (amd64)
HOST: Synology NAS 1815+ (DSM 6.1.6-15266 Update 1) | CPU: INTEL Atom C2538| ARCH: X64 | MEMORY: 16GB | HDD: 36TB, RAID6
CLIENT/BROWSER: FF 53.x
JAVA: ORACLE JDK 1.8.0_172
DESCRIPTION: as in the topic's subject or body
REPRODUCIBLE: Yes, tried 2 times
logged in as admin
=========================================================================================
Settings -> Media Tools -> Backup database *click*
After the screen notification "Succsesfully Done" I read this in the log.

first time:

Code: Select all

[2018-05-07 21:53:07,347] DEBUG AbstractDao - fn::backup::backup:  58077 ms:  BACKUP DATABASE TO '/usr/syno/synoman/webman/3rdparty/Madsonic/db.backup/db_20180507215209.tgz' BLOCKING
[2018-05-07 21:53:07,347] DEBUG CleanupSettingsController - Backup database done. (/usr/syno/synoman/webman/3rdparty/Madsonic/db.backup/db_20180507215209.tgz)
2nd time:

Code: Select all

[2018-05-07 21:57:38,249] DEBUG AbstractDao - fn::backup::backup:  57045 ms:  BACKUP DATABASE TO '/usr/syno/synoman/webman/3rdparty/Madsonic/db.backup/db_20180507215641.tgz' BLOCKING
[2018-05-07 21:57:38,249] DEBUG CleanupSettingsController - Backup database done. (/usr/syno/synoman/webman/3rdparty/Madsonic/db.backup/db_20180507215641.tgz)
Files are in the folder:

Code: Select all

/usr/syno/synoman/webman/3rdparty/Madsonic/db.backup# ll -h
total 248M
drwxr-xr-x  2 madsonic users 4.0K 2018-05-07 19:57 .
drwxr-xr-x 10 madsonic users 4.0K 2018-05-07 19:52 ..
-rw-------  1 madsonic users 124M 2018-05-07 19:53 db_20180507215209.tgz
-rw-------  1 madsonic users 124M 2018-05-07 19:57 db_20180507215641.tgz
I would had expected, that the backup is written to /volume1/public/Madsonic (because thats the folder, we need to create for installation and where the installation reads ?)

Is this all correct to have a working backup for a new install with a Synology DSM Package of Madsonic?