Subversion Repositories wimsdev

Rev

Rev 2394 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
!if $test=$empty or $nlist=$empty
3
 Data backup is not active on this server.
4
 !href cmd=reply&job=conf&confcat=6 Click here
5
 to set up the automatic daily data backup.
6
 !goto end
7
!endif
8
 
9
Last data backup: $test.
10
Download the backup files: <p>
11
!for f in $nlist
12
 !getfile $f $f
13
 <br>
14
!next f
15
 
16
:end
17
<p>
18
!set wims_form_method=file
19
!form reply
20
<input type=hidden name=job value=restore>
21
<input type=hidden name=job2 value=restore>
22
To restore an old backup file, give the file name (it must be a
23
*.tgz file): <br>
24
<input type=file name=wims_deposit size=50>
25
<input type=submit value=OK>
26
</form>
27
<p>
28
<small>You need a fast connection if the file to upload is big.</small>
29
<p>
30
 
31
!reset job2
32