We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebda410 commit c490865Copy full SHA for c490865
2 files changed
README.md
@@ -4,7 +4,7 @@
4
5
## 使用方式
6
7
-下載 `backup.php` 檔案到網站內任何位置,打開檔案並配置設定檔:
+下載 [backup.php](https://raw.githubusercontent.com/asukademy/backup-script/master/backup.php) 檔案到網站內任何位置,打開檔案並配置設定檔:
8
9
``` php
10
$options = array(
backup.php
@@ -55,6 +55,7 @@
55
'!/cache/index.html',
56
'/tmp/*',
57
'!/tmp/index.html',
58
+ '/administrator/components/com_akeeba/backup/*.zip',
59
)
60
);
61
0 commit comments