Add backup FROM SFTP to local

This commit is contained in:
2020-04-16 17:57:14 +02:00
parent c18d517afb
commit 0952cf2db3
9 changed files with 184 additions and 17 deletions

View File

@@ -4,6 +4,8 @@ namespace Shikiryu\Backup\Backup;
class Folder extends BackupAbstract
{
use IsLocalTrait;
public function __construct(array $config = array())
{
parent::__construct($config);