backupscript/README.md
Jens True 7ab7998ac7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Split progressbar output into two windows.
2023-08-31 13:15:06 +00:00

601 B

Backup script

Build status

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

Test, analyze, metrics, document

./composer.phar test-coverage && ./composer.phar analyze && ./composer.phar metrics && ./composer.phar doc