https://github.com/ambroisemaupate/curlftpfs-backup
https://github.com/ambroisemaupate/curlftpfs-backup
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ambroisemaupate/curlftpfs-backup
- Owner: ambroisemaupate
- Created: 2015-09-13T18:37:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-13T18:51:57.000Z (almost 10 years ago)
- Last Synced: 2025-01-15T00:01:46.460Z (5 months ago)
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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