forked from tedtieken/django-backup
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
15 lines (11 loc) · 896 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This is a fork of http://code.google.com/p/django-backup/
The original description:
This application contributes 'backup' subcommand to django-admin.py and manage.py.
The reason for the fork is to add a password protected zipfile feature. This makes emailing the file more secure, but does not necessarily make it "secure". Of particular note, the password you use may be visible to other users on system while the zip is running. Again, more secure but not necessarily "secure"
REF: http://www.lockdown.co.uk/?pg=combi
Usage:
python manage.py backup
python manage.py backup -b (will backup documents directory in addition to the DB)
python manage.py backup -m [email protected]
python manage.py backup -m [email protected] -z (will zip using password in backup.py)
python manage.py backup -m [email protected] -c (will compress using GZip -- but does not have password)