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?
How to download Neocities site using CLI?
- Cobra!
- Webmaster
- Reactions:
- Posts: 209
- Joined: Sat May 21, 2022 1:14 pm
- Pronouns: He/They
- Website: https://cobradile.neocities.org/
How to download Neocities site using CLI?
Last edited by Cobra! on Tue Mar 28, 2023 1:30 am, edited 2 times in total.
- Grafo
- Moderator
- Reactions:
- Posts: 68
- Joined: Tue May 10, 2022 4:14 pm
- Website: https://grafo.zone/
Re: How to download Neocities site?
Sadness has a guide on how to do it on her site: https://sadgrl.online/learn/articles/neocities-backup
- Cobra!
- Webmaster
- Reactions:
- Posts: 209
- Joined: Sat May 21, 2022 1:14 pm
- Pronouns: He/They
- Website: https://cobradile.neocities.org/
Re: How to download Neocities site using CLI?
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
EDIT: I think I found it: https://vincentsdungeon.com/posts/Rclon ... 20You.html
- Contest6284
- Newbie
- Reactions:
- Posts: 8
- Joined: Tue Feb 14, 2023 9:50 pm
- Pronouns: they/them
- Website: http://www.sbcv.co.uk
Re: How to download Neocities site using CLI?
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.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
Similarly, neocities has a guide on how to use their CLI tool alongside git directly.
- Cobra!
- Webmaster
- Reactions:
- Posts: 209
- Joined: Sat May 21, 2022 1:14 pm
- Pronouns: He/They
- Website: https://cobradile.neocities.org/
Re: How to download Neocities site using CLI?
I never thought about it, but I totally should do that. Thanks!Contest6284 wrote: ↑Mon Mar 27, 2023 9:35 pmOnce 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.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
Similarly, neocities has a guide on how to use their CLI tool alongside git directly.