Hi,
I have migrated my Cloudron to a new server, but didn't back up my Nextcloud because this maneuver would have cost some more hours. The Nextcloud instance is in maintenance mode so the data is consistent.
After that I manually backed up the Nextcloud app and downloaded the backup configuration:
{
"remotePath": "2023-02-21-174034-972/app_cloud.example.com_v4.16.2",
"encrypted": false,
"provider": "cifs",
"format": "tgz",
"memoryLimit": 838860800,
"schedulePattern": "00 00 23 * * *",
"retentionPolicy": {
"keepDaily": 2,
"keepWeekly": 4
},
"prefix": "",
"noHardlinks": false,
"mountOptions": {
"host": "u123456.your-storagebox.de",
"remoteDir": "/backup",
"username": "u123456",
"password": "●●●●●●●●",
"seal": false
},
"uploadPartSize": 10485760,
"encryption": null,
"mountStatus": {
"state": "active",
"message": "Mounted"
}
}
I uploaded it to the new Cloudron instance where the Nextcloud app does exist, and imported it as a backup.
The new image is downloading and after that I get the following error message:
Error : Not found - File not found: /mnt/cloudronbackup/2023-02-21-174034-972/app_cloud.example.com_v4.16.2.tar.gz
I checked on the Hetzner StorageBox and the file does exist:
u123456 /home/2023-02-21-174034-972 > ls -l
total 283022398
-rwxr--r-- 2 u123456 u123456 144841974298 Feb 21 22:05 app_cloud.example.com_v4.16.2.tar.gz
The file is located at:
u123456 /home/2023-02-21-174034-972 > pwd
/home/2023-02-21-174034-972
I don't understand why it doesn't download the backup file to the new server. I am happy for any tipps in this situation.
Best
Jay