-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPRESENTATION_SCRIPT
71 lines (45 loc) · 1.46 KB
/
PRESENTATION_SCRIPT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
1, Django admin interface and CRUD utils
A, NS http://ivo:6666/admin/ns/host/
B, Sync Ex. http://ivo:8000/admin/filesync/
2, Shell
$ python manage.py shell
In [1]: from filesync.models import File, Device
...
3, Google docs Login
http://ivo:8001/login
4, View google docs
5, Upload to google docs
6, View List of Local Files
http://ivo:8000/
7, View Contents of Local Files
http://ivo:8000/
8, View List of Google Docs Files
9, View Contents of Google Docs Files
10, View List of Remote Files
http://ivo:8000/ and select ivo:8001
http://ivo:8001/remote?remote_device=ivo%3A8000
11. View Contents of Remote Files
(11.5 Support both html / xml representations for the above views)
http://ivo:8001/remote?remote_device=ivo%3A8000
http://ivo:8000/settings
http://ivo:8000/settings?rootdir=%2Fhome%2Fpaul%2Fshared&device_name=shared
http://ivo:8000/dot%20configs/xml/filelist
http://ivo:8000/all/xml/filelist
http://ivo:8000/all/xml/filelist?contains=b
http://ivo:8000/all/xml/filelist?matches=bash_profile
Download link
12. Search Local Files
http://ivo:8000/?contains=READ
13. Backup Local Files
Start 2 servers $ ./start_server.py 2 8000
File backup
Incremental
Delete and restore
14. Restore Files
15. Metadata Replication
16. Data Replication
http://ivo:8000/remote?remote_device=ivo%3A8001
17. Discovery
http://ivo:6666/hostlist
http://ivo:6666/admin/ns/host/
(ipython shell)