Skip to content

Releases: idachev/autohomebackup

Switched to use Dropbox v2 API

10 Jan 09:23

Choose a tag to compare

Implemented to use the Dropbox v2 API as the v1 was dropped.
Start using this PHP SDK: https://github.com/kunalvarma05/dropbox-php-sdk

Fixed to always remove backup files

31 Aug 03:33

Choose a tag to compare

If there is a problem on backuping all files the backup archive will stay on the server.
That could lead to quick disk spaces exhausting.
Fix is to always remove the backup.
We found out that when you backup full cPanel home folder sometimes there are lock files
that are changed or not be able to read them and tar produce error/warning messages.
That leaded to not deleting the backup after uploading it.

Changed to add Year-Month to destination backup sub directory

16 Apr 20:03

Choose a tag to compare

This change is usefull to make nice ordered directories for the backups.

Separate Dropbox SDK PHP directory

06 Mar 22:49

Choose a tag to compare

Several other fixes as well.

Config Options Fixes

06 Mar 06:40

Choose a tag to compare

Fix to have single config option section in the beginning of the script.

Last Minute Fixes

05 Mar 06:44

Choose a tag to compare

What changed:

  • Use the latest Dropbox PHP SDK v1.1.6
  • Separate config options to required and default ones to minimize config file content.

First official version!

05 Mar 01:04

Choose a tag to compare

Initial first official version!!

Happy backups to all of you!!!

This version includes Dropbox PHP SDK v1.1.5