From b363509ab66ce0a9744042bd52f03a2c26531921 Mon Sep 17 00:00:00 2001 From: Yuanle Song Date: Tue, 19 Nov 2019 21:44:24 +0800 Subject: [PATCH] update README.md --- README.md | 7 ++++--- operational | 9 +++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e645a63..9ada04f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ mbackup for windows Intro ------ mbackup is a file backup tool based on [rsync](https://rsync.samba.org/). -It supports backup a list of files and dirs to local dir or remote ssh node. -Since mbackup is based on rsync, it supports incremental backup efficiently. +It supports backup a list of files and directories to local directory or +remote ssh node. Since mbackup is based on rsync, it supports incremental +backup efficiently. Difference with rsync: rsync doesn't have an official windows build. rsync doesn't support windows style path in source, target, and file lists. You can @@ -23,7 +24,7 @@ from [dotnet core 3](https://dotnet.microsoft.com/download/dotnet-core/3.0) and install both. Get mbackup msi installer from -https://emacsos.com/software/mbackup-for-windows and run it. I don't have a +https://blog.emacsos.com/mbackup-for-windows.html and run it. I don't have a key to sign the exe, you should verify sha256sum if you worry about file integrity. diff --git a/operational b/operational index 3711b6c..4706149 100644 --- a/operational +++ b/operational @@ -242,6 +242,15 @@ vscode should at least always indent using space for F#. * current :entry: ** +** 2019-11-19 allow local Users group to have full access to local list and local exclude file. +by default, only admin can modify them, Users can only read/execute them. +** 2019-11-19 drop the mbackup-logon task. +it never runs. + +- problem + - why it never runs? + if it runs fine, I would rather keep this task. + ** 2019-11-18 get a simple web page up to host the msi file. see URL in README.md serve msi from apt.emacsos.com CDN. -- GitLab