You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally you will need to create cron jobs in the FreeNAS WebUI in order to execute the reporting and backup script on a schedule. [The FreeNAS documentation explains how to do it.](https://www.ixsystems.com/documentation/freenas/11.2/tasks.html#cron-jobs) The command to execute should be:
38
38
39
39
```sh
40
-
cd/path/to/the/script && ./script.sh
40
+
/path/to/the/script.sh
41
41
```
42
42
43
-
Otherwise the sourcing of the `.conf` files that happens at the beginning of each script will fail.
44
-
45
43
## Contributing
46
44
47
45
Contributions in the form of issues or PR are welcome if you see any area of improvement or if you have new ideas for useful scripts!
0 commit comments