Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Releases: Ardakilic/backmeup

Version 1.5.0

20 Oct 10:37
6595bcf
Compare
Choose a tag to compare
  • Google drive feature implemented: #6
  • A minor fix on creating folders step: #7

Version 1.4.0

09 Aug 14:22
Compare
Choose a tag to compare
  • Mega.nz integration implemented
  • 7-zip archive support
  • Encryption support for 7-zip archives.

Version 1.2.0

28 Jun 15:26
Compare
Choose a tag to compare
  • Owncloud Support! You can now upload your backup files to your Owncloud server using WebDAV bridge and curl. You can refer to updated .backmeuprc and update if necessary.

Version 1.1.0

24 May 08:26
Compare
Choose a tag to compare
  • You can now define "Database Host" and "Database Port" parameters, so you may even get dumps from remote services such as Amazon RDS. DBHOST and DBHOST values should be added in .backmeuprc
  • The version numbers will follow Semantic Versioning from now on.

Version 1.0.1

13 May 10:06
Compare
Choose a tag to compare
  • External configuration file support. Now you can update backmeup hassle-free! The file's located at: ~/.backmeuprc
  • Amazon S3 Storage Class Support: Now you can set how the backup will be stored (Normal or Infrequent Access or Reduced Redundancy for lesser storage costs).
  • An issue with Dropbox-uploader download path is fixed.

Version 1.0.0

11 May 17:09
Compare
Choose a tag to compare
  • Amazon S3 support (using official aws-cli)
  • The code is optimised to use in cron
  • Arguments and options support. You can pass the arguments and options to the script on-the-fly

Version 0.1.1

04 May 10:22
Compare
Choose a tag to compare
  • Added Path variables into script, so that it should work better on cron.