-
Notifications
You must be signed in to change notification settings - Fork 6
/
CubeBackup-GoogleWorkspace.xml
30 lines (30 loc) · 2.65 KB
/
CubeBackup-GoogleWorkspace.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<Container version="2">
<Name>CubeBackup-GoogleWorkspace</Name>
<Repository>cubebackup/cubebackup</Repository>
<Registry/>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://www.cubebackup.com/en/contact</Support>
<Project>https://www.cubebackup.com/</Project>
<Overview>Self-hosted backup for Google Workspace. Protect Gmail, Google Drive, Shared drives, Contacts, and Calendar data with Cube Backup. NOTE: You must set permissions on the appdata folders and create your own config.toml file in the cfg directory as well.</Overview>
<Category>Backup: Cloud:</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/icons/cubebackup.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1699052938</DateInstalled>
<DonateText/>
<DonateLink/>
<Requires>Requires CubeBackup Licenses</Requires>
<Config Name="Web Interface" Target="80" Default="8188" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">8188</Config>
<Config Name="Index" Target="/cubebackup_index" Default="/mnt/user/appdata/cubebackup/index" Mode="rw" Description="Location of the data index. The access speed of the data index is crucially important for the performance of the backup. Should be on cache or SSD pool." Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cubebackup/index</Config>
<Config Name="Backup Location" Target="/cubebackup_data" Default="" Mode="rw" Description="Location of the backup data, likely will be on a share on your array." Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="Config" Target="/opt/cubebackup/etc" Default="/mnt/user/appdata/cubebackup/cfg" Mode="rw" Description="Directory is the location to store the main configuration file (config.toml) for the CubeBackup app." Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cubebackup/cfg</Config>
<Config Name="Data" Target="/opt/cubebackup/db" Default="/mnt/user/appdata/cubebackup/data" Mode="rw" Description="Directory is the location to store the other application settings, key files, and an SQLite database for sessions." Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cubebackup/data</Config>
<Config Name="Logs" Target="/opt/cubebackup/log" Default="/mnt/user/appdata/cubebackup/log" Mode="rw" Description="Directory stores log files for CubeBackup." Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cubebackup/log</Config>
</Container>