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

https://github.com/ambroisemaupate/curlftpfs-backup


https://github.com/ambroisemaupate/curlftpfs-backup

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# curlftpfs backup script

## Dependencies

- `curlftpfs`
- `tar`

## Usage

- Copy `example.sh` to your own script (i.e. `cp example.sh mybackupscript.sh`)
- Replace every variables with your own configuration
- Make sure that your `MOUNT` path exists on your server before executing the script
- Add execution flag to your script `chmod +x mybackupscript.sh`
- Test it manually `sh mybackupscript.sh`
- if everything is OK, add your script to your Crontab to execute it every nights