Skip to content

Commit c6c3efb

Browse files
committed
Update README.md
1 parent a2da012 commit c6c3efb

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
@@ -245,7 +245,7 @@ This will back up the all files and folders, once per day, and write it to ./bac
245245
##### # old docker backup folder remove
246246
50 23 * * * find /home/ubuntu/${DIRECTORY_PATH}/backups/backup* -type f -mtime +1 | xargs rm
247247

248-
##### # backup exclude wordpress, backups folders in /home/ubuntu/damalis
248+
##### # backup exclude cakephp, backups folders in /home/ubuntu/${DIRECTORY_PATH}
249249
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}
250250

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

0 commit comments

Comments
 (0)