https://github.com/evgenyneu/siba-destination-ftp
FTP destination for SIBA backup and restore utility.
https://github.com/evgenyneu/siba-destination-ftp
Last synced: about 2 months ago
JSON representation
FTP destination for SIBA backup and restore utility.
- Host: GitHub
- URL: https://github.com/evgenyneu/siba-destination-ftp
- Owner: evgenyneu
- License: mit
- Created: 2012-02-12T16:03:53.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-20T12:29:06.000Z (about 12 years ago)
- Last Synced: 2025-02-10T21:38:30.190Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
This is an extension for [SIBA backup and restore utility](https://github.com/evgenyneu/siba). It allows to use FTP as backup destination.
## Installation
$ gem install siba-destination-ftp
## Usage
1. Create a configuration file:
$ siba generate mybak
2. Backup:
$ siba backup mybak
3. Restore:
$ siba restore mybak
Run `siba` command without arguments to see the list of all available options.