Sign inSign up

chriswayg/s3ql-cron-backup

By chriswayg

Updated about 7 years ago

S3QL encrypted cloud filesystem with cron for scheduled backups

Image
1

452

chriswayg/s3ql-cron-backup repository overview

S3QL encrypted cloud filesystem

Build Status

S3QL S3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3, or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with internet access.

S3QL is a standard conforming, full featured UNIX file system that is conceptually indistinguishable from any local file system. Furthermore, S3QL has additional features like compression, encryption, data de-duplication, immutable trees and snapshotting which make it especially suitable for online backup and archival.

How to Use

Create S3QL encrypted filesystem and mount it

docker run -d --init --name=s3ql-filesystem_1 --cap-add sys_admin --device=/dev/fuse \
-e S3QL_STORAGE_URL="gs://travis-temp-test-bucket" \
-e S3QL_BACKEND_LOGIN="GOOGNDASIXLIDR6A45APYFNC" \
-e S3QL_BACKEND_PASSWORD="Q0yOJofPrzg13Qa3R5cNnlu/WIUPO9BeCm6bFtia" \
-e S3QL_FS_PASSPHRASE="NVPBHCzWirXdHE9vDYAhcXTeXDnpBLoxDZqcpvfm" \
-e S3QL_CRONTAB="*/1 * * * * echo 'Hello'" \
s3ql-cron-backup

Notes

Author

  • Christian Wagner

Tag summary

Content type

Image

Digest

Size

133.7 MB

Last updated

about 7 years ago

docker pull chriswayg/s3ql-cron-backup