diff --git a/README.md b/README.md index bb7f82f69f17b69f5eaf2364b9c1abebb13025de..7821babef64aa3dd4f9f7c8f713a73a8acc7b445 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. ---