This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,6 +1,8 @@
|
||||
/vendor/
|
||||
/output/
|
||||
/temp/
|
||||
/.phpdoc/
|
||||
*.log
|
||||
config.yml
|
||||
composer.phar
|
||||
*.phar
|
||||
*.deb
|
11
README.md
11
README.md
@ -2,4 +2,13 @@
|
||||
|
||||
[![Build status](https://build.jcktrue.dk/api/badges/jct/backupscript/status.svg)](https://build.jcktrue.dk/jct/backupscript)
|
||||
|
||||
Backup script utilizing Rclone to backup local file systems and send notifications.
|
||||
Backup script utilizing Rclone to backup local file systems and send notifications.
|
||||
|
||||
# Rclone install
|
||||
wget https://downloads.rclone.org/rclone-current-linux-amd64.deb
|
||||
sudo dpkg -i rclone-current-linux-amd64.deb
|
||||
|
||||
# PHP Docs
|
||||
wget https://phpdoc.org/phpDocumentor.phar
|
||||
chmod +x phpDocumentor.phar
|
||||
./phpDocumentor.phar
|
18
phpdoc.dist.xml
Normal file
18
phpdoc.dist.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<phpdocumentor
|
||||
configVersion="3"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="https://www.phpdoc.org"
|
||||
>
|
||||
<title>backupscript</title>
|
||||
<paths>
|
||||
<output>output/docs</output>
|
||||
</paths>
|
||||
<version number="latest">
|
||||
<api>
|
||||
<source dsn=".">
|
||||
<path>src</path>
|
||||
</source>
|
||||
</api>
|
||||
</version>
|
||||
</phpdocumentor>
|
Reference in New Issue
Block a user