[Removed Script] backity.sh: Wasn't ever going to write more anyway
This commit is contained in:
parent
64566f7585
commit
a8ff25b193
@ -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
|
@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
#=====| General Options |======#
|
||||
#default directory to backup
|
||||
DEFAULTDIR="/home/${USER}"
|
||||
BACKUPNAME="$(date +"%m_%d_%Y")"
|
||||
|
||||
#======| Network Options |=====#
|
||||
|
||||
PROTOCOL=
|
||||
SERVERNAME=""
|
Loading…
x
Reference in New Issue
Block a user