Метод | Описание | |
---|---|---|
__construct ( ) | ||
backup ( ) : boolean | Perform the file backup. | |
get_exclude_string ( ) : string | Convert the exclude rules to a format zip accepts | |
get_zip_executable_path ( ) : string | false | Calculate the path to the zip executable. |
public get_exclude_string ( ) : string | ||
Результат | string | The exclude string ready to pass to `zip -x` |
public get_zip_executable_path ( ) : string | false | ||
Результат | string | false | The path to the executable or false. |