Skip to content
  1. Nov 14, 2019
    • Yuanle Song's avatar
      mbackup.msi works on dev node. · a00a1c3c
      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
      a00a1c3c
    • Yuanle Song's avatar
      WIP build msi using wix. · d2bd4ec4
      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.
      d2bd4ec4
    • Yuanle Song's avatar
      add config parser support. · 98d8bb36
      Yuanle Song authored
      now target can be specified in config file.
      renamed some function to use camelCase.
      98d8bb36
    • Yuanle Song's avatar
      moved some functions to Lib.fs; · 06c2e2fb
      Yuanle Song authored
      logger functions now support variable number of arguments.
      06c2e2fb
  2. Nov 13, 2019
  3. Nov 12, 2019