Skip to content

Commit

Permalink
more work on backup-storages; add backup cli-command
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <[email protected]>
  • Loading branch information
d00p committed Sep 4, 2023
1 parent 338b855 commit 9d2077d
Show file tree
Hide file tree
Showing 10 changed files with 1,075 additions and 151 deletions.
2 changes: 2 additions & 0 deletions bin/froxlor-cli
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

declare(strict_types=1);

use Froxlor\Cli\BackupCommand;
use Froxlor\Cli\ConfigDiff;
use Symfony\Component\Console\Application;
use Froxlor\Cli\RunApiCommand;
Expand Down Expand Up @@ -62,5 +63,6 @@ $application->add(new InstallCommand());
$application->add(new MasterCron());
$application->add(new UserCommand());
$application->add(new ValidateAcmeWebroot());
$application->add(new BackupCommand());
$application->add(new ConfigDiff());
$application->run();
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"erusev/parsedown": "^1.7",
"symfony/console": "^5.4",
"pear/net_dns2": "^1.5",
"amnuts/opcache-gui": "^3.4"
"amnuts/opcache-gui": "^3.4",
"aws/aws-sdk-php": "^3.280"
},
"require-dev": {
"phpunit/phpunit": "^9",
Expand Down
Loading

0 comments on commit 9d2077d

Please sign in to comment.