Skip to content

Commit 9bedc84

Browse files
committed
Update README.md
1 parent 3c2a8e9 commit 9bedc84

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,18 @@ The first authorize screen(htpasswd;username or password) and phpmyadmin login s
269269

270270
This will back up the all files and folders, once per day, and write it to ./backups with a filename like backup-2022-02-07T16-51-56.tar.gz
271271

272-
#### example for crontab file
272+
#### example for crontab file on the host machine
273273

274274
##### # old docker backup folder remove
275+
276+
```
275277
50 23 * * * find ${DIRECTORY_PATH}/backups/backup* -type f -mtime +1 | xargs rm
278+
```
276279

277280
##### # backup exclude wordpress, backups folders in ${DIRECTORY_PATH}
281+
282+
```
278283
00 01 * * * tar -czvf ${DIRECTORY_PATH}/backups/'backup-example.com-'$(date +"\%Y-\%m-\%dT\%H-\%M-\%S")'.tar.gz' --exclude='wordpress/wp-admin' --exclude='wordpress/wp-includes' --exclude='backups' ${DIRECTORY_PATH}
284+
```
279285

280286
[CronHowto](https://help.ubuntu.com/community/CronHowto)

0 commit comments

Comments
 (0)