https://github.com/tkers/ftl
PHP based time machine
https://github.com/tkers/ftl
Last synced: 4 months ago
JSON representation
PHP based time machine
- Host: GitHub
- URL: https://github.com/tkers/ftl
- Owner: tkers
- Created: 2014-10-04T19:48:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-12T08:14:51.000Z (about 10 years ago)
- Last Synced: 2025-02-14T22:36:26.473Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FTL
PHP based time machineSingle PHP script that provides a simple dashboard for making backups of your website. Pretty much obsolete when you already use Git.
Essentially creates a ZIP archive of your files (every day, week or month), with the option to exclude certain files. FTL will keep track of the backups, and starts deleting the oldest copies when they exceed a predefined amount of space. Also allow you to download or restore to an earlier copy.