aboutsummaryrefslogtreecommitdiff
path: root/src/backup.c
AgeCommit message (Collapse)Author
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.
2022-03-05Fix checking of a return valueJan Sucan
2022-03-05Fix an error messageJan Sucan
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-30Split the backup code into smaller functionsJan Sucan
2021-05-30Fix writing of diff file recordsJan Sucan
2021-05-30Move backup and restore code to separate source filesJan Sucan