|
@@ -6,9 +6,13 @@ Easy-to-use script to backup files to Yandex Disk using mechanism of remote down
|
|
|
#### Warning!
|
|
|
Use only if your backup files are accessible from the web.
|
|
|
|
|
|
-The example of using [provided](https://repo.underclub.ru/subbclub/autobackup/src/master/subbclub/examples/yandex.php) in examples directory.
|
|
|
+The example of using [provided](https://github.com/subbclub/autobackup/blob/master/examples/yandex.php) in examples directory.
|
|
|
|
|
|
### Install using composer:
|
|
|
```
|
|
|
composer require subbclub/autobackup
|
|
|
```
|
|
|
+
|
|
|
+#### Origin
|
|
|
+
|
|
|
+The new versions also available from [our repo](https://repo.underclub.ru/subbclub/autobackup/)
|