Skip to content
  1. Nov 17, 2019
  2. Nov 15, 2019
    • Yuanle Song's avatar
      allow msi upgrade; add shortcuts when installing; · 97216b59
      Yuanle Song authored
      - allow msi major upgrade
      - add desktop and start menu shortcut for mbackup.exe file
      - set HOME env variable when running rsync.exe.
        ssh.exe wants to access HOME dir.
        but this change seems not working in win 10 VM.
      - add Version info in mbackup.fsproj
        - mbackup.exe supports --version option.
          - when build msi file, include version in filename
          - use printf %A to print exception detail.
      97216b59
  3. Nov 14, 2019
    • Yuanle Song's avatar
      only require ssh private key when backup to remote node; · e65b52e4
      Yuanle Song authored
      fail fast if ssh key doesn't exist. don't run rsync.
      
      formatted code using vscode format document command
      e65b52e4
    • 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