STACK is a cloud storage solution provided by the Dutch hosting company TransIP. With a free account you can store up to 1000 GB, which makes it a great solution for use as backend in Duplicati.
STACK is available only for Dutch and Belgium users.
STACK supports WebDAV (in fact it’s a customized version of OwnCloud), what can be used to configure Duplicati.
This How-to describes the basic steps to configure Duplicati for making backups to STACK.
- If you do not have a stack account, request an invite at https://www.transip.nl/stack/.
(NOTE: The service is targeted to Dutch and Belgium users. Requests from other countries will be refused).
When your request is acknowledged, you will get an email with instructions for setting up your STACK account. - (Optional, but recommended)
Create a STACK subaccount for your backups to separate Duplicati backup volumes from your regular files that you want to store/share in your STACK. - (Optional, but recommended)
Create a new folder or folder structure in your STACK, using your subaccount if you created one in step 2. - In the Duplicati Web UI, add a new backup.
- Choose WebDAV as the storage type.
- Use these settings for your backup job:
- Use SSL: Selected
- Server and port:
youraccountname.stackstorage.com
Replace youraccountname with the name of your STACK account. - Path on server:
remote.php/webdav/Foldername/Subfoldername
If you created a folderBackup
with a subfolderMyPC
, the path will beremote.php/webdav/Backup/MyPC
- Username and Password: The name and password of the subaccount you created in step 2. If you didn’t create a subaccount, use the main username and password of your STACK account.
All other settings in the wizard are described in the Getting started guide.