-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
topic: file backup #3
Comments
@wontem would you like to take this one on? If so, thank you and I'll assign the issue to you. |
@gvwilson yes please |
Thanks @wontem - can you please create a subdirectory under the project root called |
Just a heads-up. Had no time to push anything meaningful recently. I plan to have a draft PR the next week |
Ok, it seems I can't find enough time for this, unfortunately. I'm still interested in the project, but can't provide any ETA. |
SHA-256 implementation can be found here |
All good :) @bhansconnect mentioned being interested in picking up chapters in cases like this, no obligation of course. |
The problem
Create a system that allows creating a backup of a directory and restoring directory state from the backup
Technical challenges
Takeaways
dirState == restore(backup(dirState))
Storytelling ideas
The text was updated successfully, but these errors were encountered: