- Nov 14, 2019
-
-
Yuanle Song authored
- renmaed mbackup-for-windows.fsproj to mbackup.fsproj this file name is the project name. now exe is named mbackup.exe - use framework dependent release. - include rsync-mingw in one msi - use installed rsync and ssh path in Program.fs
-
Yuanle Song authored
- introduced wix, make - rsync-mingw64.msi works - I decide to include rsync inside mbackup.msi, and install it in the same app dir. So this working rsync-mingw64.msi config will be removed in next commit.
-
Yuanle Song authored
now target can be specified in config file. renamed some function to use camelCase.
-
Yuanle Song authored
logger functions now support variable number of arguments.
-
- Nov 13, 2019
-
-
Yuanle Song authored
added unit test sub project.
-
- Nov 12, 2019
-
-
Yuanle Song authored
still missing many pieces and missing windows specific handling.
-