A
A
Andrey Gordeev2015-06-01 12:59:22
Programming
Andrey Gordeev, 2015-06-01 12:59:22

What should a convenient python application be able to backup web applications?

Hey!
I am writing a python application for backing up web applications and databases.
While it can take backup information from .cfg, take a dump from mysql and archive them, archive the specified project directories, put them in the right directory (on the same machine) and give more or less valuable information about the state (what, where, what time ).
I'm thinking of adding support for nosql, the ability to add backup to another machine or return more complete information.
What do you think a cool backup application should be able to do?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
Yuri Shikanov, 2015-06-01
@wash

- postgresql support
- incremental backup
- restoring a backup for a given date
- and of course you need to store backups on another server, storing on the same one makes very little sense

R
Roman Kitaev, 2015-06-01
@deliro

Make coffee

D
Dmitry, 2015-06-01
@EvilsInterrupt

And you ask yourself: "If I come tomorrow and the server where the application worked suddenly died, then what data do I need to FAST restore the application?". As soon as you can list, you will immediately understand the answer to your question;)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question