Double files on "data" and "extern storage"

Hello guys
I have a problem.
I have Ownloud V: 10.6.0.5 running on my V server.
The whole thing switched on from the beginning including encryption.
In addition, a Hidrive terabyte disk is integrated as an external storage device at Strato.
Also runs quite well so far.
The files are encrypted and stored at Hidrive (file name can be read clearly)
The only thing that bothers me is that the whole thing is saved again in the data directory on the V-Server. (unencrypted)

Is that normal or can you turn it off?

mfg Andi.

Server configuration

Operating system : Ubuntu 16.04
Web server: Apache 2.4.18
Database: mysql
PHP version: 8.0.1

The content of config/config.php:

‘trusted_domains’ =>
array (
0 => ‘meine domain.eu’,
),
‘datadirectory’ => ‘/var/local/data’,
‘overwrite.cli.url’ => ‘https://xxxxxxxxxxxxxxxxx/owncloud’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘10.6.0.5’,
‘dbname’ => ‘cloud’,
‘dbhost’ => ‘localhost’,
‘dbtableprefix’ => ‘oc_’,
‘mysql.utf8mb4’ => true,
‘dbuser’ => ‘oc_andi’,
‘dbpassword’ => ‘xxxxxxxxxxxxxxxxxx’,
‘logtimezone’ => ‘UTC’,
‘installed’ => true,
‘theme’ => ‘’,
‘loglevel’ => 0,
‘maintenance’ => false,
‘mail_domain’ => ‘xxxxxxxxxxx’,
‘mail_from_address’ => ‘xxxxxx’,
‘mail_smtpmode’ => ‘smtp’,
‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘filelocking.enabled’ => true,
‘memcache.locking’ => ‘\OC\Memcache\Redis’,
‘redis’ =>
array (
‘host’ => ‘localhost’,
‘port’ => 6379,
),
‘mail_smtpsecure’ => ‘ssl’,
‘mail_smtpauthtype’ => ‘LOGIN’,
‘mail_smtpauth’ => 1,
‘mail_smtphost’ => ‘xxxxxxxxxxx’,
‘mail_smtpport’ => ‘465’,
‘mail_smtpname’ => ‘xxxxxxxxxxxxxxxxx’,
‘mail_smtppassword’ => ‘xxxxxxxxxxxxxx’,
‘updater.secret’ => ‘xxxxxxxxxxxxxxxxxxxxxx’,
);

After researching PHP on the console, the following comes up:

root@xxxx:~# php -version
PHP 8.0.1 (cli) (built: Jan 13 2021 08:20:38) ( NTS )
Copyright © The PHP Group
Zend Engine v4.0.1, Copyright © Zend Technologies
with Zend OPcache v8.0.1, Copyright ©, by Zend Technologies

root@xxxx:~# cd /var/www/html/owncloud
root@xxxx:/var/www/html/owncloud# sudo -u www-data php occ config:list system
This version of ownCloud is not compatible with PHP 7.5
You are currently running PHP 8.0.1.

Are you using external storage, if yes which one: local/smb/ sftp /…

Are you using encryption: yes /no

Liebe Grüße
Andreas…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.