# Functions

No description provided by the author
Clean - removed all data in shadow folder.
CreateBackup - create new backup of all tables matched by tablePattern If backupName is empty string will use default backup name.
No description provided by the author
GetLocalBackups - return slice of all backups stored locally.
GetRemoteBackups - get all backups stored on remote storage.
GetTables - get all tables for use by PrintTables and API.
No description provided by the author
No description provided by the author
NewBackupName - return default backup name.
No description provided by the author
PrintLocalBackups - print all backups stored locally.
PrintRemoteBackups - print all backups stored on remote storage.
PrintTables - print all tables suitable for backup.
No description provided by the author
No description provided by the author
No description provided by the author
Restore - restore tables matched by tablePattern from backupName.
RestoreData - restore data for tables matched by tablePattern from backupName.
RestoreSchema - restore schemas matched by tablePattern from backupName.

# Constants

No description provided by the author
TimeFormatForBackup - default backup name format.

# Variables

No description provided by the author
ErrUnknownClickhouseDataPath -.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author