Skip to content

Commit 2fbdee8

Browse files
authored
Append string about restarting cron
1 parent f533b52 commit 2fbdee8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Run `crontab -e` and add next string:
1717

1818
Where $RPATH is absolute path to script clearbckp.sh
1919

20+
Restart cron: `systemctl restart cron`
21+
2022
# backup.sh
2123
Скрипт для бекапа файлов/директорий на удалённый комп.
2224

@@ -31,3 +33,5 @@ Where $RPATH is absolute path to script clearbckp.sh
3133
`0 1 * * * $RPATH/clearbckp.sh`
3234

3335
Где $RPATH - абсолютный путь к скрипту clearbckp.sh
36+
37+
Перезапустите cron: `systemctl restart cron`

0 commit comments

Comments
 (0)