Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Releases: sralloza/backup-to-cloud

Release 2.2.0

28 Jun 13:43
Compare
Choose a tag to compare

From changelog:

2.2.0 - 2020-06-28

Added

  • Improve mimetype detection reading file content.

Release 2.1.0

26 Jun 09:43
Compare
Choose a tag to compare

From changelog:

2.1.0 - 2020-06-26

Fixed

  • New files were uploaded to the root folder regardless of setting cloud-folder-id.
  • Ensure mimetype of .toml files.
  • Ensure mimetype of .sh files to application/x-sh, as Mozilla specifies.

Release 2.0.0

20 Jun 18:29
Compare
Choose a tag to compare

From changelog:

2.0.0 - 2020-06-20

Added

  • Add attribute filter.
  • Improve MIME type detection.
  • Add CLI command gen-token to generate a new token from the credentials file (credentials.json)

Changed

  • Default cloud-folder-id is now root, which corresponds to the root folder of google drive.
  • Improved naming of files inside the zip file.
  • Rename attribute path to root-path.
  • Rename entry types: foldermultiple-files, filesingle-file.

Fixed

  • Added tests for everything.
  • Fixed README
  • Fixed bugs.