We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f533b52 commit 2fbdee8Copy full SHA for 2fbdee8
1 file changed
README.md
@@ -17,6 +17,8 @@ Run `crontab -e` and add next string:
17
18
Where $RPATH is absolute path to script clearbckp.sh
19
20
+Restart cron: `systemctl restart cron`
21
+
22
# backup.sh
23
Скрипт для бекапа файлов/директорий на удалённый комп.
24
@@ -31,3 +33,5 @@ Where $RPATH is absolute path to script clearbckp.sh
31
33
`0 1 * * * $RPATH/clearbckp.sh`
32
34
35
Где $RPATH - абсолютный путь к скрипту clearbckp.sh
36
37
+Перезапустите cron: `systemctl restart cron`
0 commit comments