aboutsummaryrefslogtreecommitdiff
path: root/src/restore.c
AgeCommit message (Collapse)Author
2023-11-12Rename C source file to C++ source filesJan Sucan
2023-11-12Refactor the file size and tell operationsJan Sucan
This was done in order to avoid C++ compiler warnings about comparing types with different signedness.
2022-06-18Refactor the command line interfaceJan Sucan
Select operation by its name instead of by number of the arguments.
2021-06-06Fix restoring a diff imageJan Sucan
2021-05-30Fix cppcheck warningsJan Sucan
2021-05-30Add the license to each source fileJan Sucan
2021-05-30Move backup and restore code to separate source filesJan Sucan