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
- Host: GitHub
- URL: https://github.com/carnivuth/backup_3ds
- Owner: carnivuth
- Created: 2025-09-13T22:33:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-14T11:58:50.000Z (10 months ago)
- Last Synced: 2025-09-14T13:31:09.072Z (10 months ago)
- Topics: backup, cron, ftpd, nintendo-3ds
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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"
```