NextDom\Repo\RepoSamba
Access to samba functionality
Synopsis
class RepoSamba
implements
BaseRepo
{
- // members
- public static string $_name = 'Samba';
- public static string $_icon = 'fas fa-server';
- public static string $_description = 'repo.samba.description';
- public static array $_scope = ;
- public static array $_configuration = ;
- // methods
- public static void backup_send()
- private static void cleanBackups()
- public static array backup_list()
- public static void backup_restore()
Hierarchy
Implements
Members
public
- $_configuration — array
- $_description
- $_icon
- $_name — string
- $_scope — array
Methods
private
- cleanBackups() — Remove old backups on the server
public
- backup_list() — Get list of backups
- backup_restore() — Start restore process
- backup_send() — Send backup to the share