What are you trying to accomplish exactly?
You could filter out to old data with
filter.past config
Filter records with fix time in the past. The value is specified in seconds. Records that have fix time more than the specified number of seconds before current server time would be filtered out.
I asked because I need to know if Traccar blocks communication with a GPS device that tries to send data from 5 or more days ago.
You can easily try to test it by using the python script test-commands.py from tools directory.
I just tested it and it works when sending data for instance 10 days in the past.
Traccar only blocks some invalid data by default. It doesn't block old data.
I am using a Teltonika FMB640 device that saves the data on the SD card in case of failure in communication with the server (GPS). When the device reconnects with the server, it sends the data from the oldest to the most current. Is it possible or necessary to configure in Traccar the age of the records sent?
Thanks.