Skip to content

carnivuth/backup_3ds

Repository files navigation

Backup 3ds

Make backups of 3ds using ftpd periodically

Installation

Installation is done trough docker container a sample can be as follows

services:
  backup_3ds:
    container_name: backup_3ds
    image: carnivuth/backup_3ds:latest
    environment:
      - FTPD_3DS_ADDRESS=${FTPD_3DS_ADDRESS}
      - FTPD_3DS_PORT=${FTPD_3DS_PORT}
    volumes:
      - "./data:/var/lib/3ds_backup"

About

make 3ds backups using cron and ftpd

Topics

Resources

Stars

Watchers

Forks