If you have a self hosted Atlassian suite (Bitbucket, Confluence or Jira) you might want to consider creating a backup of the data to an external repository such as AWS S3 in-case your server fails.
Mount Amazon S3 Bucket on Ubuntu
Mount Amazon S3 Buckets on Ubuntu I wanted the ability to mount a S3 bucket straight onto my Linux server so I wouldn’t have to rely on local storage, I have a write up on how to do this: You can do this without installing FUSE just by installing s3fs but that only allows the… Read more »