Fs-tools - partition-level backup

After creating ts-tools, I felt the need to create fs-tools for much the same reason; i.e., for headless systems but it makes a full image of the selected partitions. Nice when you want a true image of the partition and not just an OS-level backup.

Totally free to use. Feedback and suggestions are welcome.

3 Likes

Seeing a CLAUDE.md file in the repository, could you disclose how much of the code has been generated by AI?

To be honest, I’d not feel comfortable running such a tool knowing it’s been mostly AI-generated.

2 Likes

I wrote the code. Working solo, I use Claude for code review, debug, and validate. I understand the concern. Details are in the README, but these are essentially a wrapper around fsarchiver. Nothing particularly magical, just added some convenience features and established a consistent storage format.

3 Likes

Okay, thanks for the disclosure!

2 Likes

Thanks for asking. I should have clarified that. I wrote the code, had a chat with Claude about things to include in the CLAUDE.md, and had some back-and-forth to review and improve the code.

2 Likes