Difference between revisions of "Notes"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== SQL Dump== | == SQL Dump== | ||
Its in /home/hassio/temp as ''simon.sql'' | 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