Can't download my backup

hello, when i click the download button it shows me this:


i didn’t change or touch anything and realized about this problem 24 hours ago

You can use this command to download backups to your local Windows system

scp -P 22 [email protected]:/backup/www_backup_2025-01-05_05-10-15.tar C:\Users\Administrator\Downloads\

You can also upload local backups to the server


scp -P 22 C:\Users\Administrator\Downloads\www_backup_2025-01-05_05-10-15.tar [email protected]:/root/

You can try too:

sftp [email protected]
cd /backup/
dir
get admin.2025-02-03_05-10-43.tar

1 Like

Know issues changing the owner to hestiaweb solves the issue

1 Like

how I can do that please?

chown hestiaweb /backup/*.tar

1 Like

worked! thank you

1 Like

it worked for me too, thank you

1 Like

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