PHP implementation of megaSync.
php-megasync is one side Sync only
Local -> Remote (with removal)
You need to have a linux server with running php.
php exec() function must be accepted to allow you to use correctly the service.
on your Linux server you need to install one packet megatools who can be here:
https://github.com/megous/megatools
- Edit
megasync.php
and set Login details
$megatools->CONFIG["LOG"] = true;
$megatools->CONFIG["EXTENSION"] = array("jpg", "png", "gif");
$ php megasync.php "/local/folder" "/mega/folder"
- Run script from console to avoid http timeouts.
- Use tmux if you have a lot of files.