Difference between revisions of "Notes"
Jump to navigation
Jump to search
(Created page with "= Notes= == Cron Jobs == When creating a cron job using ''crontab -e'' always log in as ''sudo su'' first. This makes sure the tasks are run at the administrator level ---- == SQL Dump== Its in /tmp as ''simon.sql''") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Cron Jobs == | == Cron Jobs == | ||
Line 7: | Line 5: | ||
== SQL Dump== | == SQL Dump== | ||
Its in / | Its in /home/hassio/temp as ''simon.sql'' | ||
== Find Command== | |||
<pre> | |||
find -iname temp.smb 2>/dev/null | |||
</pre> |
Latest revision as of 13:43, 28 August 2023
Cron Jobs
When creating a cron job using crontab -e always log in as sudo su first. This makes sure the tasks are run at the administrator level
SQL Dump
Its in /home/hassio/temp as simon.sql
Find Command
find -iname temp.smb 2>/dev/null