Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 574 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 574 Bytes

plainbackup

Plainbackup is a script for server backups written in PHP, that makes use of standard Linux tools.

Another script for server backups?

Yes. :-) I tested some scripts, but they did not fit my needs.

Goals

  • Allow incremental backups
  • Secure upload
  • Secure encrypted storage

Planned features

  • Modular design should make it easier to exchange specific parts of the script (e.g. file upload, encyption parts, etc.)
  • Setup tool, no need to write a configuration file
  • Dropbox upload support