From 0a195d3a015d596cfcf3242fbed585c9ea6f87e7 Mon Sep 17 00:00:00 2001 From: clewsy Date: Thu, 29 Oct 2020 11:24:03 +1100 Subject: [PATCH] Updates. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb7f82f..7821bab 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,19 @@ [**apt_all.sh**][link_repo_apt_all.sh] -Runs apt-get update, apt-get dist-upgrade, apt-get autoremove and apt-get autoclean on a provided host or list of hosts. +Runs apt-get update, apt-get dist-upgrade, apt-get autoremove and apt-get autoclean on a provided host or list of hosts. Logs results to file. --- [**ball.sh**][link_repo_ball.sh] -Runs bu.sh on a bunch of remote host or list of hosts. +Runs bu.sh on a bunch of remote host or list of hosts. Logs results to file. --- [**bu.sh**][link_repo_bu.sh] -Uses rsync to back up files and directories in a list file to a remote server. Falls back to scp if rsync is not installed. +Uses rsync to back up files and directories in a list file to a remote server. Logs results to file. --- -- GitLab