<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I've seen web pages mention the use of wget to back up websites, and mention using either MacPorts or Homebrew to install wget (which doesn't come with macOS).<div class=""><br class=""></div><div class="">They also seem to suggest that rsync over ssh might be better (no credentials in the clear, unlike wget using ftp). MacOS does include rsync, but one might want a newer version for some reason.<br class=""><div><br class=""></div><div>Both being command line and capable of other uses, one still needs to know how to use them. :-)</div><div><br class=""></div><div>If the website includes a database, one may also need ssh access to run a database dumping tool (since a database can be a moving target, you may not want to simply copy the underlying files).</div><div><br class=""></div><div>Not something I've done, just the result of a couple of minutes of googling. Me, if there were no databases, I'd set up ssh access and use tar or cpio or rsync to do the copying. Rsync is likely more efficient in terms of bandwidth, but I have seen it choke on synchronizing REALLY large directory trees.</div><div><br class=""><blockquote type="cite" class=""><div class="">On Mar 12, 2023, at 20:49, Craig Treleaven <<a href="mailto:ctreleaven@cogeco.ca" class="">ctreleaven@cogeco.ca</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><blockquote type="cite" class=""><div class="">On Mar 12, 2023, at 5:35 PM, Sarah Zinsmeister <<a href="mailto:sarah.zinsmeister@web.de" class="">sarah.zinsmeister@web.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: -webkit-standard, serif; font-size: 18px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">I actually thought this was a program to back up websites</span></div></blockquote></div><br class=""><div class="">As others have said, you can leave Macports installed without any risk.  Or uninstall it if you don’t intend to use it.</div><div class=""><br class=""></div><div class="">However, perhaps we can help you achieve the goal of backing up websites.  If you found this idea on the web, could you post a link so that we can help you work through what may be required?</div><div class=""><br class=""></div><div class="">Craig</div><div class=""><br class=""></div></div></div></blockquote></div><br class=""></div></body></html>