1
0
Fork
You've already forked AutoBackup-FTP
0
Simple docker image to automate directory backups
  • Shell 84.1%
  • Dockerfile 15.9%
2026年04月30日 14:38:41 +02:00
backup.sh feat: more logging 2026年03月30日 10:01:16 +02:00
docker-compose.yml fix 2026年03月30日 09:47:29 +02:00
Dockerfile feat: add timezone 2026年03月30日 08:39:45 +02:00
README.md feat: update README 2026年04月30日 14:38:41 +02:00

AutoBackup-FTP

A tiny container image to create directory backups and upload them to your FTP server

How to use it

Docker compose

services:backup:container_name:autobackupimage:codeberg.org/indogermane/autobackup-ftprestart:unless-stoppedvolumes:- /path/to/your/directory:/data:roenvironment:TZ:Europe/BerlinCRON_SCHEDULE:"0 3 * * 0"# every sunday at 03:00 amFTP_HOST:example.orgFTP_PORT:21FTP_USER:ftpuserFTP_PASSWORD:ftppasswordFTP_REMOTE_DIR:/path/to/ftp/directoryFTP_SSL_FORCE:"yes"FTP_SSL_VERIFY:"no"FTP_KEEP_BACKUPS:2# How many backups to keep. 0 to keep all