Skip to content

Commit 79cf50b

Browse files
committed
Update README.md
1 parent 003193b commit 79cf50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ This will back up the all files and folders, once per day, and write it to ./bac
246246
##### # old docker backup folder remove
247247
50 23 * * * find /home/ubuntu/${DIRECTORY_PATH}/backups/backup* -type f -mtime +1 | xargs rm
248248

249-
##### # backup exclude wordpress, backups folders in /home/ubuntu/damalis
249+
##### # backup exclude cakephp, backups folders in /home/ubuntu/${DIRECTORY_PATH}
250250
00 01 * * * tar -czvf /home/ubuntu/${DIRECTORY_PATH}/backups/'backup-example.com-'$(date +"\%Y-\%m-\%dT\%H-\%M-\%S")'.tar.gz' --exclude='cakephp/app' --exclude='backups' /home/ubuntu/${DIRECTORY_PATH}
251251

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

0 commit comments

Comments
 (0)