Over 200 add-ons available under a single subscription for $40 per month!

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_login and yd_pass — Yandex.Disk credentials;
  • yd_folder — target folder on the disk;
  • items_to_keep — how many archives to keep.

How to use

  1. Copy the cron command from the addon settings.
  2. Schedule it to run periodically.

Import and export

The addon does not provide import/export.

Checking that it works

  1. Run the cron command manually.
  2. 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.