summaryrefslogtreecommitdiffstats
path: root/backup.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-01-25 23:48:19 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-01-25 23:48:19 +0100
commit1b6847339e155210c6fdbaca8eb0dbf4d96fa221 (patch)
tree7b4735cc396221bbfa84d08fd6e7615659441a90 /backup.sh
parent7d21cdc40f4d76a286c3ab388da74fe83ca2f7de (diff)
downloadbin-1b6847339e155210c6fdbaca8eb0dbf4d96fa221.tar.gz
bin-1b6847339e155210c6fdbaca8eb0dbf4d96fa221.tar.xz
backup.sh: fix typo
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'backup.sh')
-rwxr-xr-xbackup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/backup.sh b/backup.sh
index f69b5ef..d32d982 100755
--- a/backup.sh
+++ b/backup.sh
@@ -39,6 +39,6 @@ backup() {
#export PASSPHRASE=""
}
-backup / pexepct+sftp://backup/$HOSTNAME-backup/root/ --exclude-globbing-filelist /root/duplicity_root_filter
-backup /home/ pexepct+sftp://backup/$HOSTNAME-backup/home/ --exclude-globbing-filelist /root/duplicity_home_filter
-backup /boot/ pexepct+sftp://backup/$HOSTNAME-backup/boot/
+backup / pexpect+sftp://backup/$HOSTNAME-backup/root/ --exclude-globbing-filelist /root/duplicity_root_filter
+backup /home/ pexpect+sftp://backup/$HOSTNAME-backup/home/ --exclude-globbing-filelist /root/duplicity_home_filter
+backup /boot/ pexpect+sftp://backup/$HOSTNAME-backup/boot/