Scheduled File Deletion
Bharat Signage allows you to schedule automatic file deletion based on date and time. This helps keep your internal storage clean and organized.
β²οΈ How It Worksβ
The system periodically checks file deletion dates and automatically removes files once their scheduled time has passed.
- β Interval can be configured from: Menu β Settings β Device settings β How often to check files
- β° File deletion relies on the deviceβs system time β ensure it's correctly set.
π Methods to Schedule File Deletionβ
1. Via File Manager (Web Interface)β
You can set a deletion schedule directly from the File Manager:
- Go to Menu β Files β File manager
- Right-click a file β Select "Schedule deletion"
- Choose the desired date and time
To view the deletion schedule:
- Right-click the file β Get info
- Or, switch to List view and check the "Delete date" column
2. Via setup.csv
Fileβ
When uploading files through:
- π ZIP Archive
- πΎ USB Flash Drive
- βοΈ Google Drive or Dropbox
You can set the deletion schedule in the setup.csv
file included in the upload.
3. Via File Name Formatβ
Upload a file using a specific naming pattern, and Bharat Signage will automatically detect and assign a deletion schedule.
Format:
{name}DEL{date}.{extension}
Supported Date Formats:
Format | Example | Description |
---|---|---|
yyyy-MM-dd | image_DEL_2020-11-22.jpg | Delete on specific date |
yyyy-MM-dd HH:mm | video_DEL_2020-11-22 21:00.mp4 | Delete on specific date and time |
dd.MM.yyyy | banner_DEL_22.11.2020.jpg | Alternate date format |
dd.MM.yyyy HH:mm | doc_DEL_07.12.2019 13:20.pdf | Alternate full format |
xxD | temp_DEL_7D.pdf | Delete after X days from upload |
xxH | alert_DEL_5H.png | Delete after X hours from upload |
β οΈ Note:
File name is parsed only when first uploaded.
Renaming the file later will not update the deletion schedule.
To modify the date afterward, use the File Manager.