aboutsummaryrefslogtreecommitdiffstats
path: root/backuper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backuper.sh')
-rw-r--r--backuper.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/backuper.sh b/backuper.sh
index f8ef7e1..a68d1a3 100644
--- a/backuper.sh
+++ b/backuper.sh
@@ -48,12 +48,6 @@ cmd() {
places() {
PLACES="$1"
[ "$#" -gt 1 ] && error "Specify places as string"
-
- #STR=""
- #for PLACE in "$@"; do
- # STR="$STR "$PLACE""
- #done
- #PLACES="$STR"
}
exclude() {
@@ -198,15 +192,6 @@ store_file() {
store "sh -c 'cat > ${1}/${FILENAME_ENC}'"
}
-#enc() {
-# title "Encrypt"
-# /usr/bin/time -f "$TIME_FMT" gpg --compress-algo zlib --recipient "$GPG_RECIPIENT" -e "$DST"/"$FILENAME"
-# [ "$?" != 0 ] && die "Encription failed"
-# rm "$DST"/"$FILENAME"
-# printf "Encrypted backup:\t%s (%s)\n\n" "$FILENAME_ENC" "$(get_size "$DST"/"$FILENAME_ENC")"
-#}
-#
-
backup() {
test_input
prepare