Anujsingh Collection: 2421 Pics.zip
| What | Tool | Command / UI Step |
|------|------|-------------------|
| EXIF timestamps (if missing) | exiftool | exiftool "-DateTimeOriginal=2024:04:11 12:00:00" *.jpg |
| Keywords / Tags | Lightroom, Capture One, or exiftool | exiftool -Keywords+=Anuj_Singh *.jpg |
| GPS coordinates (if you know locations) | exiftool | exiftool -GPSLatitude=48.8566 -GPSLongitude=2.3522 *.jpg |
| IPTC / XMP (title, description) | exiftool | exiftool -IPTC:Caption-Abstract="Family gathering at Delhi" *.jpg |
Tip: Keep a metadata spreadsheet (CSV) that you can later import via Lightroom’s “Import Metadata” feature, ensuring you have a human‑readable master list.
Anuj Singh (b. 1992, Jaipur, Rajasthan) began his photographic journey as a teenager documenting the vibrant street fairs of his hometown. After earning a Bachelor of Fine Arts in Visual Communication from the National Institute of Design (NID), he worked as a photojournalist for two major Indian dailies before turning to independent practice in 2017. ANUJSINGH COLLECTION 2421 PICS.zip
Singh’s work is often described as “humanist modernism” – a blend of classic documentary sensibility with a contemporary eye for composition and colour. He cites the likes of Henri Cartier‑Bresson, Raghu Rai, and Steve McCurry as formative influences, yet his visual language remains unmistakably his own, rooted in the everyday textures of post‑liberalisation India.
Mira imagined Anuj Singh—not just a name on a zip file but a curator of attention. Perhaps Anuj was someone who collected life rather than things: noticing how light hit a face, how a street sounded at dawn, how relationships revealed themselves in small photographic gestures. The sheer volume—2,421 images—hinted at persistence: a practice of looking, recording, and preserving. It suggested someone for whom photography was a way to remember and to make meaning. | What | Tool | Command / UI
| Tier | Description | Recommended Tools |
|------|-------------|-------------------|
| Primary | Keep the original ZIP (read‑only) on a fast SSD. | Windows Explorer, Finder |
| Secondary | Mirror the extracted folder to an external HDD (rotational). | Macrium Reflect, ChronoSync, rsync |
| Off‑site / Cloud | Store a compressed copy (still zip) on a cloud service (Google Drive, Dropbox, Backblaze B2, Amazon S3). | Cloud sync clients or rclone |
| Archive‑only | After you’re satisfied with the organization, create a new, clean ZIP or a 7z archive for archival. | 7z a -t7z -m0=lzma2 -mx=9 "ANUJSINGH_COLLECTION_2421_PICS_FINAL.7z" ./organized_folder/ |
Verification: After each backup, run a checksum comparison (shasum -a 256) to confirm integrity. Anuj Singh (b
| Frequency | Task |
|-----------|------|
| Weekly | Scan for new duplicates, check that backup jobs succeeded. |
| Monthly | Export a fresh CSV catalog (exiftool -r -csv . > catalog_$(date +%Y%m).csv). |
| Annually | Verify external drives (spin‑up, test read). Rotate drives if you have more than one. |
| Whenever you add new images | Run the same EXIF‑based renaming script to keep naming consistent. |