An open API service indexing awesome lists of open source software.

https://github.com/carnivuth/backup_3ds

make 3ds backups using cron and ftpd
https://github.com/carnivuth/backup_3ds

backup cron ftpd nintendo-3ds

Last synced: 10 months ago
JSON representation

make 3ds backups using cron and ftpd

Awesome Lists containing this project

README

          

# Backup 3ds

Make backups of 3ds using ftpd periodically

## Installation

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

```yaml

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"
```