Page 1 of 1

How to download Neocities site using CLI?

Posted: Mon Mar 27, 2023 6:24 pm
by Cobra!
Hey, I recall someone on the Yesterweb Discord server (when that was around) showed me a way to download your Neocities site if it's too big to do directly, through a CLI program. I can't remember how, though.

I plan to do a total makeover for my site and want to archive the site as it is right now to preserve the final state of the site as it is. Also have it as a backup in case something goes wrong.

Anyone know how I can do that?

EDIT: I just realised I posted this in the wrong forum! It was meant to go in Webeaving! Iā€™m so sorry! Can someone move it?

Re: How to download Neocities site?

Posted: Mon Mar 27, 2023 6:28 pm
by Grafo
Sadness has a guide on how to do it on her site: https://sadgrl.online/learn/articles/neocities-backup

Re: How to download Neocities site using CLI?

Posted: Mon Mar 27, 2023 6:40 pm
by Cobra!
Well, that uses WebDAV, which from experience is painfully slow. I was shown a tool that works through CLI like youtube-dl.

EDIT: I think I found it: https://vincentsdungeon.com/posts/Rclon ... 20You.html

Re: How to download Neocities site using CLI?

Posted: Mon Mar 27, 2023 9:35 pm
by Contest6284
Cobra! wrote: ā†‘Mon Mar 27, 2023 6:40 pm Well, that uses WebDAV, which from experience is painfully slow. I was shown a tool that works through CLI like youtube-dl.

EDIT: I think I found it: https://vincentsdungeon.com/posts/Rclon ... 20You.html
Once you're done, if you're happy using the command line, it might be worth using git to control your site and its changes. A friend of mine does this and finds it works particularly well.

Similarly, neocities has a guide on how to use their CLI tool alongside git directly.

Re: How to download Neocities site using CLI?

Posted: Tue Mar 28, 2023 1:29 am
by Cobra!
Contest6284 wrote: ā†‘Mon Mar 27, 2023 9:35 pm
Cobra! wrote: ā†‘Mon Mar 27, 2023 6:40 pm Well, that uses WebDAV, which from experience is painfully slow. I was shown a tool that works through CLI like youtube-dl.

EDIT: I think I found it: https://vincentsdungeon.com/posts/Rclon ... 20You.html
Once you're done, if you're happy using the command line, it might be worth using git to control your site and its changes. A friend of mine does this and finds it works particularly well.

Similarly, neocities has a guide on how to use their CLI tool alongside git directly.
I never thought about it, but I totally should do that. Thanks!