I was able to create working backups for both your sites today using wget:
wget --mirror --convert-links --html-extension --verbose --output-file=choan.org.log -X /user,/file,/node https://choan.org/
wget --mirror --convert-links --html-extension --verbose --output-file=choan.dk.log -X /user,/file,/node https://choan.dk/
I installed HTTrack and even WebHTTrack, and tried both and got the same errors that you got.
When I try other sites with httrack and webhrtrack, I get lots of errors and permission denied on Drupal 7 & 9, and backdrop sites.
HTTrack has not been updated since 2017, which is a long time in tech years!
Try the commands above, and adjust the log file location and the URL.
The -X paramater ignores all outputs for those paths. I sometimes also exclude the /feeds path.
--html-extension adds an .html extension to all url paths. This is probably required as Drupal and Backdrop sites do not contain a file extension.
Hope this helps.
I was able to create working backups for both your sites today using wget:
I installed HTTrack and even WebHTTrack, and tried both and got the same errors that you got.
When I try other sites with httrack and webhrtrack, I get lots of errors and permission denied on Drupal 7 & 9, and backdrop sites.
HTTrack has not been updated since 2017, which is a long time in tech years!
Try the commands above, and adjust the log file location and the URL.
The -X paramater ignores all outputs for those paths. I sometimes also exclude the /feeds path.
--html-extension adds an .html extension to all url paths. This is probably required as Drupal and Backdrop sites do not contain a file extension.
Hope this helps.