Skip to content

xthezealot/docker-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 

Repository files navigation

Docker Setup

Backup

This backup script uses Cloudflare R2 for backups.

  1. Add backup.sh to /root/backup.sh:
    wget -O /root/backup.sh https://raw.githubusercontent.com/xthezealot/docker-setup/main/backup.sh && chmod +x /root/backup.sh
    
  2. Update R2_BUCKET, R2_ACCESS_KEY, R2_SECRET_ACCESS_KEY and R2_ACCOUNT_ID
  3. Add cron through crontab -e:
    0 3 */2 * * /root/backup.sh
    
  4. Check cron with crontab -l

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages