Skip to content

Instantly share code, notes, and snippets.

@wido
Created December 8, 2017 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wido/fdc6cadb8e4da5d67801060663e6241a to your computer and use it in GitHub Desktop.
Save wido/fdc6cadb8e4da5d67801060663e6241a to your computer and use it in GitHub Desktop.
Duply Configuration with SSH on PCextreme's Aurora Mammoth
# Duply configuration I use to backup my ownCloud server to PCextreme's Aurora Mammoth: https://www.pcextreme.com/aurora/mammoth
#
# Uses SSH/SFTP to store data
#
# Yes, I disabled GPG on purpose
#
# File: /root/.duply/owncloud/conf
#
GPG_KEY='disabled'
TARGET='rsync://XXXXXXXX@store01.ams01.auroramammoth.eu/owncloud'
SOURCE='/mnt/owncloud'
MAX_AGE=1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment