Hello people!
I have been updating my Cloudron install to migrate to another machine using Ubuntu 24, but After the upgrade it looks like I am not able to do backups like I used to. I do backups using SSHFS, on a remote server running Windows, and I did not change any of the backup settings before upgrading.
When I try to manually back up, I get this error from the logs:
[no timestamp] at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
[no timestamp] at ChildProcess.emit (node:events:518:28)
[no timestamp] at ChildProcess.exithandler (node:child_process:422:12)
[no timestamp] at Object.copy (/home/yellowtent/box/src/storage/filesystem.js:189:30)
[no timestamp] at genericNodeError (node:internal/errors:984:15)
[no timestamp] at maybeClose (node:internal/child_process:1105:16)
[no timestamp] at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[no timestamp] at wrappedFn (node:internal/errors:538:14)
[no timestamp] cmd: 'ssh -o "StrictHostKeyChecking no" -i /home/yellowtent/platformdata/sshfs/id_rsa_[Backup IP] -p 22 [Backup User]@[Backup IP] cp -al snapshot/app_0f9d09df-539e-4f8b-bedf-91597c6ff778.tar.gz 2024-07-19-152601-428/app_music.ganyuss.com_v1.17.0.tar.gz'
[no timestamp] code: 1,
[no timestamp] killed: false,
[no timestamp] signal: null,
[no timestamp] copy errored with code 1 message Command failed: ssh -o "StrictHostKeyChecking no" -i /home/yellowtent/platformdata/sshfs/id_rsa_[Backup IP] -p 22 [Backup User]@[Backup IP] cp -al snapshot/app_0f9d09df-539e-4f8b-bedf-91597c6ff778.tar.gz 2024-07-19-152601-428/app_music.ganyuss.com_v1.17.0.tar.gz
[no timestamp] n'est pas reconnu en tant que commande interne, externe, un programme ex�cutable ou un fichier de commandes.
Only those lines have "no timestamp", the rest of the logs look fine
Error message translation: 'cp' is not recognized as an internal or external command.
Here are my configuration details for backing up:
Let me know if I missed something, of it is an actual regression.
Thank you for your time,
ganyuss