#!/bin/bash function backup(){ sourceDir="" backupDir="" export PASSPHRASE=sonypony duplicity ${sourceDir} file://${backupDir} }