[Removed Script] backity.sh: Wasn't ever going to write more anyway

This commit is contained in:
mollusk 2016-07-11 04:29:44 -07:00
parent 64566f7585
commit a8ff25b193
2 changed files with 0 additions and 25 deletions

View File

@ -1,14 +0,0 @@
#!/bin/bash
localBackup(){
echo -n "Directory or file to backup: "
read input
echo -n "Output directory: "
read output
duplicity -v ${input} file//${output}
}
localBackup

View File

@ -1,11 +0,0 @@
#!/bin/bash
#=====| General Options |======#
#default directory to backup
DEFAULTDIR="/home/${USER}"
BACKUPNAME="$(date +"%m_%d_%Y")"
#======| Network Options |=====#
PROTOCOL=
SERVERNAME=""