This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#title : timemachine-install.sh | |
#description : Script for installing a Time Machine server. | |
#more : http://www.elomagic.de | |
#author : Carsten Rambow | |
#date : 2016-12-02 | |
#usage : /bin/bash timemachine-install.sh | |
#tested-distros : Ubuntu Server 16.10, Raspbian (Based on Debian) | |
TIMEMACHINE_USER="timemachine" |