AppFeed/templates/vinid223sRepository/vinid223/gcloud-backup-docker.xml
2021-04-26 16:02:38 -04:00

73 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<Name>google-cloud-storage-backup</Name>
<Overview>
A simple way to backup important files to Google Cloud Storage.
Notes:
Specific number version are tested versions including the latest tag.
Weekly and Monthly build are rebuild images with updated version of the base image, google cloud sdk and apt packets.
To select a weekly or monthly release, use one of the following tag:
- vinid223/gcloud-storage-backup:weekly
- vinid223/gcloud-storage-backup:monthly
</Overview>
<Support>https://forums.unraid.net/topic/99258-supportcontainer-vinid223s-google-cloud-storage-backup/</Support>
<Registry>https://hub.docker.com/r/vinid223/gcloud-storage-backup</Registry>
<GitHub>https://github.com/vinid223/GcloudStorage-docker</GitHub>
<Repository>vinid223/gcloud-storage-backup</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Networking>
<Mode>bridge</Mode>
</Networking>
<Environment>
<Variable>
<Name>ACCESS_KEY</Name>
<Value>Container Variable: ACCESS_KEY</Value>
</Variable>
<Variable>
<Name>SECRET_KEY</Name>
<Value>Container Variable: SECRET_KEY</Value>
</Variable>
<Variable>
<Name>GCSPATH</Name>
<Value>gs://mybucket/</Value>
</Variable>
<Variable>
<Name>GCSOPTIONS</Name>
<Value></Value>
</Variable>
<Variable>
<Name>CRON_SCHEDULE</Name>
<Value>0 * * * *</Value>
</Variable>
</Environment>
<Data>
<Volume>
<Name>Backup path</Name>
<HostDir>/mnt/user/backup</HostDir>
<ContainerDir>/data/backup</ContainerDir>
<Mode>ro</Mode>
</Volume>
</Data>
<Icon>https://i.imgur.com/jdjTCs8.png</Icon>
<DonateText>If you like this image or just want to give me a coffee</DonateText>
<DonateLink>https://paypal.me/vinid223</DonateLink>
<Date>1619409600</Date>
<TemplateURL>https://raw.githubusercontent.com/vinid223/unraid-docker-templates/master/vinid223/gcloud-backup-docker.xml</TemplateURL>
<Description>A simple way to backup important files to Google Cloud Storage.
Notes:
Specific number version are tested versions including the latest tag.
Weekly and Monthly build are rebuild images with updated version of the base image, google cloud sdk and apt packets.
To select a weekly or monthly release, use one of the following tag:
- vinid223/gcloud-storage-backup:weekly
- vinid223/gcloud-storage-backup:monthly</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/vinid223sRepository/vinid223/gcloud-backup-docker.xml</templatePath>
</Container>