Skip to content

Commit 9c7df81

Browse files
committed
Update README.md
1 parent 3d46ae5 commit 9c7df81

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

266-
##### # backup exclude drupal, backups folders in /home/ubuntu/damalis
266+
##### # backup exclude drupal, backups folders in /home/ubuntu/${DIRECTORY_PATH}
267267
00 01 * * * tar -czvf /home/ubuntu/${DIRECTORY_PATH}/backups/'backup-example.com-'$(date +"\%Y-\%m-\%dT\%H-\%M-\%S")'.tar.gz' --exclude='drupal/core' --exclude='backups' /home/ubuntu/${DIRECTORY_PATH}
268268

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

0 commit comments

Comments
 (0)