Backup to Yandex.Disk: Manual
Installation
Install the addon using standard CS‑Cart tools in Add-ons → Manage add-ons.
Configuration and running
Set:
cron_key— security key for cron access;yd_loginandyd_pass— Yandex.Disk credentials;yd_folder— target folder on the disk;items_to_keep— how many archives to keep.
How to use
- Copy the cron command from the addon settings.
- Schedule it to run periodically.
Import and export
The addon does not provide import/export.
Checking that it works
- Run the cron command manually.
- Make sure the archive appears in Yandex.Disk.
Maintenance
Update
Update the addon using standard CS‑Cart mechanisms or the addon git repository.
Uninstall
Uninstall the addon via Add-ons → Manage add-ons.
Files and entry points
app/addons/csc_yandex_backup/controllers/frontend/yd_backup.php— backup trigger.app/addons/csc_yandex_backup/lib/class.YaDisk.php— WebDAV client.