You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Script to back up the contents of /media/Seagate320/Dropbox
# Uses GPG encryption for security
# Keeps 1 week of data
# Uploads some files to external storage
tar c /media/Seagate320/Dropbox | gpg -e --batch -u "Gareth Robert Halfacree" -r "Gareth Robert Halfacree" > /media/Seagate320/backup/Dropbox_`date '+%Y%m%d'`.tar.gpg