Automatically backup your 1Password Data
BackupOnePass is a docker service that will automatically backup your 1Password data.
- Start by duplicating the
.env.examplefile, renaming the duplicate to.env. Fill in the required fields within.env. - Proceed to craft your
docker-compose.ymlfile, tailoring it to your environment.
BackupOnePass supports regular automated backups using Cron. To enable scheduled backups, you need to configure the TZ (time zone) and BACKUP_SCHEDULE environment variables in your setup.
TZ: Specifies the time zone for the scheduled tasks. For example:TZ='America/New_York'BACKUP_SCHEDULE: Defines the Cron schedule for running backups. For example:This example runs backups every Friday at 22:00.BACKUP_SCHEDULE='0 22 * * 5'
Please see the contributing guide
Created by NorkzYT with 💛
► Twitch https://www.twitch.tv/polymathnorkz
► Discord https://discord.com/users/282100214024896522
► GitHub https://github.com/NorkzYT
