Refresh auctions via cron job
To refresh your auctions via a cron tab entry, just
1. Edit your crontab
# crontab -e
2. Add e.g. the following (one ;-) line for releases before 0.9.* which requires a list of account names to refresh:
1 9,12,15,18 * * * /path/to/php -f /path/to/es-f/plugin/refreshbackground/refresh.php -- <account name1>[ <account name2> ...]
List here all accounts to refresh.
Using this time examples will refresh your auctions each day at
- 09:01
- 12:01
- 15:01
- 18:01
For releases from 0.9.0rc1 the parameters simplified and changed to a list of accounts to exclude:
1 9,12,15,18 * * * /path/to/php -f /path/to/es-f/plugin/refreshbackground/refresh.php [-- <account name1>[ <account name2> ...]]
List here only the accounts, which will not refreshed automatic!


![[ Download ]](files/download.gif)