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
hello, when i click the download button it shows me this:
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
Know issues changing the owner to hestiaweb solves the issue
how I can do that please?
chown hestiaweb /backup/*.tar
worked! thank you
it worked for me too, thank you
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.