This repository has been archived by the owner on May 16, 2024. It is now read-only.
Releases: Ardakilic/backmeup
Releases · Ardakilic/backmeup
Version 1.5.0
Version 1.4.0
- Mega.nz integration implemented
- 7-zip archive support
- Encryption support for 7-zip archives.
Version 1.2.0
- 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
- You can now define "Database Host" and "Database Port" parameters, so you may even get dumps from remote services such as Amazon RDS.
DBHOST
andDBHOST
values should be added in.backmeuprc
- The version numbers will follow Semantic Versioning from now on.
Version 1.0.1
- 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
- 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
- Added Path variables into script, so that it should work better on cron.