diff --git a/README.md b/README.md index 2f19af1..9fb04c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # sshbackup -sshbackup is a shell script for doing incremental backups. +sshbackup is a bash script for doing incremental backups. it creates as many incremental versions of a folder as you wish for and it does that with local folders as well as with remote folders. diff --git a/sshbackup b/sshbackup index 6fdc06e..b03ca75 100755 --- a/sshbackup +++ b/sshbackup @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # ************************************* # # #