Skip to content

Instantly share code, notes, and snippets.

@rayvoelker
Last active March 6, 2026 21:59
Show Gist options
  • Select an option

  • Save rayvoelker/cce2e74ff232c461e6c6b0e9a620a24f to your computer and use it in GitHub Desktop.

Select an option

Save rayvoelker/cce2e74ff232c461e6c6b0e9a620a24f to your computer and use it in GitHub Desktop.
ilsaux ILS Auxiliary System - Documentation & Analysis Scripts (CHPL)

ilsaux -- ILS Auxiliary Server Documentation

System: Sierra ILS report automation server at Cincinnati & Hamilton County Public Library (CHPL) Contents: 94 documentation files covering 51 reports, 16 Perl modules, cron framework, and migration plan Credentials: All sensitive values replaced with [REDACTED-*] markers (see bottom of this file)


How to Read This Gist

Files use prefix naming because gists are flat (no subdirectories):

Prefix Count Contents
reports-- 52 One doc per report (51 reports + template)
modules-- 16 One doc per Sierra:: Perl module
manifests-- 9 Machine-readable data (CSV, JSON, TXT)
scripts-- 13 Python scripts that generated this documentation
framework-- 2 Cron execution framework and config format
(no prefix) 2 archive-plan.md, ilsaux-documentation.md

Navigation tip: All filenames in this index are clickable links that jump directly to that file within the gist.


Active Reports -- Quick Reference

Shelf-List Reports (6 -- HIGH PRIORITY)

These are the highest-value reports, actively used for collection management.

Report Full Name Schedule Last Run Doc File
slitemdata Item Data Inconsistency Report MONTH 2026-03-06 reports--slitemdata.md
slmainmissing Shelflist - Main Missing MONTH 2026-03-01 reports--slmainmissing.md
sllastcopymissing Shelflist - Last Copy Missing MONTH 2026-03-01 reports--sllastcopymissing.md
slmissing Shelflist - Missing Quarterly 2026-01-15 reports--slmissing.md
slonorder Shelflist - Circulated On-Order Monthly (15th) 2026-02-15 reports--slonorder.md
slrepair Shelflist - Repair MONTH 2026-03-01 reports--slrepair.md

Other Active Reports (16)

Report Full Name Schedule Last Run Doc File
activeusersmonthly Active Users Count - Monthly 1st of month 2026-03-01 reports--activeusersmonthly.md
bookclubrenewal Book Club Renewal Report MONTH 2026-03-06 reports--bookclubrenewal.md
deletedbibs Deleted Bibs Report YEAR 2026-03-01 reports--deletedbibs.md
dupeitembarcodes Duplicate Barcodes Twice daily 2026-03-06 reports--dupeitembarcodes.md
excusedlossbookclub Excused Lost Bookclub 1st of month 2026-03-01 reports--excusedlossbookclub.md
maindisplays Shelflist - Main Displays Weekly (Mon) 2026-03-02 reports--maindisplays.md
newdvds New DVDs 1st of month 2026-03-01 reports--newdvds.md
newlongintransit Shelflist - New Long In-Transit Monthly (15th) 2026-02-15 reports--newlongintransit.md
nolongernew Shelflist - No Longer New Monthly (15th) 2026-02-15 reports--nolongernew.md
olddvds Old DVDs 1st of month 2026-03-01 reports--olddvds.md
oldlongintransit Shelflist - Old Long In-Transit Monthly (15th) 2026-02-15 reports--oldlongintransit.md
removedupfines Remove Duplicate Fines MONTH 2026-03-06 reports--removedupfines.md
turn13 Turn 13 WEEK 2026-03-06 reports--turn13.md
turn18 Turn 18 WEEK 2026-03-06 reports--turn18.md
unpaidmanualcharges Unpaid Manual Charges MONTH 2026-03-01 reports--unpaidmanualcharges.md
userdata User Data Entry Error Report MONTH 2026-03-06 reports--userdata.md

Inactive and obsolete reports (2 inactive-recent + 27 obsolete) are classified in archive-plan.md.


Sierra:: Modules (16)

Custom Perl modules in Modules/Sierra/ providing database access, location mapping, and ILS integration.

Module Purpose Used By Doc File
Sierra::Locations Branch/location code lookups 55 files modules--sierra-locations.md
Sierra::DB PostgreSQL database connection 50 files modules--sierra-db.md
Sierra::Items Item record queries 35 files modules--sierra-items.md
Sierra::Tools Utility functions 11 files modules--sierra-tools.md
Sierra::PatronSoap Patron SOAP API client 9 files modules--sierra-patronsoap.md
Sierra::PatronUpdate Patron record modifications 8 files modules--sierra-patronupdate.md
Sierra::Labels Label generation 8 files modules--sierra-labels.md
Sierra::Shelflist Shelf list report helpers 8 files modules--sierra-shelflist.md
Sierra::Bibs Bibliographic record queries 7 files modules--sierra-bibs.md
Sierra::IIIUsers III user account lookups 7 files modules--sierra-iiiusers.md
Sierra::Floating Floating collection logic 6 files modules--sierra-floating.md
Sierra::SoapApi Low-level SOAP API wrapper 5 files modules--sierra-soapapi.md
Sierra::FinePay Fine payment processing 3 files modules--sierra-finepay.md
Sierra::Address Patron address handling 3 files modules--sierra-address.md
Sierra::UserData User data entry validation 3 files modules--sierra-userdata.md
Sierra::MARCtoLatin MARC character conversion 2 files modules--sierra-marctolatin.md
Sierra::FinePayment Fine payment (alternate) 2 files modules--sierra-finepayment.md

Manifest Files (9)

Machine-readable data files generated by the analysis scripts.

File Format Contents
manifests--summary-report.txt TXT Human-readable overview: file stats, report status, dependencies, cron, git, credentials
manifests--report-status.csv CSV All 51 reports with status, last run, schedule, Perl file, line count, credential count
manifests--cron-schedule.csv CSV Parsed crontab history (38 files, 1,020 entries)
manifests--perl-dependencies.csv CSV 5,151 Perl import entries with classification (core/cpan/local/pragma)
manifests--git-summaries.csv CSV 71 git repos with commit counts and last commit dates
manifests--credential-locations.csv CSV 316 credential references (file + line + type only, NO values)
manifests--file-manifest.csv CSV Full file listing: 17,362 files with paths, sizes, extensions
manifests--directory-tree.txt TXT Directory structure of the ilsaux server
manifests--script-content.json JSON Extracted code structure: 4,432 subs, 1,424 SQL queries, 295 data maps, 423 TODOs

Scripts (13)

Python scripts (stdlib-only, rerunnable) that generated this documentation from the live ilsaux server.

Manifest Generators (7)

Script Output
scripts--manifest-tree.py file-manifest.csv, directory-tree.txt
scripts--manifest-perl-deps.py perl-dependencies.csv
scripts--manifest-script-content.py script-content.json
scripts--manifest-cron.py cron-schedule.csv
scripts--manifest-report-status.py report-status.csv
scripts--manifest-git.py git-summaries.csv
scripts--manifest-summary.py summary-report.txt

Documentation Generators (3)

Script Output
scripts--generate-report-docs.py 51 report docs in reports--*.md
scripts--generate-module-docs.py 16 module docs in modules--*.md
scripts--generate-framework-doc.py framework--generic-cron-framework.md, framework--config-file-format.md

Utilities (3)

Script Purpose
scripts--generate-archive-plan.py Generates archive-plan.md (migration classification and priorities)
scripts--sanitize-for-gist.py Redacts credentials and internal hostnames for safe publishing
scripts--publish-ilsaux-gist.sh End-to-end: sanitize, verify, flatten, upload to gist

Framework & Architecture

All reports follow the same execution pattern through generic-cron.sh:

cron schedule
  |
  v
<report>-cron.sh          (thin wrapper: sets REPORTNAME, SOURCEFILE, etc.)
  |
  v
generic-cron.sh            (shared framework: date vars, logging, cleanup)
  |
  v
perl ./$SOURCEFILE         (report-specific Perl script)
  |
  v
Sierra::DB -> PostgreSQL   (Sierra ILS database via DBI)
  |
  v
Output: logs, JSON metadata, MESA web dashboard

See framework--generic-cron-framework.md for the full execution flow and variable reference. See framework--config-file-format.md for the Config::Simple .cfg credential format.


Migration & Archive Plan

See archive-plan.md for the full classification and migration priorities.

Key numbers:

  • 6 active-critical shelf-list reports (migrate first)
  • 16 other active reports (evaluate for migration)
  • 2 inactive-recent (review with stakeholders)
  • 27 obsolete (archive as historical record)
  • 49.6 GB total server size; 65.9% is active report data
  • 316 credential references that need rotation before any migration

Credential Safety Note

All sensitive values in this gist have been replaced by the sanitizer (scripts--sanitize-for-gist.py):

Marker Meaning
[REDACTED-PASSWORD] Database or service password
[REDACTED-USER] Database username or service account
[REDACTED-HOST] Internal hostname or domain (*.plch.net, *.iii.com, etc.)
[REDACTED-EMAIL] Internal email address
[INTERNAL-HOST] Short internal hostname reference

The manifests--credential-locations.csv file lists where credentials appear (file + line + type) but contains no actual credential values.

ILS Auxiliary Server Archive & Migration Plan

Generated: 2026-03-06T16:16:45


Report Classification

Active-Critical (6 reports, 344.6 MB, 295 files)

Running in 2026, shelf list reports -- document fully, migrate first

Report Full Name Last Run Size Credentials
slitemdata Item Data Inconsistency Report 2026-03-06 344.2 MB db_connection, host_config, user_config
sllastcopymissing Shelflist - Last Copy Missing 2026-03-01 69.4 KB db_connection, host_config, user_config
slmainmissing Shelflist - Main Missing 2026-03-01 54.6 KB db_connection, host_config, user_config
slmissing Shelflist - Missing 2026-01-15 219.4 KB db_connection, host_config, user_config
slonorder Shelflist - Circulated On-Order 2026-02-15 60.8 KB db_connection, host_config, user_config
slrepair Shelflist - Repair 2026-03-01 90.0 KB db_connection, host_config, user_config

Active (16 reports, 32.3 GB, 9,413 files)

Running in 2026, non-shelf-list -- document, evaluate for migration

Report Full Name Last Run Size Credentials
activeusersmonthly Active Users Count - Monthly 2026-03-01 53.6 KB db_connection, host_config, user_config
bookclubrenewal Book Club Renewal Report 2026-03-06 82.5 KB db_connection, host_config, user_config
deletedbibs Deleted Bibs Report 2026-03-01 32.2 GB db_connection, host_config, password, user_config
dupeitembarcodes Duplicate Barcodes 2026-03-06 2.7 MB db_connection, host_config, user_config
excusedlossbookclub Excused Lost Bookclub 2026-03-01 569.8 KB db_connection, host_config, user_config
maindisplays Shelflist - Main Displays 2026-03-02 173.8 KB db_connection, host_config, user_config
newdvds New DVDs 2026-03-01 84.9 MB db_connection, host_config, user_config
newlongintransit Shelflist - New Long In-Transit 2026-02-15 99.8 KB db_connection, host_config, user_config
nolongernew Shelflist - No Longer New 2026-02-15 87.5 KB db_connection, host_config, user_config
olddvds Old DVDs 2026-03-01 40.7 MB db_connection, host_config, user_config
oldlongintransit Shelflist - Old Long In-Transit 2026-02-15 100.2 KB db_connection, host_config, user_config
removedupfines Remove Duplicate Fines 2026-03-06 210.4 KB db_connection, host_config, user_config
turn13 Turn 13 2026-03-06 34.7 KB db_connection, host_config, user_config
turn18 Turn 18 2026-03-06 63.9 KB db_connection, host_config, user_config
unpaidmanualcharges Unpaid Manual Charges 2026-03-01 18.2 MB db_connection, host_config, user_config
userdata User Data Entry Error Report 2026-03-06 18.6 MB db_connection, host_config, user_config

Inactive-Recent (2 reports, 410.6 KB, 2,926 files)

Last run 2020-2025 -- review with stakeholders before archiving

Report Full Name Last Run Size Credentials
generic Generic Report 2021-08-16 87.3 KB db_connection, host_config, user_config
multipleintransitmessages Multiple Intransit Messages 2023-07-26 323.3 KB db_connection, host_config, user_config

Inactive-Legacy (6 reports, 3.1 GB, 541 files)

Last run before 2020 -- archive only, low priority

Report Full Name Last Run Size Credentials
autoextend Expr Date Auto Extend - cohort: morning 2014-01-10 23.6 MB db_connection, host_config, user_config
birthdatesync Birthdate Sync 2014-01-24 102.7 KB db_connection, host_config, user_config
holdsnocopies 2019-06-22 19.9 MB db_connection, host_config, user_config
novelistisbnexport Novelist ISBN Export 2017-08-27 3.0 GB db_connection, host_config, user_config
replacelabels Replacement Labels 2015-08-13 421.9 KB none
slintransit Shelflist - In-Transit 2017-12-18 40.0 KB db_connection, host_config, user_config

Obsolete (21 reports, 488.4 MB, 840 files)

No output found or commented out -- archive as historical record

Report Full Name Last Run Size Credentials
90dayunfilledholds never 164.3 KB db_connection, host_config, user_config
activeusers never 20.8 KB db_connection, host_config, user_config
boopsie never 4.0 KB none
cleanup never 674.0 KB db_connection, host_config, user_config
collectiondetail never 4.4 MB db_connection, host_config, user_config
collectionhq never 2.3 KB none
complimentarycards never 56.1 MB none
educator_outpatron_renewals never 3.0 KB db_connection
fineamnesty never 33.5 MB db_connection, host_config, user_config
gap_finder never 14.3 KB db_connection, host_config, user_config
intransitstats In-Transit Stats never 1.7 MB db_connection, host_config, user_config
knownissues never 195.5 KB none
labels never 17.2 MB db_connection
old_perl_scripts never 70.7 MB none
orangeboy never 135.9 MB db_connection, host_config, user_config
patron_update never 51.2 KB password
renewaldata never 36.4 KB db_connection, host_config, secret, user_config
reporter never 251.3 KB password
scanhistory never 163.4 MB none
systemwideholds never 4.2 MB db_connection, host_config, user_config
teleforms never 1.4 KB db_connection, host_config, secret, user_config

Historical Directories

These are not report directories but contain historical data:

  • Symphony_Hist: 12.7 GB -- archive as historical record
  • Symphony_Bincustom: 113.8 MB -- archive as historical record
  • webpac: 67.3 MB -- archive as historical record

Credential Rotation Requirements

Total credential references found: 316

Type Count Action
host_config 105 Review
user_config 100 Review
db_connection 76 Rotate immediately
password 33 Rotate immediately
secret 2 Review

All .cfg files contain plaintext credentials and must NOT be migrated as-is.

Size Breakdown

Total ilsaux size: 49.6 GB

Category Size Percentage
Active (critical + other) 32.7 GB 65.9%
Inactive (recent + legacy) 3.1 GB 6.2%
Obsolete 488.4 MB 1.0%
Non-report dirs 13.4 GB 27.0%

Migration Priorities

Priority 1: Active-Critical (Shelf List Reports)

  1. slitemdata -- Item Data Inconsistency Report
  2. sllastcopymissing -- Shelflist - Last Copy Missing
  3. slmainmissing -- Shelflist - Main Missing
  4. slmissing -- Shelflist - Missing
  5. slonorder -- Shelflist - Circulated On-Order
  6. slrepair -- Shelflist - Repair

These reports are actively running and serve shelf list operations. Document fully, test migration, coordinate with staff.

Priority 2: Active (Other Reports)

  1. activeusersmonthly -- Active Users Count - Monthly
  2. bookclubrenewal -- Book Club Renewal Report
  3. deletedbibs -- Deleted Bibs Report
  4. dupeitembarcodes -- Duplicate Barcodes
  5. excusedlossbookclub -- Excused Lost Bookclub
  6. maindisplays -- Shelflist - Main Displays
  7. newdvds -- New DVDs
  8. newlongintransit -- Shelflist - New Long In-Transit
  9. nolongernew -- Shelflist - No Longer New
  10. olddvds -- Old DVDs
  11. oldlongintransit -- Shelflist - Old Long In-Transit
  12. removedupfines -- Remove Duplicate Fines
  13. turn13 -- Turn 13
  14. turn18 -- Turn 18
  15. unpaidmanualcharges -- Unpaid Manual Charges
  16. userdata -- User Data Entry Error Report

Running in production. Evaluate each for continued need.

Priority 3: Inactive-Recent

Review with stakeholders. Some may need reactivation, others can be archived.

Priority 4: Legacy & Historical

Archive for reference. No migration needed.

Recommendations

  1. Credential rotation: All plaintext credentials must be rotated before any migration
  2. Config modernization: Replace Config::Simple .cfg with environment variables or vault
  3. Consolidate git: Merge per-report repos into monorepo for easier management
  4. Archive Symphony data: The 13 GB of historical Symphony logs can be compressed and cold-stored
  5. Document sl-reports first: These are the highest-value, most-used reports
  6. Test framework: The generic-cron.sh pattern is sound but should be modernized (systemd timers, structured logging)

Config File Format (.cfg)

Reports use Config::Simple to read .cfg files. Format: key value or key=value (one per line).


Common Configuration Keys

Key Used By (count) Description
SierraModulesLocation 43 Path to Sierra:: Perl modules
DatabaseHost 38 Database or server hostname
DatabasePort 38 Database name
DatabaseUser 38 Database name
DatabasePass 38 Database name
OutputDir 16 Output file path
FTPUser 16 Database or service username
FTPPass 16 FTP-related setting
FTPHost 15 Database or server hostname
PatronAPIHost 5 Database or server hostname
CsvFilePrefix 3 Output file path
EmailRecipient 2
PDFOutputDir 2 Output file path
PatronApiHost 2 Database or server hostname
FtpHost 1 Database or server hostname
FtpUser 1 Database or service username
FtpPass 1 FTP-related setting
HostName 1 Database or server hostname
PatronAPIUser 1 Database or service username
PatronAPIPass 1
FTPServer 1 Database or server hostname
FTPDir 1 FTP-related setting
EmailFrom 1
PatronFilePrefix 1 Output file path
CircFilePrefix 1 Output file path
ClientKey 1
ClientSecret 1
XlsxFilePrefix 1 Output file path

Security Note

Many .cfg files contain plaintext credentials (database passwords, FTP credentials). These are NOT documented here and must be rotated as part of any migration. See credential-locations.csv for an inventory of affected files.

Generic Cron Framework

File: Reports/generic/generic-cron.sh Lines: 154


Overview

The generic-cron.sh script is the execution framework for all ilsaux reports. Each report has a thin wrapper (<name>-cron.sh) that sets variables and sources this script.

Execution Flow

  1. Variable Setup -- Date variables (TODAY, WEEKAGO, MONTHAGO, YEARAGO)
  2. Defaults -- Sets REPORTNAME, LOGFILE, JSONFILE, KEEPPERIOD, LINK if not provided by wrapper
  3. Run Report -- cd to report dir, run perl ./$SOURCEFILE >> $LOGFILE-$TODAY.txt
  4. JSON Metadata -- Creates timestamped JSON with fullName, name, date, timeStarted, timeFinished, logFile, link
  5. Cleanup -- Deletes old log files and JSON based on KEEPPERIOD (WEEK/MONTH/YEAR)
  6. MESA Integration -- Copies JSON + log to /var/www/html/mesa/, cleans old files, rebuilds index

Required Variables (set by wrapper)

Variable Required Default Description
REPORTNAME Yes generic Directory name and base filename
FULLNAME Yes Generic Report Human-readable name for JSON/MESA
SOURCEFILE Yes SierraGenericReport.pl Perl script filename
LINK No nil URL for the report output
KEEPPERIOD No YEAR Retention: WEEK, MONTH, or YEAR
LOGFILE No $REPORTNAME-log Log file basename
JSONFILE No $REPORTNAME JSON metadata basename

Cron Wrapper Pattern

Every report follows this pattern:

#!/bin/bash

REPORTNAME=slmainmissing
FULLNAME="Shelflist - Main Missing"
SOURCEFILE=SierraShelfListMainMissing.pl
LINK="http://[REDACTED-HOST]/ils/shelflists/mainmissing.asp"
KEEPPERIOD=MONTH

source ~/Reports/generic/generic-cron.sh

JSON Metadata Format

{
  "fullName": "Shelflist - Main Missing",
  "name": "slmainmissing",
  "date": "2026-01-15",
  "timeStarted": "1737000000",
  "timeFinished": "1737000300",
  "logFile": "slmainmissing-log-20260115.txt",
  "link": "http://[REDACTED-HOST]/ils/shelflists/mainmissing.asp"
}

MESA Dashboard Integration

  • JSON metadata copied to /var/www/html/mesa/finished/
  • Log files copied to /var/www/html/mesa/logs/
  • json-wn.pl generates /var/www/html/mesa/upcoming.json
  • json-index.pl generates /var/www/html/mesa/finished/index.json
  • Old MESA files cleaned after 32 days

Retention Periods

Period Log Cleanup JSON Cleanup
WEEK 7 days 8 days
MONTH 30 days 32 days
YEAR 365 days 366 days

Historical Note

The script contains commented-out FTP code that previously transferred files to [REDACTED-HOST]. This was replaced by direct file copy to the MESA web directory on the same server.

ILS Auxiliary Server Documentation

2026-03-06 - Initial Documentation System Created

Created a comprehensive, scripted documentation system for the ilsaux server (/home/ray/Documents/ilsaux/) which hosts Sierra ILS reports for CHPL.

What Was Built

10 Python scripts in scripts/ilsaux/ (all stdlib-only, rerunnable):

Phase 1 - Automated Manifests:

  1. manifest-tree.py - Directory tree + file manifest (17,362 files)
  2. manifest-perl-deps.py - Perl module dependencies (5,151 entries, reverse dependency map)
  3. manifest-script-content.py - Self-documentation extraction: comments, SQL, subs, data maps, config refs (927 files, 4,432 subs, 1,424 SQL queries, 295 data maps, 423 TODOs)
  4. manifest-cron.py - Crontab history parsing (38 files, 1,020 entries)
  5. manifest-report-status.py - Report status classification (51 reports: 22 active, 2 inactive-recent, 27 obsolete)
  6. manifest-git.py - Git repo summaries (71 repos)
  7. manifest-summary.py - Human-readable summary report

Phase 2-4 - Documentation Generation: 7. generate-report-docs.py - Per-report markdown docs (51 files) 8. generate-module-docs.py - Sierra:: module docs (16 modules) 9. generate-framework-doc.py - Framework + config format docs 10. generate-archive-plan.py - Classification & migration plan

Key Findings

  • 22 active reports (running in 2026), 7 are shelf-list (sl-prefixed, HIGH PRIORITY)
  • Sierra::DB used by 50 files, Sierra::Locations by 55 files
  • 316 credential references found in plaintext .cfg and .pl files (file+line only documented, NO values)
  • 25 active cron entries, 13 commented out in latest (2019-07-09) crontab
  • Active sl-reports: slitemdata, slmainmissing, slmissing, sllastcopymissing, slonorder, slrepair
  • slintransit is obsolete (last run 2017)
  • Per-report git repos (not monorepo), 71 total

Output Location

All outputs in docs/ilsaux/:

  • manifests/ - 9 machine-readable files (CSV, JSON, TXT)
  • reports/ - 52 markdown docs (1 template + 51 reports)
  • modules/ - 16 Sierra:: module docs
  • framework/ - 2 docs (generic-cron framework, config format)
  • archive-plan.md - Classification and migration recommendations

Pattern Followed

Scripts follow the pattern established by scripts/documents-assessment.py: stdlib-only Python, progress to stderr, CSV/text output, idempotent/rerunnable.

file line_number credential_type
Reports/90dayunfilledholds/Sierra90DayUnfilledHolds.pl 45 host_config
Reports/90dayunfilledholds/Sierra90DayUnfilledHolds.pl 47 user_config
Reports/90dayunfilledholds/Sierra90DayUnfilledHolds.pl 51 db_connection
Reports/activeusers/SierraActiveUsers.pl 42 host_config
Reports/activeusers/SierraActiveUsers.pl 44 user_config
Reports/activeusers/SierraActiveUsers.pl 48 db_connection
Reports/activeusers/SierraActiveUsers.pl 49 db_connection
Reports/activeusersmonthly/SierraActiveUsersMonthly_prev.pl 47 host_config
Reports/activeusersmonthly/SierraActiveUsersMonthly_prev.pl 49 user_config
Reports/activeusersmonthly/SierraActiveUsersMonthly_prev.pl 53 db_connection
Reports/activeusersmonthly/SierraActiveUsersMonthly.pl 47 host_config
Reports/activeusersmonthly/SierraActiveUsersMonthly.pl 49 user_config
Reports/activeusersmonthly/SierraActiveUsersMonthly.pl 53 db_connection
Reports/activeusersmonthly/SierraActiveUsersMonthly_2019-09-03.pl 47 host_config
Reports/activeusersmonthly/SierraActiveUsersMonthly_2019-09-03.pl 49 user_config
Reports/activeusersmonthly/SierraActiveUsersMonthly_2019-09-03.pl 53 db_connection
Reports/autoextend/SierraAutoExtend.pl 61 host_config
Reports/autoextend/SierraAutoExtend.pl 63 user_config
Reports/autoextend/SierraAutoExtend.pl 68 db_connection
Reports/autoextend/SierraAutoExtend.pl 128 host_config
Reports/birthdatesync/SierraBirthdateSync.pl 41 host_config
Reports/birthdatesync/SierraBirthdateSync.pl 42 host_config
Reports/birthdatesync/SierraBirthdateSync.pl 44 user_config
Reports/birthdatesync/SierraBirthdateSync.pl 48 db_connection
Reports/birthdatesync/SierraBirthdateSync.pl 49 db_connection
Reports/birthdatesync/SierraBirthdateSync.pl 103 host_config
Reports/bookclubrenewal/BookclubRenewal.pl 50 host_config
Reports/bookclubrenewal/BookclubRenewal.pl 52 user_config
Reports/bookclubrenewal/BookclubRenewal.pl 56 db_connection
Reports/bookclubrenewal/BookclubRenewal.pl 168 host_config
Reports/bookclubrenewal/BookclubRenewal.pl 169 user_config
Reports/cleanup/Cleanup.pl 142 host_config
Reports/cleanup/Cleanup.pl 144 user_config
Reports/cleanup/Cleanup.pl 149 db_connection
Reports/collectiondetail/SierraCollectionDetail.pl 100 host_config
Reports/collectiondetail/SierraCollectionDetail.pl 102 user_config
Reports/collectiondetail/SierraCollectionDetail.pl 106 db_connection
Reports/deletedbibs/test.pl 8 host_config
Reports/deletedbibs/test.pl 11 user_config
Reports/deletedbibs/test.pl 12 password
Reports/deletedbibs/test.pl 15 db_connection
Reports/deletedbibs/DeletedBibs.pl 43 host_config
Reports/deletedbibs/DeletedBibs.pl 45 user_config
Reports/deletedbibs/DeletedBibs.pl 49 db_connection
Reports/dupeitembarcodes/DupeItemBarcodes.pl 55 host_config
Reports/dupeitembarcodes/DupeItemBarcodes.pl 57 user_config
Reports/dupeitembarcodes/DupeItemBarcodes.pl 61 db_connection
Reports/educator_outpatron_renewals/outpatron_educator_renewals.pl 13 db_connection
Reports/excusedlossbookclub/ExcusedLossBookclub.pl 55 host_config
Reports/excusedlossbookclub/ExcusedLossBookclub.pl 57 user_config
Reports/excusedlossbookclub/ExcusedLossBookclub.pl 61 db_connection
Reports/fineamnesty/Finder.pl 39 host_config
Reports/fineamnesty/Finder.pl 41 user_config
Reports/fineamnesty/Finder.pl 45 db_connection
Reports/fineamnesty/Finder.pl 100 db_connection
Reports/fineamnesty/FasterBlaster.pl 46 db_connection
Reports/fineamnesty/SpecialFinder.pl 39 host_config
Reports/fineamnesty/SpecialFinder.pl 41 user_config
Reports/fineamnesty/SpecialFinder.pl 45 db_connection
Reports/fineamnesty/SpecialFinder.pl 116 db_connection
Reports/fineamnesty/Blaster.pl 44 db_connection
Reports/gap_finder/GapFinder.pl 78 host_config
Reports/gap_finder/GapFinder.pl 80 user_config
Reports/gap_finder/GapFinder.pl 84 db_connection
Reports/generic/SierraGenericReport.pl 48 host_config
Reports/generic/SierraGenericReport.pl 50 user_config
Reports/generic/SierraGenericReport.pl 54 db_connection
Reports/holdsnocopies/HoldsNoCopies.2019-05-22.pl 73 host_config
Reports/holdsnocopies/HoldsNoCopies.2019-05-22.pl 75 user_config
Reports/holdsnocopies/HoldsNoCopies.2019-05-22.pl 79 db_connection
Reports/holdsnocopies/HoldsNoCopies.pl 73 host_config
Reports/holdsnocopies/HoldsNoCopies.pl 75 user_config
Reports/holdsnocopies/HoldsNoCopies.pl 79 db_connection
Reports/intransitstats/IntransitStats.pl 103 host_config
Reports/intransitstats/IntransitStats.pl 105 user_config
Reports/intransitstats/IntransitStats.pl 109 db_connection
Reports/labels/SierraLabelsFontTest.pl 51 db_connection
Reports/labels/SierraLabelsFontTest.pl 52 db_connection
Reports/maindisplays/MainDisplays.pl 55 host_config
Reports/maindisplays/MainDisplays.pl 57 user_config
Reports/maindisplays/MainDisplays.pl 61 db_connection
Reports/maindisplays/MainDisplays.pl 205 host_config
Reports/maindisplays/MainDisplays.pl 206 user_config
Reports/multipleintransitmessages/MultipleIntransitMessages.pl 55 host_config
Reports/multipleintransitmessages/MultipleIntransitMessages.pl 57 user_config
Reports/multipleintransitmessages/MultipleIntransitMessages.pl 61 db_connection
Reports/newdvds/newdvds.pl 122 host_config
Reports/newdvds/newdvds.pl 123 user_config
Reports/newdvds/newdvds.pl 147 db_connection
Reports/newlongintransit/NewLongInTransit.pl 95 host_config
Reports/newlongintransit/NewLongInTransit.pl 97 user_config
Reports/newlongintransit/NewLongInTransit.pl 101 db_connection
Reports/newlongintransit/NewLongInTransit.pl 413 host_config
Reports/newlongintransit/NewLongInTransit.pl 414 user_config
Reports/newlongintransit/NewLongInTransit.pl 419 host_config
Reports/nolongernew/NoLongerNew.pl 48 host_config
Reports/nolongernew/NoLongerNew.pl 50 user_config
Reports/nolongernew/NoLongerNew.pl 54 db_connection
Reports/nolongernew/NoLongerNew.pl 172 host_config
Reports/nolongernew/NoLongerNew.pl 173 user_config
Reports/nolongernew/NoLongerNew.pl 177 host_config
Reports/novelistisbnexport/NovelistISBNExport.pl 72 host_config
Reports/novelistisbnexport/NovelistISBNExport.pl 74 user_config
Reports/novelistisbnexport/NovelistISBNExport.pl 78 db_connection
Reports/novelistisbnexport/NovelistISBNExport.pl 164 user_config
Reports/olddvds/olddvds.pl 99 db_connection
Reports/olddvds/olddvds.pl 287 host_config
Reports/olddvds/olddvds.pl 288 user_config
Reports/oldlongintransit/OldLongInTransit.pl 95 host_config
Reports/oldlongintransit/OldLongInTransit.pl 97 user_config
Reports/oldlongintransit/OldLongInTransit.pl 101 db_connection
Reports/oldlongintransit/OldLongInTransit.pl 413 host_config
Reports/oldlongintransit/OldLongInTransit.pl 414 user_config
Reports/oldlongintransit/OldLongInTransit.pl 419 host_config
Reports/orangeboy/orangeboy_extract_patrons_backup_2018-01-16.pl 48 user_config
Reports/orangeboy/orangeboy_extract_patrons_backup_2018-01-16.pl 51 host_config
Reports/orangeboy/orangeboy_extract_patrons_backup_2018-01-16.pl 53 user_config
Reports/orangeboy/orangeboy_extract_patrons_backup_2018-01-16.pl 55 db_connection
Reports/orangeboy/orangeboy_extract_sierra_backup_2018-01-16.pl 20 user_config
Reports/orangeboy/orangeboy_extract_sierra_backup_2018-01-16.pl 23 host_config
Reports/orangeboy/orangeboy_extract_sierra_backup_2018-01-16.pl 25 user_config
Reports/orangeboy/orangeboy_extract_sierra_backup_2018-01-16.pl 27 db_connection
Reports/orangeboy/orangeboy_extract_sierra.pl 20 user_config
Reports/orangeboy/orangeboy_extract_sierra.pl 23 host_config
Reports/orangeboy/orangeboy_extract_sierra.pl 25 user_config
Reports/orangeboy/orangeboy_extract_sierra.pl 27 db_connection
Reports/orangeboy/orangeboy_extract_lookup_tables.pl 48 host_config
Reports/orangeboy/orangeboy_extract_lookup_tables.pl 50 user_config
Reports/orangeboy/orangeboy_extract_lookup_tables.pl 52 db_connection
Reports/orangeboy/orangeboy_extract_circ.pl 48 host_config
Reports/orangeboy/orangeboy_extract_circ.pl 50 user_config
Reports/orangeboy/orangeboy_extract_circ.pl 52 db_connection
Reports/orangeboy/orangeboy_extract_patrons.pl 48 user_config
Reports/orangeboy/orangeboy_extract_patrons.pl 51 host_config
Reports/orangeboy/orangeboy_extract_patrons.pl 53 user_config
Reports/orangeboy/orangeboy_extract_patrons.pl 55 db_connection
Reports/patron_update/dave_example.pl 25 password
Reports/patron_update/dave_example.pl 32 password
Reports/patron_update/dave_example.pl 49 password
Reports/patron_update/dave_example.pl 50 password
Reports/patron_update/dave_example.pl 51 password
Reports/patron_update/dave_example.pl 52 password
Reports/patron_update/dave_example.pl 53 password
Reports/patron_update/dave_example.pl 54 password
Reports/patron_update/dave_example.pl 251 password
Reports/patron_update/dave_fine_example.pl 12 password
Reports/patron_update/dave_fine_example.pl 19 password
Reports/patron_update/dave_fine_example.pl 36 password
Reports/patron_update/dave_fine_example.pl 37 password
Reports/patron_update/dave_fine_example.pl 38 password
Reports/patron_update/dave_fine_example.pl 39 password
Reports/patron_update/dave_fine_example.pl 40 password
Reports/patron_update/dave_fine_example.pl 134 password
Reports/patron_update/example.pl 25 password
Reports/patron_update/example.pl 31 password
Reports/patron_update/example.pl 135 password
Reports/patron_update/example.pl 138 password
Reports/patron_update/example.pl 147 password
Reports/patron_update/example.pl 195 password
Reports/patron_update/example.pl 205 password
Reports/patron_update/example.pl 208 password
Reports/patron_update/example.pl 217 password
Reports/patron_update/example.pl 243 password
Reports/patron_update/example.pl 254 password
Reports/patron_update/example.pl 277 password
Reports/patron_update/example.pl 299 password
Reports/patron_update/example.pl 391 password
Reports/removedupfines/RemoveDupFines.pl 43 host_config
Reports/removedupfines/RemoveDupFines.pl 45 user_config
Reports/removedupfines/RemoveDupFines.pl 49 db_connection
Reports/renewaldata/renewaldata.cfg 9 secret
Reports/renewaldata/renewaldata.pl 44 host_config
Reports/renewaldata/renewaldata.pl 46 user_config
Reports/renewaldata/renewaldata.pl 50 db_connection
Reports/reporter/SierraReporterGrab.pl 17 password
Reports/slintransit/SierraShelfListInTransit.pl 95 host_config
Reports/slintransit/SierraShelfListInTransit.pl 97 user_config
Reports/slintransit/SierraShelfListInTransit.pl 101 db_connection
Reports/slitemdata/SierraItemData.pl 759 host_config
Reports/slitemdata/SierraItemData.pl 761 user_config
Reports/slitemdata/SierraItemData.pl 765 db_connection
Reports/slitemdata/SierraItemData.pl 996 host_config
Reports/slitemdata/SierraItemData.pl 997 user_config
Reports/slitemdata/SierraItemData.2018-06-19.pl 681 host_config
Reports/slitemdata/SierraItemData.2018-06-19.pl 683 user_config
Reports/slitemdata/SierraItemData.2018-06-19.pl 687 db_connection
Reports/slitemdata/SierraItemData.2018-06-19.pl 918 host_config
Reports/slitemdata/SierraItemData.2018-06-19.pl 919 user_config
Reports/slitemdata/SierraItemData-2021-06-01.pl 751 host_config
Reports/slitemdata/SierraItemData-2021-06-01.pl 753 user_config
Reports/slitemdata/SierraItemData-2021-06-01.pl 757 db_connection
Reports/slitemdata/SierraItemData-2021-06-01.pl 988 host_config
Reports/slitemdata/SierraItemData-2021-06-01.pl 989 user_config
Reports/slitemdata/SierraItemData.2020-03-06.pl 721 host_config
Reports/slitemdata/SierraItemData.2020-03-06.pl 723 user_config
Reports/slitemdata/SierraItemData.2020-03-06.pl 727 db_connection
Reports/slitemdata/SierraItemData.2020-03-06.pl 958 host_config
Reports/slitemdata/SierraItemData.2020-03-06.pl 959 user_config
Reports/slitemdata/SierraItemData.2021-09-16.pl 752 host_config
Reports/slitemdata/SierraItemData.2021-09-16.pl 754 user_config
Reports/slitemdata/SierraItemData.2021-09-16.pl 758 db_connection
Reports/slitemdata/SierraItemData.2021-09-16.pl 989 host_config
Reports/slitemdata/SierraItemData.2021-09-16.pl 990 user_config
Reports/slitemdata/SierraItemData-2021-11-15.pl 754 host_config
Reports/slitemdata/SierraItemData-2021-11-15.pl 756 user_config
Reports/slitemdata/SierraItemData-2021-11-15.pl 760 db_connection
Reports/slitemdata/SierraItemData-2021-11-15.pl 991 host_config
Reports/slitemdata/SierraItemData-2021-11-15.pl 992 user_config
Reports/slitemdata/SierraItemData.2019-03-05.pl 703 host_config
Reports/slitemdata/SierraItemData.2019-03-05.pl 705 user_config
Reports/slitemdata/SierraItemData.2019-03-05.pl 709 db_connection
Reports/slitemdata/SierraItemData.2019-03-05.pl 940 host_config
Reports/slitemdata/SierraItemData.2019-03-05.pl 941 user_config
Reports/slitemdata/SierraItemData.2020-01-10.pl 705 host_config
Reports/slitemdata/SierraItemData.2020-01-10.pl 707 user_config
Reports/slitemdata/SierraItemData.2020-01-10.pl 711 db_connection
Reports/slitemdata/SierraItemData.2020-01-10.pl 942 host_config
Reports/slitemdata/SierraItemData.2020-01-10.pl 943 user_config
Reports/slitemdata/SierraItemData-2021-10-22.pl 754 host_config
Reports/slitemdata/SierraItemData-2021-10-22.pl 756 user_config
Reports/slitemdata/SierraItemData-2021-10-22.pl 760 db_connection
Reports/slitemdata/SierraItemData-2021-10-22.pl 991 host_config
Reports/slitemdata/SierraItemData-2021-10-22.pl 992 user_config
Reports/slitemdata/SierraItemData_2020-09-09.pl 731 host_config
Reports/slitemdata/SierraItemData_2020-09-09.pl 733 user_config
Reports/slitemdata/SierraItemData_2020-09-09.pl 737 db_connection
Reports/slitemdata/SierraItemData_2020-09-09.pl 968 host_config
Reports/slitemdata/SierraItemData_2020-09-09.pl 969 user_config
Reports/slitemdata/SierraItemData.2021-08-06.pl 752 host_config
Reports/slitemdata/SierraItemData.2021-08-06.pl 754 user_config
Reports/slitemdata/SierraItemData.2021-08-06.pl 758 db_connection
Reports/slitemdata/SierraItemData.2021-08-06.pl 989 host_config
Reports/slitemdata/SierraItemData.2021-08-06.pl 990 user_config
Reports/slitemdata/SierraItemData-2021-05-21.pl 750 host_config
Reports/slitemdata/SierraItemData-2021-05-21.pl 752 user_config
Reports/slitemdata/SierraItemData-2021-05-21.pl 756 db_connection
Reports/slitemdata/SierraItemData-2021-05-21.pl 987 host_config
Reports/slitemdata/SierraItemData-2021-05-21.pl 988 user_config
Reports/slitemdata/SierraItemData.2021-10-07.pl 754 host_config
Reports/slitemdata/SierraItemData.2021-10-07.pl 756 user_config
Reports/slitemdata/SierraItemData.2021-10-07.pl 760 db_connection
Reports/slitemdata/SierraItemData.2021-10-07.pl 991 host_config
Reports/slitemdata/SierraItemData.2021-10-07.pl 992 user_config
Reports/slitemdata/SierraItemData_2020-11-20.pl 731 host_config
Reports/slitemdata/SierraItemData_2020-11-20.pl 733 user_config
Reports/slitemdata/SierraItemData_2020-11-20.pl 737 db_connection
Reports/slitemdata/SierraItemData_2020-11-20.pl 968 host_config
Reports/slitemdata/SierraItemData_2020-11-20.pl 969 user_config
Reports/slitemdata/SierraItemData-2024-06-03.pl 758 host_config
Reports/slitemdata/SierraItemData-2024-06-03.pl 760 user_config
Reports/slitemdata/SierraItemData-2024-06-03.pl 764 db_connection
Reports/slitemdata/SierraItemData-2024-06-03.pl 995 host_config
Reports/slitemdata/SierraItemData-2024-06-03.pl 996 user_config
Reports/sllastcopymissing/SierraShelfListLastCopyMissing.pl 136 host_config
Reports/sllastcopymissing/SierraShelfListLastCopyMissing.pl 138 user_config
Reports/sllastcopymissing/SierraShelfListLastCopyMissing.pl 142 db_connection
Reports/sllastcopymissing/SierraShelfListLastCopyMissing.pl 401 host_config
Reports/sllastcopymissing/SierraShelfListLastCopyMissing.pl 402 user_config
Reports/slmainmissing/SierraShelfListMainMissing.pl 136 host_config
Reports/slmainmissing/SierraShelfListMainMissing.pl 138 user_config
Reports/slmainmissing/SierraShelfListMainMissing.pl 142 db_connection
Reports/slmainmissing/SierraShelfListMainMissing.pl 388 host_config
Reports/slmainmissing/SierraShelfListMainMissing.pl 389 user_config
Reports/slmissing/SierraShelfListMissing.pl 136 host_config
Reports/slmissing/SierraShelfListMissing.pl 138 user_config
Reports/slmissing/SierraShelfListMissing.pl 142 db_connection
Reports/slmissing/SierraShelfListMissing.pl 377 host_config
Reports/slmissing/SierraShelfListMissing.pl 378 user_config
Reports/slmissing/SierraShelfListMissing-2020-02-09.pl 136 host_config
Reports/slmissing/SierraShelfListMissing-2020-02-09.pl 138 user_config
Reports/slmissing/SierraShelfListMissing-2020-02-09.pl 142 db_connection
Reports/slmissing/SierraShelfListMissing-2020-02-09.pl 376 host_config
Reports/slmissing/SierraShelfListMissing-2020-02-09.pl 377 user_config
Reports/slonorder/SierraShelfListOnOrder.pl 88 host_config
Reports/slonorder/SierraShelfListOnOrder.pl 90 user_config
Reports/slonorder/SierraShelfListOnOrder.pl 94 db_connection
Reports/slonorder/SierraShelfListOnOrder.pl 257 host_config
Reports/slonorder/SierraShelfListOnOrder.pl 258 user_config
Reports/slrepair/SierraShelfListRepair.pl 94 host_config
Reports/slrepair/SierraShelfListRepair.pl 96 user_config
Reports/slrepair/SierraShelfListRepair.pl 100 db_connection
Reports/slrepair/SierraShelfListRepair.pl 361 host_config
Reports/slrepair/SierraShelfListRepair.pl 362 user_config
Reports/slrepair/SierraShelfListRepair.pl 378 host_config
Reports/slrepair/SierraShelfListRepair.pl 379 user_config
Reports/slrepair/SierraShelfListRepair.pl 384 host_config
Reports/systemwideholds/SierraSystemWideHolds.pl 45 host_config
Reports/systemwideholds/SierraSystemWideHolds.pl 47 user_config
Reports/systemwideholds/SierraSystemWideHolds.pl 51 db_connection
Reports/teleforms/teleforms_mysql_test.pl 13 secret
Reports/teleforms/teleforms_mysql_test.pl 15 host_config
Reports/teleforms/teleforms_mysql_test.pl 17 user_config
Reports/teleforms/teleforms_mysql_test.pl 20 host_config
Reports/teleforms/teleforms_mysql_test.pl 21 db_connection
Reports/turn13/Turn13.pl 42 host_config
Reports/turn13/Turn13.pl 43 host_config
Reports/turn13/Turn13.pl 45 user_config
Reports/turn13/Turn13.pl 49 db_connection
Reports/turn13/Turn13.pl 50 db_connection
Reports/turn13/Turn13.pl 76 host_config
Reports/turn18/Turn18.pl 45 host_config
Reports/turn18/Turn18.pl 47 user_config
Reports/turn18/Turn18.pl 51 db_connection
Reports/turn18/Turn18.pl 82 host_config
Reports/turn18/Turn18.pl 83 user_config
Reports/unpaidmanualcharges/UnpaidManualCharges.pl 56 host_config
Reports/unpaidmanualcharges/UnpaidManualCharges.pl 58 user_config
Reports/unpaidmanualcharges/UnpaidManualCharges.pl 62 db_connection
Reports/userdata/SierraUserData.pl 101 host_config
Reports/userdata/SierraUserData.pl 103 user_config
Reports/userdata/SierraUserData.pl 107 db_connection
Reports/userdata/SierraUserData.pl 108 db_connection
Reports/userdata/SierraUserData.pl 654 host_config
Reports/userdata/SierraUserData.pl 655 user_config
Reports/userdata/SierraUserData.pl 689 host_config
Reports/userdata/SierraUserData.pl 690 user_config
crontab_file crontab_date minute hour dom month dow command report_name is_commented human_schedule notes
crontab.backup.20140224 20140224 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140224 20140224 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140224 20140224 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140224 20140224 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140224 20140224 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140224 20140224 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140224 20140224 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140224 20140224 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140224 20140224 30 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:30 PM
crontab.backup.20140224 20140224 50 14 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq False at 2:50 PM
crontab.backup.20140224 20140224 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt False on day 1 at 1:30 PM
crontab.backup.20140224 20140224 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140224 20140224 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140224 20140224 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140224 20140224 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140224 20140224 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140224 20140224 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140224 20140224 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140224 20140224 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140228 20140228 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140228 20140228 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140228 20140228 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140228 20140228 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140228 20140228 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140228 20140228 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140228 20140228 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140228 20140228 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140228 20140228 30 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:30 PM
crontab.backup.20140228 20140228 50 14 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq False at 2:50 PM
crontab.backup.20140228 20140228 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt False on day 1 at 1:30 PM
crontab.backup.20140228 20140228 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140228 20140228 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140228 20140228 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140228 20140228 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140228 20140228 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140228 20140228 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140228 20140228 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140228 20140228 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140228 20140228 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140306 20140306 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140306 20140306 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140306 20140306 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140306 20140306 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140306 20140306 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140306 20140306 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140306 20140306 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140306 20140306 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140306 20140306 30 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:30 PM
crontab.backup.20140306 20140306 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq False at 6:50 PM
crontab.backup.20140306 20140306 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt False on day 1 at 1:30 PM
crontab.backup.20140306 20140306 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140306 20140306 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140306 20140306 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140306 20140306 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140306 20140306 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140306 20140306 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140306 20140306 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140306 20140306 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140306 20140306 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140408 20140408 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140408 20140408 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140408 20140408 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140408 20140408 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140408 20140408 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140408 20140408 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140408 20140408 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140408 20140408 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140408 20140408 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140408 20140408 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq False at 6:50 PM
crontab.backup.20140408 20140408 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt False on day 1 at 1:30 PM
crontab.backup.20140408 20140408 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140408 20140408 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140408 20140408 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140408 20140408 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140408 20140408 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140408 20140408 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140408 20140408 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140408 20140408 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140408 20140408 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140423 20140423 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140423 20140423 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140423 20140423 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140423 20140423 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140423 20140423 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140423 20140423 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140423 20140423 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140423 20140423 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140423 20140423 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140423 20140423 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq False at 6:50 PM
crontab.backup.20140423 20140423 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt False on day 1 at 1:30 PM
crontab.backup.20140423 20140423 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140423 20140423 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140423 20140423 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140423 20140423 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140423 20140423 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140423 20140423 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140423 20140423 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140423 20140423 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140423 20140423 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140423 20140423 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140430 20140430 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140430 20140430 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140430 20140430 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140430 20140430 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140430 20140430 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140430 20140430 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140430 20140430 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140430 20140430 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140430 20140430 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140430 20140430 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq False at 6:50 PM
crontab.backup.20140430 20140430 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt False on day 1 at 1:30 PM
crontab.backup.20140430 20140430 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140430 20140430 51 22 * * 0 /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False dow=0 at 10:51 PM
crontab.backup.20140430 20140430 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140430 20140430 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140430 20140430 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140430 20140430 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140430 20140430 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140430 20140430 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140430 20140430 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140430 20140430 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140430 20140430 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140505 20140505 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140505 20140505 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140505 20140505 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140505 20140505 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140505 20140505 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140505 20140505 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140505 20140505 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140505 20140505 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140505 20140505 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140505 20140505 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq False at 6:50 PM
crontab.backup.20140505 20140505 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt False on day 1 at 1:30 PM
crontab.backup.20140505 20140505 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140505 20140505 51 22 * * 0 /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False dow=0 at 10:51 PM
crontab.backup.20140505 20140505 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140505 20140505 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140505 20140505 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140505 20140505 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140505 20140505 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140505 20140505 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140505 20140505 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140505 20140505 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140505 20140505 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140507 20140507 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140507 20140507 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140507 20140507 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140507 20140507 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140507 20140507 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140507 20140507 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140507 20140507 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140507 20140507 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140507 20140507 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140507 20140507 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20140507 20140507 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20140507 20140507 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140507 20140507 51 22 * * 0 /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False dow=0 at 10:51 PM
crontab.backup.20140507 20140507 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140507 20140507 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140507 20140507 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140507 20140507 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140507 20140507 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140507 20140507 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140507 20140507 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140507 20140507 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140507 20140507 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140515 20140515 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140515 20140515 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140515 20140515 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140515 20140515 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140515 20140515 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140515 20140515 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140515 20140515 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140515 20140515 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140515 20140515 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140515 20140515 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20140515 20140515 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20140515 20140515 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140515 20140515 51 22 * * 0 /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False dow=0 at 10:51 PM
crontab.backup.20140515 20140515 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140515 20140515 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140515 20140515 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140515 20140515 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140515 20140515 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140515 20140515 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140515 20140515 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140515 20140515 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140515 20140515 35 05 * * * /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False at 5:35 AM
crontab.backup.20140515 20140515 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140522 20140522 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140522 20140522 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140522 20140522 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140522 20140522 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140522 20140522 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140522 20140522 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140522 20140522 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140522 20140522 01 07 * * * /home/plchuser/Reports/bookclubrenewals/bookclubrenewals-cron.sh > /home/plchuser/Reports/bookclubrenewals/cron_log.txt bookclubrenewals False at 7:01 AM
crontab.backup.20140522 20140522 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140522 20140522 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140522 20140522 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20140522 20140522 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20140522 20140522 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140522 20140522 51 22 * * 0 /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False dow=0 at 10:51 PM
crontab.backup.20140522 20140522 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140522 20140522 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140522 20140522 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140522 20140522 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140522 20140522 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140522 20140522 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140522 20140522 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140522 20140522 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140522 20140522 35 05 * * * /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False at 5:35 AM
crontab.backup.20140522 20140522 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140527 20140527 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140527 20140527 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140527 20140527 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140527 20140527 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140527 20140527 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140527 20140527 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140527 20140527 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140527 20140527 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20140527 20140527 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140527 20140527 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140527 20140527 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20140527 20140527 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20140527 20140527 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140527 20140527 51 22 * * 0 /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False dow=0 at 10:51 PM
crontab.backup.20140527 20140527 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140527 20140527 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140527 20140527 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140527 20140527 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140527 20140527 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140527 20140527 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140527 20140527 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140527 20140527 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140527 20140527 35 05 * * * /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False at 5:35 AM
crontab.backup.20140527 20140527 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140602 20140602 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140602 20140602 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140602 20140602 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140602 20140602 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140602 20140602 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140602 20140602 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140602 20140602 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140602 20140602 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20140602 20140602 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140602 20140602 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140602 20140602 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20140602 20140602 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20140602 20140602 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140602 20140602 51 22 * * 0 /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False dow=0 at 10:51 PM
crontab.backup.20140602 20140602 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140602 20140602 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140602 20140602 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140602 20140602 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140602 20140602 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140602 20140602 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140602 20140602 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140602 20140602 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140602 20140602 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20140602 20140602 35 05 * * * /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False at 5:35 AM
crontab.backup.20140602 20140602 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140620 20140620 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140620 20140620 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140620 20140620 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140620 20140620 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140620 20140620 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140620 20140620 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140620 20140620 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140620 20140620 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20140620 20140620 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140620 20140620 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140620 20140620 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20140620 20140620 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20140620 20140620 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140620 20140620 51 22 * * 0 /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False dow=0 at 10:51 PM
crontab.backup.20140620 20140620 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140620 20140620 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140620 20140620 55 21 22 * * /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False on day 22 at 9:55 PM
crontab.backup.20140620 20140620 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140620 20140620 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140620 20140620 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140620 20140620 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140620 20140620 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140620 20140620 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20140620 20140620 35 05 * * * /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False at 5:35 AM
crontab.backup.20140620 20140620 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140630 20140630 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140630 20140630 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140630 20140630 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140630 20140630 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140630 20140630 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140630 20140630 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140630 20140630 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140630 20140630 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20140630 20140630 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140630 20140630 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140630 20140630 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20140630 20140630 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20140630 20140630 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140630 20140630 51 22 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 10:51 PM
crontab.backup.20140630 20140630 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140630 20140630 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140630 20140630 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140630 20140630 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140630 20140630 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140630 20140630 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140630 20140630 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140630 20140630 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140630 20140630 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20140630 20140630 35 05 * * * /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False at 5:35 AM
crontab.backup.20140630 20140630 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140722 20140722 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140722 20140722 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140722 20140722 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140722 20140722 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140722 20140722 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140722 20140722 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140722 20140722 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140722 20140722 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20140722 20140722 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140722 20140722 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140722 20140722 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20140722 20140722 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20140722 20140722 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140722 20140722 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20140722 20140722 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140722 20140722 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140722 20140722 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140722 20140722 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140722 20140722 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140722 20140722 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140722 20140722 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140722 20140722 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140722 20140722 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20140722 20140722 35 05 * * * /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False at 5:35 AM
crontab.backup.20140722 20140722 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140814 20140814 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140814 20140814 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140814 20140814 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140814 20140814 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140814 20140814 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140814 20140814 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140814 20140814 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140814 20140814 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20140814 20140814 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140814 20140814 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140814 20140814 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20140814 20140814 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20140814 20140814 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140814 20140814 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20140814 20140814 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140814 20140814 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140814 20140814 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140814 20140814 39 07 15 * * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 15 at 7:39 AM
crontab.backup.20140814 20140814 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140814 20140814 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140814 20140814 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140814 20140814 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140814 20140814 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20140814 20140814 35 05 * * * /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs True at 5:35 AM
crontab.backup.20140814 20140814 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140829 20140829 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140829 20140829 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140829 20140829 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140829 20140829 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140829 20140829 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140829 20140829 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140829 20140829 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140829 20140829 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20140829 20140829 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140829 20140829 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140829 20140829 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20140829 20140829 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20140829 20140829 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140829 20140829 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20140829 20140829 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140829 20140829 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140829 20140829 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140829 20140829 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit False on day 01 at 7:39 AM month=09
crontab.backup.20140829 20140829 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140829 20140829 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140829 20140829 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140829 20140829 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140829 20140829 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20140829 20140829 35 05 * * * /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs True at 5:35 AM
crontab.backup.20140829 20140829 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140904 20140904 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140904 20140904 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140904 20140904 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140904 20140904 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140904 20140904 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140904 20140904 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140904 20140904 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140904 20140904 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20140904 20140904 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140904 20140904 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140904 20140904 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20140904 20140904 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20140904 20140904 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140904 20140904 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20140904 20140904 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140904 20140904 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140904 20140904 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140904 20140904 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20140904 20140904 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20140904 20140904 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20140904 20140904 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140904 20140904 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140904 20140904 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140904 20140904 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140904 20140904 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20140904 20140904 35 05 * * * /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs True at 5:35 AM
crontab.backup.20140904 20140904 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140909 20140909 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140909 20140909 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140909 20140909 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140909 20140909 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140909 20140909 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140909 20140909 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140909 20140909 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140909 20140909 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20140909 20140909 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140909 20140909 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140909 20140909 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20140909 20140909 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20140909 20140909 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140909 20140909 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20140909 20140909 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140909 20140909 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140909 20140909 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140909 20140909 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20140909 20140909 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20140909 20140909 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20140909 20140909 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140909 20140909 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140909 20140909 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140909 20140909 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140909 20140909 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20140909 20140909 35 05 * * * /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False at 5:35 AM
crontab.backup.20140909 20140909 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140930 20140930 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20140930 20140930 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20140930 20140930 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20140930 20140930 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20140930 20140930 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20140930 20140930 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20140930 20140930 33 08 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 8:33 AM
crontab.backup.20140930 20140930 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20140930 20140930 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20140930 20140930 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20140930 20140930 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20140930 20140930 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20140930 20140930 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20140930 20140930 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20140930 20140930 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20140930 20140930 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20140930 20140930 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20140930 20140930 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20140930 20140930 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20140930 20140930 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20140930 20140930 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20140930 20140930 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20140930 20140930 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20140930 20140930 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20140930 20140930 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20140930 20140930 35 05 * * * /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False at 5:35 AM
crontab.backup.20140930 20140930 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20140930 20140930 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20141120 20141120 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20141120 20141120 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20141120 20141120 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20141120 20141120 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20141120 20141120 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20141120 20141120 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20141120 20141120 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20141120 20141120 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20141120 20141120 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20141120 20141120 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20141120 20141120 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20141120 20141120 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20141120 20141120 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20141120 20141120 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20141120 20141120 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20141120 20141120 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20141120 20141120 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20141120 20141120 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20141120 20141120 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20141120 20141120 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20141120 20141120 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20141120 20141120 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20141120 20141120 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20141120 20141120 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20141120 20141120 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20141120 20141120 35 05 * * * /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False at 5:35 AM
crontab.backup.20141120 20141120 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20141120 20141120 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20141125 20141125 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20141125 20141125 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20141125 20141125 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20141125 20141125 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20141125 20141125 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20141125 20141125 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20141125 20141125 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20141125 20141125 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20141125 20141125 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20141125 20141125 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20141125 20141125 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20141125 20141125 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20141125 20141125 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20141125 20141125 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20141125 20141125 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20141125 20141125 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20141125 20141125 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20141125 20141125 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20141125 20141125 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20141125 20141125 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20141125 20141125 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20141125 20141125 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20141125 20141125 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20141125 20141125 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20141125 20141125 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20141125 20141125 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20141125 20141125 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20141125 20141125 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150112 20150112 01 11 * * * /home/plchuser/bin/dfmon.pl False at 11:01 AM
crontab.backup.20150112 20150112 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20150112 20150112 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150112 20150112 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150112 20150112 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150112 20150112 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150112 20150112 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150112 20150112 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150112 20150112 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150112 20150112 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150112 20150112 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20150112 20150112 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150112 20150112 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150112 20150112 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150112 20150112 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150112 20150112 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150112 20150112 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150112 20150112 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150112 20150112 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150112 20150112 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150112 20150112 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150112 20150112 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150112 20150112 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150112 20150112 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150112 20150112 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150112 20150112 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150112 20150112 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150112 20150112 01 01 1 * * /home/plchuser/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20150112 20150112 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150227 20150227 01 11 * * * /home/plchuser/bin/dfmon.pl False at 11:01 AM
crontab.backup.20150227 20150227 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20150227 20150227 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150227 20150227 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150227 20150227 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150227 20150227 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150227 20150227 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150227 20150227 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150227 20150227 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150227 20150227 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150227 20150227 30 16 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 4:30 PM
crontab.backup.20150227 20150227 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150227 20150227 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150227 20150227 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150227 20150227 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150227 20150227 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150227 20150227 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150227 20150227 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150227 20150227 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150227 20150227 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150227 20150227 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150227 20150227 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150227 20150227 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150227 20150227 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150227 20150227 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150227 20150227 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150227 20150227 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150227 20150227 01 01 1 * * /sierra-share/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20150227 20150227 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150302 20150302 01 11 * * * /home/plchuser/bin/dfmon.pl False at 11:01 AM
crontab.backup.20150302 20150302 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20150302 20150302 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.tx replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150302 20150302 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150302 20150302 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150302 20150302 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150302 20150302 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150302 20150302 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150302 20150302 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150302 20150302 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150302 20150302 03 13 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 1:03 PM
crontab.backup.20150302 20150302 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150302 20150302 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150302 20150302 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150302 20150302 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150302 20150302 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150302 20150302 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150302 20150302 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150302 20150302 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150302 20150302 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150302 20150302 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150302 20150302 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150302 20150302 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150302 20150302 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150302 20150302 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150302 20150302 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150302 20150302 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150302 20150302 01 01 1 * * /sierra-share/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20150302 20150302 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150303 20150303 01 11 * * * /home/plchuser/bin/dfmon.pl False at 11:01 AM
crontab.backup.20150303 20150303 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20150303 20150303 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.txt replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150303 20150303 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150303 20150303 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150303 20150303 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150303 20150303 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150303 20150303 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150303 20150303 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150303 20150303 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150303 20150303 04 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:04 PM
crontab.backup.20150303 20150303 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150303 20150303 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150303 20150303 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150303 20150303 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150303 20150303 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150303 20150303 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150303 20150303 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150303 20150303 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150303 20150303 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150303 20150303 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150303 20150303 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150303 20150303 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150303 20150303 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150303 20150303 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150303 20150303 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150303 20150303 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150303 20150303 01 01 1 * * /sierra-share/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20150303 20150303 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150303 20150303 25 07 * * * /home/plchuser/Reports/multipleintransitmessages/multipleintransitmessages-cron.sh > /home/plchuser/Reports/multipleintransitmessages/cron_log.txt multipleintransitmessages False at 7:25 AM
crontab.backup.20150318 20150318 01 11 * * * /home/plchuser/bin/dfmon.pl False at 11:01 AM
crontab.backup.20150318 20150318 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20150318 20150318 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.txt replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150318 20150318 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150318 20150318 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150318 20150318 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150318 20150318 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150318 20150318 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150318 20150318 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150318 20150318 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150318 20150318 04 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:04 PM
crontab.backup.20150318 20150318 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150318 20150318 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150318 20150318 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150318 20150318 51 21 * * 0 /home/plchuser/Testing/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Testing/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150318 20150318 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150318 20150318 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150318 20150318 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150318 20150318 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150318 20150318 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150318 20150318 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150318 20150318 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150318 20150318 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150318 20150318 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150318 20150318 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150318 20150318 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150318 20150318 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150318 20150318 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150318 20150318 01 01 1 * * /sierra-share/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20150318 20150318 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150318 20150318 25 07 * * * /home/plchuser/Reports/multipleintransitmessages/multipleintransitmessages-cron.sh > /home/plchuser/Reports/multipleintransitmessages/cron_log.txt multipleintransitmessages False at 7:25 AM
crontab.backup.20150331 20150331 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20150331 20150331 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.txt replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150331 20150331 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150331 20150331 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150331 20150331 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150331 20150331 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150331 20150331 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150331 20150331 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150331 20150331 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150331 20150331 04 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:04 PM
crontab.backup.20150331 20150331 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150331 20150331 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150331 20150331 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150331 20150331 51 21 * * 0 /home/plchuser/Testing/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Testing/Reports/systemwideholds/cron_log.txt systemwideholds True dow=0 at 9:51 PM
crontab.backup.20150331 20150331 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150331 20150331 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150331 20150331 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150331 20150331 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150331 20150331 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150331 20150331 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150331 20150331 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150331 20150331 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150331 20150331 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150331 20150331 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150331 20150331 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150331 20150331 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150331 20150331 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150331 20150331 01 01 1 * * /sierra-share/kernel-reboot-check.sh False on day 1 at 1:01 AM
crontab.backup.20150331 20150331 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150331 20150331 25 07 * * * /home/plchuser/Reports/multipleintransitmessages/multipleintransitmessages-cron.sh > /home/plchuser/Reports/multipleintransitmessages/cron_log.txt multipleintransitmessages False at 7:25 AM
crontab.backup.20150402 20150402 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20150402 20150402 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.txt replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150402 20150402 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150402 20150402 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150402 20150402 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150402 20150402 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150402 20150402 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150402 20150402 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150402 20150402 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150402 20150402 04 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:04 PM
crontab.backup.20150402 20150402 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150402 20150402 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150402 20150402 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150402 20150402 51 21 * * 0 /home/plchuser/Testing/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Testing/Reports/systemwideholds/cron_log.txt systemwideholds True dow=0 at 9:51 PM
crontab.backup.20150402 20150402 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150402 20150402 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150402 20150402 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150402 20150402 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150402 20150402 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150402 20150402 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150402 20150402 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150402 20150402 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150402 20150402 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150402 20150402 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150402 20150402 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150402 20150402 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150402 20150402 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150402 20150402 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150402 20150402 25 07 * * * /home/plchuser/Reports/multipleintransitmessages/multipleintransitmessages-cron.sh > /home/plchuser/Reports/multipleintransitmessages/cron_log.txt multipleintransitmessages False at 7:25 AM
crontab.backup.20150406 20150406 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20150406 20150406 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.txt replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150406 20150406 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150406 20150406 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150406 20150406 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150406 20150406 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150406 20150406 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150406 20150406 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150406 20150406 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150406 20150406 04 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:04 PM
crontab.backup.20150406 20150406 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150406 20150406 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150406 20150406 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150406 20150406 51 21 * * 0 /home/plchuser/Testing/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Testing/Reports/systemwideholds/cron_log.txt systemwideholds True dow=0 at 9:51 PM
crontab.backup.20150406 20150406 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150406 20150406 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150406 20150406 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150406 20150406 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150406 20150406 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150406 20150406 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150406 20150406 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150406 20150406 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150406 20150406 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150406 20150406 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150406 20150406 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150406 20150406 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150406 20150406 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150406 20150406 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150406 20150406 25 07 * * * /home/plchuser/Reports/multipleintransitmessages/multipleintransitmessages-cron.sh > /home/plchuser/Reports/multipleintransitmessages/cron_log.txt multipleintransitmessages False at 7:25 AM
crontab.backup.20150406 20150406 07 07,13 * * * /home/plchuser/Reports/dupeitembarcodes/dupeitembarcodes-cron.sh > /home/plchuser/Reports/dupeitembarcodes/cron_log.txt dupeitembarcodes False at 07,13:07
crontab.backup.20150407 20150407 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20150407 20150407 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.txt replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150407 20150407 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150407 20150407 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150407 20150407 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150407 20150407 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150407 20150407 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150407 20150407 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150407 20150407 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150407 20150407 04 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:04 PM
crontab.backup.20150407 20150407 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150407 20150407 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150407 20150407 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150407 20150407 51 21 * * 0 /home/plchuser/Testing/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Testing/Reports/systemwideholds/cron_log.txt systemwideholds True dow=0 at 9:51 PM
crontab.backup.20150407 20150407 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150407 20150407 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150407 20150407 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150407 20150407 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150407 20150407 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150407 20150407 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150407 20150407 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150407 20150407 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150407 20150407 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150407 20150407 05 05 * * 3 /home/plchuser/Reports/novelistisbnexport/novelistisbnexport-cron.sh > /home/Reports/novelistisbnexport/cron_log.txt novelistisbnexport False dow=3 at 5:05 AM
crontab.backup.20150407 20150407 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150407 20150407 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150407 20150407 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150407 20150407 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150407 20150407 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150407 20150407 25 07 * * * /home/plchuser/Reports/multipleintransitmessages/multipleintransitmessages-cron.sh > /home/plchuser/Reports/multipleintransitmessages/cron_log.txt multipleintransitmessages False at 7:25 AM
crontab.backup.20150407 20150407 07 07,13 * * * /home/plchuser/Reports/dupeitembarcodes/dupeitembarcodes-cron.sh > /home/plchuser/Reports/dupeitembarcodes/cron_log.txt dupeitembarcodes False at 07,13:07
crontab.backup.20150415 20150415 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20150415 20150415 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.txt replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150415 20150415 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150415 20150415 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150415 20150415 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150415 20150415 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150415 20150415 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150415 20150415 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150415 20150415 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150415 20150415 04 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:04 PM
crontab.backup.20150415 20150415 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150415 20150415 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150415 20150415 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150415 20150415 51 21 * * 0 /home/plchuser/Testing/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Testing/Reports/systemwideholds/cron_log.txt systemwideholds True dow=0 at 9:51 PM
crontab.backup.20150415 20150415 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150415 20150415 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150415 20150415 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150415 20150415 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150415 20150415 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150415 20150415 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150415 20150415 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150415 20150415 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150415 20150415 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150415 20150415 35 08 * * 3 /home/plchuser/Reports/novelistisbnexport/novelistisbnexport-cron.sh > /home/plchuser/Reports/novelistisbnexport/cron_log.txt novelistisbnexport False dow=3 at 8:35 AM
crontab.backup.20150415 20150415 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150415 20150415 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150415 20150415 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150415 20150415 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150415 20150415 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150415 20150415 25 07 * * * /home/plchuser/Reports/multipleintransitmessages/multipleintransitmessages-cron.sh > /home/plchuser/Reports/multipleintransitmessages/cron_log.txt multipleintransitmessages False at 7:25 AM
crontab.backup.20150415 20150415 07 07,13 * * * /home/plchuser/Reports/dupeitembarcodes/dupeitembarcodes-cron.sh > /home/plchuser/Reports/dupeitembarcodes/cron_log.txt dupeitembarcodes False at 07,13:07
crontab.backup.20150421 20150421 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20150421 20150421 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.txt replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150421 20150421 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150421 20150421 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150421 20150421 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150421 20150421 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150421 20150421 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150421 20150421 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150421 20150421 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150421 20150421 04 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:04 PM
crontab.backup.20150421 20150421 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150421 20150421 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150421 20150421 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150421 20150421 51 21 * * 0 /home/plchuser/Testing/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Testing/Reports/systemwideholds/cron_log.txt systemwideholds True dow=0 at 9:51 PM
crontab.backup.20150421 20150421 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150421 20150421 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150421 20150421 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150421 20150421 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150421 20150421 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150421 20150421 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150421 20150421 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150421 20150421 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150421 20150421 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150421 20150421 35 04 * * 3 /home/plchuser/Reports/novelistisbnexport/novelistisbnexport-cron.sh > /home/plchuser/Reports/novelistisbnexport/cron_log.txt novelistisbnexport False dow=3 at 4:35 AM
crontab.backup.20150421 20150421 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150421 20150421 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150421 20150421 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150421 20150421 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150421 20150421 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150421 20150421 25 07 * * * /home/plchuser/Reports/multipleintransitmessages/multipleintransitmessages-cron.sh > /home/plchuser/Reports/multipleintransitmessages/cron_log.txt multipleintransitmessages False at 7:25 AM
crontab.backup.20150421 20150421 07 07,13 * * * /home/plchuser/Reports/dupeitembarcodes/dupeitembarcodes-cron.sh > /home/plchuser/Reports/dupeitembarcodes/cron_log.txt dupeitembarcodes False at 07,13:07
crontab.backup.20150520 20150520 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False at 07-18:03,33
crontab.backup.20150520 20150520 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.txt replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150520 20150520 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150520 20150520 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150520 20150520 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150520 20150520 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150520 20150520 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150520 20150520 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150520 20150520 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150520 20150520 04 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:04 PM
crontab.backup.20150520 20150520 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150520 20150520 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150520 20150520 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150520 20150520 51 21 * * 0 /home/plchuser/Testing/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Testing/Reports/systemwideholds/cron_log.txt systemwideholds True dow=0 at 9:51 PM
crontab.backup.20150520 20150520 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150520 20150520 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150520 20150520 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150520 20150520 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150520 20150520 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150520 20150520 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150520 20150520 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150520 20150520 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150520 20150520 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150520 20150520 35 04 * * 0 /home/plchuser/Reports/novelistisbnexport/novelistisbnexport-cron.sh > /home/plchuser/Reports/novelistisbnexport/cron_log.txt novelistisbnexport False dow=0 at 4:35 AM
crontab.backup.20150520 20150520 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150520 20150520 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150520 20150520 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150520 20150520 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150520 20150520 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150520 20150520 25 07 * * * /home/plchuser/Reports/multipleintransitmessages/multipleintransitmessages-cron.sh > /home/plchuser/Reports/multipleintransitmessages/cron_log.txt multipleintransitmessages False at 7:25 AM
crontab.backup.20150520 20150520 07 07,13 * * * /home/plchuser/Reports/dupeitembarcodes/dupeitembarcodes-cron.sh > /home/plchuser/Reports/dupeitembarcodes/cron_log.txt dupeitembarcodes False at 07,13:07
crontab.backup.20150806 20150806 03,33 07-18 6 8 * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels False on day 6 at 07-18:03,33 month=8
crontab.backup.20150806 20150806 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.txt replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150806 20150806 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150806 20150806 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150806 20150806 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150806 20150806 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150806 20150806 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150806 20150806 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150806 20150806 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150806 20150806 04 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:04 PM
crontab.backup.20150806 20150806 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150806 20150806 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150806 20150806 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150806 20150806 51 21 * * 0 /home/plchuser/Testing/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Testing/Reports/systemwideholds/cron_log.txt systemwideholds True dow=0 at 9:51 PM
crontab.backup.20150806 20150806 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150806 20150806 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150806 20150806 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150806 20150806 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150806 20150806 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150806 20150806 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150806 20150806 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150806 20150806 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150806 20150806 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150806 20150806 35 04 * * 0 /home/plchuser/Reports/novelistisbnexport/novelistisbnexport-cron.sh > /home/plchuser/Reports/novelistisbnexport/cron_log.txt novelistisbnexport False dow=0 at 4:35 AM
crontab.backup.20150806 20150806 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150806 20150806 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150806 20150806 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150806 20150806 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150806 20150806 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150806 20150806 25 07 * * * /home/plchuser/Reports/multipleintransitmessages/multipleintransitmessages-cron.sh > /home/plchuser/Reports/multipleintransitmessages/cron_log.txt multipleintransitmessages False at 7:25 AM
crontab.backup.20150806 20150806 07 07,13 * * * /home/plchuser/Reports/dupeitembarcodes/dupeitembarcodes-cron.sh > /home/plchuser/Reports/dupeitembarcodes/cron_log.txt dupeitembarcodes False at 07,13:07
crontab.backup.20150806 20150806 47 07 1 * * /home/plchuser/Reports/unpaidmanualcharges/unpaidmanualcharges-cron.sh > /home/plchuser/Reports/unpaidmanualcharges/cron_log.txt unpaidmanualcharges False on day 1 at 7:47 AM
crontab.backup.20150807 20150807 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels True at 07-18:03,33
crontab.backup.20150807 20150807 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.txt replacelabels False days 1-5 at 7:55 AM
crontab.backup.20150807 20150807 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150807 20150807 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150807 20150807 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150807 20150807 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150807 20150807 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150807 20150807 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150807 20150807 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150807 20150807 04 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:04 PM
crontab.backup.20150807 20150807 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150807 20150807 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150807 20150807 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150807 20150807 51 21 * * 0 /home/plchuser/Testing/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Testing/Reports/systemwideholds/cron_log.txt systemwideholds True dow=0 at 9:51 PM
crontab.backup.20150807 20150807 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150807 20150807 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150807 20150807 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150807 20150807 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150807 20150807 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150807 20150807 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150807 20150807 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150807 20150807 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150807 20150807 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150807 20150807 35 04 * * 0 /home/plchuser/Reports/novelistisbnexport/novelistisbnexport-cron.sh > /home/plchuser/Reports/novelistisbnexport/cron_log.txt novelistisbnexport False dow=0 at 4:35 AM
crontab.backup.20150807 20150807 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150807 20150807 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150807 20150807 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150807 20150807 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150807 20150807 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150807 20150807 25 07 * * * /home/plchuser/Reports/multipleintransitmessages/multipleintransitmessages-cron.sh > /home/plchuser/Reports/multipleintransitmessages/cron_log.txt multipleintransitmessages False at 7:25 AM
crontab.backup.20150807 20150807 07 07,13 * * * /home/plchuser/Reports/dupeitembarcodes/dupeitembarcodes-cron.sh > /home/plchuser/Reports/dupeitembarcodes/cron_log.txt dupeitembarcodes False at 07,13:07
crontab.backup.20150807 20150807 47 07 1 * * /home/plchuser/Reports/unpaidmanualcharges/unpaidmanualcharges-cron.sh > /home/plchuser/Reports/unpaidmanualcharges/cron_log.txt unpaidmanualcharges False on day 1 at 7:47 AM
crontab.backup.20150813 20150813 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels True at 07-18:03,33
crontab.backup.20150813 20150813 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.txt replacelabels True days 1-5 at 7:55 AM
crontab.backup.20150813 20150813 05 04 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 4:05 AM
crontab.backup.20150813 20150813 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20150813 20150813 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20150813 20150813 35 06 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 6:35 AM
crontab.backup.20150813 20150813 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata False at 5:33 AM
crontab.backup.20150813 20150813 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20150813 20150813 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy False dow=5 at 8:38 AM
crontab.backup.20150813 20150813 04 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie False dow=2 at 2:04 PM
crontab.backup.20150813 20150813 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20150813 20150813 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20150813 20150813 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds False dow=0 at 9:51 PM
crontab.backup.20150813 20150813 51 21 * * 0 /home/plchuser/Testing/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Testing/Reports/systemwideholds/cron_log.txt systemwideholds True dow=0 at 9:51 PM
crontab.backup.20150813 20150813 05 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:05 AM
crontab.backup.20150813 20150813 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20150813 20150813 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20150813 20150813 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20150813 20150813 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20150813 20150813 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20150813 20150813 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20150813 20150813 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20150813 20150813 05 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:05 AM
crontab.backup.20150813 20150813 35 04 * * 0 /home/plchuser/Reports/novelistisbnexport/novelistisbnexport-cron.sh > /home/plchuser/Reports/novelistisbnexport/cron_log.txt novelistisbnexport False dow=0 at 4:35 AM
crontab.backup.20150813 20150813 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20150813 20150813 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20150813 20150813 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20150813 20150813 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20150813 20150813 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20150813 20150813 25 07 * * * /home/plchuser/Reports/multipleintransitmessages/multipleintransitmessages-cron.sh > /home/plchuser/Reports/multipleintransitmessages/cron_log.txt multipleintransitmessages False at 7:25 AM
crontab.backup.20150813 20150813 07 07,13 * * * /home/plchuser/Reports/dupeitembarcodes/dupeitembarcodes-cron.sh > /home/plchuser/Reports/dupeitembarcodes/cron_log.txt dupeitembarcodes False at 07,13:07
crontab.backup.20150813 20150813 47 07 1 * * /home/plchuser/Reports/unpaidmanualcharges/unpaidmanualcharges-cron.sh > /home/plchuser/Reports/unpaidmanualcharges/cron_log.txt unpaidmanualcharges False on day 1 at 7:47 AM
crontab.backup.20190709 20190709 03,33 07-18 * * * /home/plchuser/Reports/labels/labels-cron.sh > /home/plchuser/Reports/labels/cron_log.txt labels True at 07-18:03,33
crontab.backup.20190709 20190709 55 07 * * 1-5 /home/plchuser/Reports/replacelabels/replacelabels-cron.sh > /home/plchuser/Reports/replacelabels/replacelabels-cron_log.txt replacelabels True days 1-5 at 7:55 AM
crontab.backup.20190709 20190709 32 06 1 * * /home/plchuser/Reports/cleanup/cleanup-cron.sh > /home/plchuser/Reports/cleanup/cron_log.txt cleanup False on day 1 at 6:32 AM
crontab.backup.20190709 20190709 25 06 1 * * /home/plchuser/Reports/slrepair/slrepair-cron.sh > /home/plchuser/Reports/slrepair/cron_log.txt slrepair False on day 1 at 6:25 AM
crontab.backup.20190709 20190709 30 05 * * * /home/plchuser/Reports/slitemdata/slitemdata-cron.sh > /home/plchuser/Reports/slitemdata/cron_log.txt slitemdata False at 5:30 AM
crontab.backup.20190709 20190709 05 06 * * * /home/plchuser/Reports/turn18/turn18-cron.sh > /home/plchuser/Reports/turn18/cron_log.txt turn18 False at 6:05 AM
crontab.backup.20190709 20190709 15 06 * * * /home/plchuser/Reports/turn13/turn13-cron.sh > /home/plchuser/Reports/turn13/cron_log.txt turn13 False at 6:15 AM
crontab.backup.20190709 20190709 40 05 * * * /home/plchuser/Reports/userdata/userdata-cron.sh > /home/plchuser/Reports/userdata/cron_log.txt userdata False at 5:40 AM
crontab.backup.20190709 20190709 33 05 * * * /home/plchuser/Testing/Reports/userdata/userdata-cron.sh > /home/plchuser/Testing/Reports/userdata/cron_log.txt userdata True at 5:33 AM
crontab.backup.20190709 20190709 01 07 * * * /home/plchuser/Reports/bookclubrenewal/bookclubrenewal-cron.sh > /home/plchuser/Reports/bookclubrenewal/cron_log.txt bookclubrenewal False at 7:01 AM
crontab.backup.20190709 20190709 38 08 * * 5 /home/plchuser/Reports/orangeboy/orangeboy-cron.sh > /home/plchuser/Reports/orangeboy/cron_log.txt orangeboy True dow=5 at 8:38 AM
crontab.backup.20190709 20190709 04 14 * * 2 /home/plchuser/Reports/boopsie/boopsie-cron.sh > /home/plchuser/Reports/boopsie/cron_log.txt boopsie True dow=2 at 2:04 PM
crontab.backup.20190709 20190709 50 18 * * * /home/plchuser/Reports/collectionhq/collectionhq-cron.sh > /home/plchuser/Reports/collectionhq/cron_log.txt collectionhq True at 6:50 PM
crontab.backup.20190709 20190709 30 13 1 * * /home/plchuser/Reports/collectionhq/collectionhq-overdrive-cron.sh > /home/plchuser/Reports/collectionhq/overdrive_cron_log.txt True on day 1 at 1:30 PM
crontab.backup.20190709 20190709 51 21 * * 0 /home/plchuser/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Reports/systemwideholds/cron_log.txt systemwideholds True dow=0 at 9:51 PM
crontab.backup.20190709 20190709 51 21 * * 0 /home/plchuser/Testing/Reports/systemwideholds/systemwideholds-cron.sh > /home/plchuser/Testing/Reports/systemwideholds/cron_log.txt systemwideholds True dow=0 at 9:51 PM
crontab.backup.20190709 20190709 45 05 22 * * /home/plchuser/Reports/holdsnocopies/holdsnocopies-cron.sh > /home/plchuser/Reports/holdsnocopies/cron_log.txt holdsnocopies False on day 22 at 5:45 AM
crontab.backup.20190709 20190709 25 00 1 * * /home/plchuser/Reports/activeusersmonthly/activeusersmonthly-cron.sh > /home/plchuser/Reports/activeusersmonthly/monthly_cron_log.txt activeusersmonthly False on day 1 at 12:25 AM
crontab.backup.20190709 20190709 25 09 15 1,4,7,10 * /home/plchuser/Reports/slmissing/slmissing-cron.sh > /home/plchuser/Reports/slmissing/cron_log.txt slmissing False on day 15 at 9:25 AM month=1,4,7,10
crontab.backup.20190709 20190709 55 21 * * 0 /home/plchuser/Reports/slmainmissing/slmainmissing-cron.sh > /home/plchuser/Reports/slmainmissing/cron_log.txt slmainmissing False dow=0 at 9:55 PM
crontab.backup.20190709 20190709 39 07 01 09 * /home/plchuser/Reports/slintransit/slintransit-cron.sh > /home/plchuser/Reports/slintransit/cron_log.txt slintransit True on day 01 at 7:39 AM month=09
crontab.backup.20190709 20190709 31 07 15 * * /home/plchuser/Reports/newlongintransit/newlongintransit-cron.sh > /home/plchuser/Reports/newlongintransit/cron_log.txt newlongintransit False on day 15 at 7:31 AM
crontab.backup.20190709 20190709 37 07 15 * * /home/plchuser/Reports/oldlongintransit/oldlongintransit-cron.sh > /home/plchuser/Reports/oldlongintransit/cron_log.txt oldlongintransit False on day 15 at 7:37 AM
crontab.backup.20190709 20190709 15 10 15 * * /home/plchuser/Reports/slonorder/slonorder-cron.sh > /home/plchuser/Reports/slonorder/cron_log.txt slonorder False on day 15 at 10:15 AM
crontab.backup.20190709 20190709 50 05 * * 1 /home/plchuser/Reports/maindisplays/maindisplays-cron.sh > /home/plchuser/Reports/maindisplays/cron_log.txt maindisplays False dow=1 at 5:50 AM
crontab.backup.20190709 20190709 05 22 * * 0 /home/plchuser/Reports/sllastcopymissing/sllastcopymissing-cron.sh > /home/plchuser/Reports/sllastcopymissing/cron_log.txt sllastcopymissing False dow=0 at 10:05 PM
crontab.backup.20190709 20190709 35 04 * * 0 /home/plchuser/Reports/novelistisbnexport/novelistisbnexport-cron.sh > /home/plchuser/Reports/novelistisbnexport/cron_log.txt novelistisbnexport True dow=0 at 4:35 AM
crontab.backup.20190709 20190709 05 00 1 * * /home/plchuser/Reports/olddvds/olddvds-cron.sh > /home/plchuser/Reports/olddvds/cron_log.txt olddvds False on day 1 at 12:05 AM
crontab.backup.20190709 20190709 05 07 1 * * /home/plchuser/Reports/newdvds/newdvds-cron.sh > /home/plchuser/Reports/newdvds/cron_log.txt newdvds False on day 1 at 7:05 AM
crontab.backup.20190709 20190709 45 05 15 * * /home/plchuser/Reports/nolongernew/nolongernew-cron.sh > /home/plchuser/Reports/nolongernew/cron_log.txt nolongernew False on day 15 at 5:45 AM
crontab.backup.20190709 20190709 35 05 * * 0 /home/plchuser/Reports/deletedbibs/deletedbibs-cron.sh > /home/plchuser/Reports/deletedbibs/cron_log.txt deletedbibs False dow=0 at 5:35 AM
crontab.backup.20190709 20190709 15 07 1 * * /home/plchuser/Reports/excusedlossbookclub/excusedlossbookclub-cron.sh > /home/plchuser/Reports/excusedlossbookclub/cron_log.txt excusedlossbookclub False on day 1 at 7:15 AM
crontab.backup.20190709 20190709 25 07 * * * /home/plchuser/Reports/multipleintransitmessages/multipleintransitmessages-cron.sh > /home/plchuser/Reports/multipleintransitmessages/cron_log.txt multipleintransitmessages False at 7:25 AM
crontab.backup.20190709 20190709 07 07,13 * * * /home/plchuser/Reports/dupeitembarcodes/dupeitembarcodes-cron.sh > /home/plchuser/Reports/dupeitembarcodes/cron_log.txt dupeitembarcodes False at 07,13:07
crontab.backup.20190709 20190709 47 07 1 * * /home/plchuser/Reports/unpaidmanualcharges/unpaidmanualcharges-cron.sh > /home/plchuser/Reports/unpaidmanualcharges/cron_log.txt unpaidmanualcharges False on day 1 at 7:47 AM
crontab.backup.20190709 20190709 50 01-03 * * * /home/plchuser/Reports/removedupfines/removedupfines-cron.sh > /home/plchuser/Reports/removedupfines/cron_log.txt removedupfines False at 01-03:50
crontab.backup.20190709 20190709 55 5 * * * /home/plchuser/Reports/renewaldata/renewaldata-cron.sh > /home/plchuser/Reports/renewaldata/cron_log.txt renewaldata True at 5:55 AM
crontab.backup.20190709 20190709 25 5 * * 4 /home/plchuser/Reports/90dayunfilledholds/90dayunfilledholds-cron.sh > /home/plchuser/Reports/90dayunfilledholds/cron_log.txt 90dayunfilledholds True dow=4 at 5:25 AM
Directory tree of /home/ray/Documents/ilsaux
Generated: 2026-03-06T16:16:27
Total files: 17,362
Total size: 49.6 GB
========================================================================
/home/ray/Documents/ilsaux/ (1.7 MB) [cpan]
.Trash/ (0.0 B)
vmware-tools-distrib/ (242.5 KB)
bin/ (714.2 KB)
doc/ (684.1 KB)
installer/ (920.0 B)
.cache/ (0.0 B)
mozilla/ (0.0 B)
firefox/ (0.0 B)
r98qetqc.default/ (1.0 B)
Cache/ (12.0 MB)
0/ (0.0 B)
0C/ (41.7 KB)
13/ (148.7 KB)
28/ (19.3 KB)
56/ (18.1 KB)
81/ (37.8 KB)
92/ (17.1 KB)
B2/ (44.7 KB)
FC/ (21.6 KB)
1/ (0.0 B)
01/ (23.5 KB)
16/ (29.2 KB)
79/ (25.3 KB)
9F/ (36.5 KB)
C0/ (45.0 KB)
D4/ (26.5 KB)
FC/ (22.9 KB)
2/ (0.0 B)
3A/ (17.0 KB)
9E/ (22.1 KB)
FD/ (16.9 KB)
3/ (0.0 B)
2E/ (44.3 KB)
57/ (40.2 KB)
7A/ (25.3 KB)
97/ (16.0 KB)
4/ (0.0 B)
7B/ (18.7 KB)
A5/ (23.4 KB)
A8/ (110.5 KB)
DD/ (47.2 KB)
5/ (0.0 B)
0D/ (138.8 KB)
13/ (34.0 KB)
43/ (25.9 KB)
4F/ (21.1 KB)
5A/ (39.7 KB)
5F/ (80.6 KB)
83/ (20.5 KB)
92/ (25.0 KB)
FC/ (42.7 KB)
6/ (0.0 B)
01/ (50.4 KB)
13/ (101.5 KB)
1E/ (48.4 KB)
45/ (23.5 KB)
52/ (82.5 KB)
59/ (49.7 KB)
6C/ (27.7 KB)
A2/ (20.9 KB)
BE/ (20.5 KB)
C6/ (29.9 KB)
CE/ (26.9 KB)
7/ (0.0 B)
1B/ (18.3 KB)
42/ (28.4 KB)
49/ (75.0 KB)
4E/ (16.2 KB)
50/ (113.6 KB)
53/ (28.3 KB)
5A/ (97.4 KB)
5F/ (21.0 KB)
A8/ (53.7 KB)
BF/ (19.5 KB)
F9/ (55.2 KB)
FD/ (18.0 KB)
8/ (0.0 B)
1A/ (16.7 KB)
5F/ (18.1 KB)
B3/ (22.3 KB)
E0/ (76.8 KB)
F6/ (29.1 KB)
9/ (0.0 B)
1E/ (22.9 KB)
2B/ (63.6 KB)
4B/ (17.3 KB)
7D/ (39.0 KB)
9D/ (29.8 KB)
A4/ (18.4 KB)
AB/ (26.4 KB)
C6/ (30.5 KB)
CC/ (30.3 KB)
A/ (0.0 B)
07/ (18.6 KB)
35/ (143.1 KB)
6B/ (73.4 KB)
6F/ (51.7 KB)
F6/ (48.9 KB)
B/ (0.0 B)
27/ (26.8 KB)
31/ (39.9 KB)
3A/ (31.6 KB)
43/ (42.1 KB)
51/ (125.2 KB)
5D/ (28.0 KB)
70/ (45.8 KB)
71/ (30.4 KB)
78/ (73.5 KB)
A2/ (26.7 KB)
AC/ (35.6 KB)
C/ (0.0 B)
07/ (17.7 KB)
0F/ (40.6 KB)
1A/ (25.1 KB)
30/ (29.3 KB)
66/ (31.4 KB)
84/ (158.8 KB)
8F/ (36.6 KB)
9B/ (17.2 KB)
E1/ (32.6 KB)
EE/ (53.8 KB)
D/ (0.0 B)
25/ (18.8 KB)
4D/ (29.9 KB)
A2/ (20.9 KB)
B1/ (53.0 KB)
E/ (0.0 B)
32/ (90.2 KB)
36/ (18.6 KB)
53/ (32.4 KB)
6C/ (35.8 KB)
84/ (46.7 KB)
99/ (23.8 KB)
F/ (0.0 B)
04/ (45.9 KB)
0A/ (20.9 KB)
10/ (33.3 KB)
4A/ (17.6 KB)
85/ (77.1 KB)
8F/ (18.7 KB)
99/ (17.2 KB)
A2/ (32.4 KB)
D9/ (16.8 KB)
E2/ (37.7 KB)
ED/ (16.8 KB)
FE/ (22.9 KB)
cache2/ (0.0 B)
doomed/ (0.0 B)
entries/ (0.0 B)
safebrowsing/ (1.5 MB)
startupCache/ (1.0 MB)
thumbnails/ (21.2 KB)
.config/ (0.0 B)
gtk-2.0/ (96.0 B)
htop/ (649.0 B)
.eggcups/ (0.0 B)
.elinks/ (130.0 B)
.emacs.d/ (0.0 B)
auto-save-list/ (0.0 B)
.gconf/ (0.0 B)
apps/ (0.0 B)
file-roller/ (0.0 B)
dialogs/ (0.0 B)
extract/ (439.0 B)
general/ (144.0 B)
listing/ (539.0 B)
ui/ (230.0 B)
gedit-2/ (0.0 B)
preferences/ (0.0 B)
ui/ (0.0 B)
open_save/ (234.0 B)
statusbar/ (141.0 B)
gnome-settings/ (0.0 B)
gedit/ (271.0 B)
gnome-terminal/ (0.0 B)
profiles/ (0.0 B)
Default/ (387.0 B)
nautilus/ (137.0 B)
panel/ (0.0 B)
applets/ (0.0 B)
applet_0/ (1.8 KB)
prefs/ (3.4 KB)
clock/ (324.0 B)
prefs/ (1.2 KB)
mixer/ (324.0 B)
systray/ (219.0 B)
window_list/ (0.0 B)
prefs/ (670.0 B)
workspace_switcher/ (0.0 B)
prefs/ (445.0 B)
general/ (2.4 KB)
objects/ (0.0 B)
object_0/ (1.8 KB)
puplet/ (245.0 B)
desktop/ (0.0 B)
gnome/ (0.0 B)
accessibility/ (0.0 B)
keyboard/ (1.3 KB)
peripherals/ (0.0 B)
keyboard/ (0.0 B)
[REDACTED-HOST]/ (0.0 B)
0/ (134.0 B)
screen/ (0.0 B)
default/ (0.0 B)
0/ (260.0 B)
.gconfd/ (56.4 KB)
.gnome/ (0.0 B)
gnome-vfs/ (26.0 B)
.gnome2/ (474.0 B)
accels/ (4.0 KB)
evince/ (1.6 KB)
file-roller/ (0.0 B)
keyrings/ (0.0 B)
nautilus-scripts/ (0.0 B)
share/ (0.0 B)
cursor-fonts/ (2.0 B)
fonts/ (2.0 B)
.gnome2_private/ (0.0 B)
.gnupg/ (28.2 KB)
.gstreamer-0.10/ (206.3 KB)
.jasperserver/ (76.0 B)
.lftp/ (484.0 B)
.metacity/ (0.0 B)
sessions/ (5.3 KB)
.mozilla/ (18.9 KB)
extensions/ (0.0 B)
{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ (0.0 B)
firefox/ (94.0 B)
r98qetqc.default/ (62.7 MB)
bookmarkbackups/ (5.4 KB)
chrome/ (1.6 KB)
extensions/ (0.0 B)
healthreport/ (0.0 B)
webapps/ (2.0 B)
plugins/ (0.0 B)
.nautilus/ (3.0 KB)
metafiles/ (2.2 KB)
.redhat/ (0.0 B)
esc/ (0.0 B)
.ssh/ (4.7 KB)
.thumbnails/ (0.0 B)
normal/ (18.9 KB)
.tonbeller/ (0.0 B)
Desktop/ (0.0 B)
Modules/ (0.0 B)
Sierra/ (543.0 KB) [git]
Public/ (0.0 B)
Reports/ (11.3 MB)
90dayunfilledholds/ (164.3 KB) [git]
activeusers/ (20.8 KB) [git]
activeusersmonthly/ (53.6 KB) [git]
autoextend/ (23.6 MB) [git]
Symphony/ (5.2 KB)
birthdatesync/ (100.3 KB) [git]
Symphony/ (2.4 KB)
bookclubrenewal/ (61.1 KB) [git]
xmlfiles/ (21.4 KB)
boopsie/ (4.0 KB) [git]
cleanup/ (674.0 KB)
collectiondetail/ (1.7 MB) [git]
2012/ (1.0 MB)
2013/ (803.4 KB)
2014/ (616.3 KB)
2015/ (329.7 KB)
redundant/ (8.0 KB)
collectionhq/ (2.3 KB)
complimentarycards/ (56.1 MB) [git]
deletedbibs/ (32.0 GB) [git]
hide/ (174.3 MB)
temp/ (0.0 B)
dupeitembarcodes/ (2.7 MB) [git]
educator_outpatron_renewals/ (3.0 KB)
excusedlossbookclub/ (569.8 KB) [git]
fineamnesty/ (33.5 MB) [git]
Sierra/ (5.4 KB)
gap_finder/ (14.3 KB)
generic/ (87.3 KB) [git]
holdsnocopies/ (19.9 MB) [git]
intransitstats/ (20.1 KB)
xmlfiles/ (1.7 MB)
knownissues/ (195.5 KB)
labels/ (6.9 MB) [git]
Symphony_files/ (57.3 KB)
dejavu-fonts-ttf-2.33/ (1.5 MB)
fontconfig/ (7.6 KB)
ttf/ (8.8 MB)
pdfs/ (0.0 B)
maindisplays/ (173.8 KB) [git]
xmlfiles/ (0.0 B)
multipleintransitmessages/ (323.3 KB) [git]
newdvds/ (81.5 MB) [git]
20121109.changed/ (0.0 B)
20121109.new/ (0.0 B)
20121203.changed/ (0.0 B)
20121203.new/ (0.0 B)
old-files/ (1.9 MB)
temp.changed/ (0.0 B)
temp.new/ (0.0 B)
temp20141201
.changed/ (0.0 B)
temp20141201
.new/ (0.0 B)
temp.changed/ (0.0 B)
temp.new/ (0.0 B)
temp20140501
.changed/ (0.0 B)
temp20140501
.new/ (0.0 B)
temp20140601
.changed/ (0.0 B)
temp20140601
.new/ (0.0 B)
temp20140701
.changed/ (0.0 B)
temp20140701
.new/ (0.0 B)
temp20140801
.changed/ (0.0 B)
temp20140801
.new/ (0.0 B)
temp20140901
.changed/ (0.0 B)
temp20140901
.new/ (0.0 B)
temp20141001
.changed/ (0.0 B)
temp20141001
.new/ (0.0 B)
temp20141101
.changed/ (0.0 B)
temp20141101
.new/ (0.0 B)
temp20141201
.changed/ (0.0 B)
temp20141201
.new/ (0.0 B)
temp20150101
.changed/ (0.0 B)
temp20150101
.new/ (0.0 B)
temp20150201
.changed/ (0.0 B)
temp20150201
.new/ (0.0 B)
temp20150301
.changed/ (0.0 B)
temp20150301
.new/ (0.0 B)
temp20150401
.changed/ (0.0 B)
temp20150401
.new/ (0.0 B)
temp20150501
.changed/ (0.0 B)
temp20150501
.new/ (0.0 B)
temp20150601
.changed/ (0.0 B)
temp20150601
.new/ (0.0 B)
temp20150701
.changed/ (0.0 B)
temp20150701
.new/ (0.0 B)
temp20150801
.changed/ (0.0 B)
temp20150801
.new/ (0.0 B)
temp20150901
.changed/ (0.0 B)
temp20150901
.new/ (0.0 B)
temp20151001
.changed/ (0.0 B)
temp20151001
.new/ (0.0 B)
temp20151101
.changed/ (0.0 B)
temp20151101
.new/ (0.0 B)
temp20151201
.changed/ (0.0 B)
temp20151201
.new/ (0.0 B)
temp20160101
.changed/ (0.0 B)
temp20160101
.new/ (0.0 B)
temp20160201
.changed/ (0.0 B)
temp20160201
.new/ (0.0 B)
temp20160301
.changed/ (0.0 B)
temp20160301
.new/ (0.0 B)
temp20160401
.changed/ (0.0 B)
temp20160401
.new/ (0.0 B)
temp20160501
.changed/ (0.0 B)
temp20160501
.new/ (0.0 B)
temp20160601
.changed/ (0.0 B)
temp20160601
.new/ (0.0 B)
temp20160701
.changed/ (0.0 B)
temp20160701
.new/ (0.0 B)
temp20160801
.changed/ (0.0 B)
temp20160801
.new/ (0.0 B)
temp20160901
.changed/ (0.0 B)
temp20160901
.new/ (0.0 B)
temp20161001
.changed/ (0.0 B)
temp20161001
.new/ (0.0 B)
temp20161101
.changed/ (0.0 B)
temp20161101
.new/ (0.0 B)
temp20161201
.changed/ (0.0 B)
temp20161201
.new/ (0.0 B)
temp20170101
.changed/ (0.0 B)
temp20170101
.new/ (0.0 B)
temp20170201
.changed/ (0.0 B)
temp20170201
.new/ (0.0 B)
temp20170301
.changed/ (0.0 B)
temp20170301
.new/ (0.0 B)
temp20170401
.changed/ (0.0 B)
temp20170401
.new/ (0.0 B)
temp20170501
.changed/ (0.0 B)
temp20170501
.new/ (0.0 B)
temp20170601
.changed/ (0.0 B)
temp20170601
.new/ (0.0 B)
temp20170701
.changed/ (0.0 B)
temp20170701
.new/ (0.0 B)
temp20170801
.changed/ (0.0 B)
temp20170801
.new/ (0.0 B)
temp20170901
.changed/ (0.0 B)
temp20170901
.new/ (0.0 B)
temp20171001
.changed/ (0.0 B)
temp20171001
.new/ (0.0 B)
temp20171101
.changed/ (0.0 B)
temp20171101
.new/ (0.0 B)
temp20171201
.changed/ (0.0 B)
temp20171201
.new/ (0.0 B)
temp20180101
.changed/ (0.0 B)
temp20180101
.new/ (0.0 B)
temp20180201
.changed/ (0.0 B)
temp20180201
.new/ (0.0 B)
temp20180301
.changed/ (0.0 B)
temp20180301
.new/ (0.0 B)
temp20180401
.changed/ (0.0 B)
temp20180401
.new/ (0.0 B)
temp20180501
.changed/ (0.0 B)
temp20180501
.new/ (0.0 B)
temp20180601
.changed/ (0.0 B)
temp20180601
.new/ (0.0 B)
temp20180701
.changed/ (0.0 B)
temp20180701
.new/ (0.0 B)
temp20180801
.changed/ (0.0 B)
temp20180801
.new/ (0.0 B)
temp20180901
.changed/ (0.0 B)
temp20180901
.new/ (0.0 B)
temp20181001
.changed/ (0.0 B)
temp20181001
.new/ (0.0 B)
temp20181101
.changed/ (0.0 B)
temp20181101
.new/ (0.0 B)
temp20181201
.changed/ (0.0 B)
temp20181201
.new/ (0.0 B)
temp20190101
.changed/ (0.0 B)
temp20190101
.new/ (0.0 B)
temp20190201
.changed/ (0.0 B)
temp20190201
.new/ (0.0 B)
temp20190301
.changed/ (0.0 B)
temp20190301
.new/ (0.0 B)
temp20190401
.changed/ (0.0 B)
temp20190401
.new/ (0.0 B)
temp20190501
.changed/ (0.0 B)
temp20190501
.new/ (0.0 B)
temp20190601
.changed/ (0.0 B)
temp20190601
.new/ (0.0 B)
temp20190701
.changed/ (0.0 B)
temp20190701
.new/ (0.0 B)
temp20190801
.changed/ (0.0 B)
temp20190801
.new/ (0.0 B)
temp20190901
.changed/ (0.0 B)
temp20190901
.new/ (1.5 MB)
temp20190909
.changed/ (0.0 B)
temp20190909
.new/ (0.0 B)
temp20191001
.changed/ (0.0 B)
temp20191001
.new/ (0.0 B)
temp20191101
.changed/ (0.0 B)
temp20191101
.new/ (0.0 B)
temp20191201
.changed/ (0.0 B)
temp20191201
.new/ (0.0 B)
temp20200101
.changed/ (0.0 B)
temp20200101
.new/ (0.0 B)
temp20200201
.changed/ (0.0 B)
temp20200201
.new/ (0.0 B)
temp20200301
.changed/ (0.0 B)
temp20200301
.new/ (0.0 B)
temp20200401
.changed/ (0.0 B)
temp20200401
.new/ (0.0 B)
temp20200501
.changed/ (0.0 B)
temp20200501
.new/ (0.0 B)
temp20200601
.changed/ (0.0 B)
temp20200601
.new/ (0.0 B)
temp20200701
.changed/ (0.0 B)
temp20200701
.new/ (0.0 B)
temp20200801
.changed/ (0.0 B)
temp20200801
.new/ (0.0 B)
temp20200901
.changed/ (0.0 B)
temp20200901
.new/ (0.0 B)
temp20201001
.changed/ (0.0 B)
temp20201001
.new/ (0.0 B)
temp20201101
.changed/ (0.0 B)
temp20201101
.new/ (0.0 B)
temp20201201
.changed/ (0.0 B)
temp20201201
.new/ (0.0 B)
temp20210101
.changed/ (0.0 B)
temp20210101
.new/ (0.0 B)
temp20210201
.changed/ (0.0 B)
temp20210201
.new/ (0.0 B)
temp20210301
.changed/ (0.0 B)
temp20210301
.new/ (0.0 B)
temp20210401
.changed/ (0.0 B)
temp20210401
.new/ (0.0 B)
temp20210501
.changed/ (0.0 B)
temp20210501
.new/ (0.0 B)
temp20210601
.changed/ (0.0 B)
temp20210601
.new/ (0.0 B)
temp20210701
.changed/ (0.0 B)
temp20210701
.new/ (0.0 B)
temp20210801
.changed/ (0.0 B)
temp20210801
.new/ (0.0 B)
temp20210901
.changed/ (0.0 B)
temp20210901
.new/ (0.0 B)
temp20211001
.changed/ (0.0 B)
temp20211001
.new/ (0.0 B)
temp20211101
.changed/ (0.0 B)
temp20211101
.new/ (0.0 B)
temp20211201
.changed/ (0.0 B)
temp20211201
.new/ (0.0 B)
temp20220101
.changed/ (0.0 B)
temp20220101
.new/ (0.0 B)
temp20220201
.changed/ (0.0 B)
temp20220201
.new/ (0.0 B)
temp20220301
.changed/ (0.0 B)
temp20220301
.new/ (0.0 B)
temp20220401
.changed/ (0.0 B)
temp20220401
.new/ (0.0 B)
temp20220501
.changed/ (0.0 B)
temp20220501
.new/ (0.0 B)
temp20220601
.changed/ (0.0 B)
temp20220601
.new/ (0.0 B)
temp20220701
.changed/ (0.0 B)
temp20220701
.new/ (0.0 B)
temp20220801
.changed/ (0.0 B)
temp20220801
.new/ (0.0 B)
temp20220901
.changed/ (0.0 B)
temp20220901
.new/ (0.0 B)
temp20221001
.changed/ (0.0 B)
temp20221001
.new/ (0.0 B)
temp20221101
.changed/ (0.0 B)
temp20221101
.new/ (0.0 B)
temp20221201
.changed/ (0.0 B)
temp20221201
.new/ (0.0 B)
temp20230101
.changed/ (0.0 B)
temp20230101
.new/ (0.0 B)
temp20230201
.changed/ (0.0 B)
temp20230201
.new/ (0.0 B)
temp20230301
.changed/ (0.0 B)
temp20230301
.new/ (0.0 B)
temp20230401
.changed/ (0.0 B)
temp20230401
.new/ (0.0 B)
temp20230501
.changed/ (0.0 B)
temp20230501
.new/ (0.0 B)
temp20230601
.changed/ (0.0 B)
temp20230601
.new/ (0.0 B)
temp20230701
.changed/ (0.0 B)
temp20230701
.new/ (0.0 B)
temp20230801
.changed/ (0.0 B)
temp20230801
.new/ (0.0 B)
temp20230901
.changed/ (0.0 B)
temp20230901
.new/ (0.0 B)
temp20231001
.changed/ (0.0 B)
temp20231001
.new/ (0.0 B)
temp20231101
.changed/ (0.0 B)
temp20231101
.new/ (0.0 B)
temp20231201
.changed/ (0.0 B)
temp20231201
.new/ (0.0 B)
temp20240101
.changed/ (0.0 B)
temp20240101
.new/ (0.0 B)
temp20240201
.changed/ (0.0 B)
temp20240201
.new/ (0.0 B)
temp20240301
.changed/ (0.0 B)
temp20240301
.new/ (0.0 B)
temp20240401
.changed/ (0.0 B)
temp20240401
.new/ (0.0 B)
temp20240501
.changed/ (0.0 B)
temp20240501
.new/ (0.0 B)
temp20240601
.changed/ (0.0 B)
temp20240601
.new/ (0.0 B)
temp20240701
.changed/ (0.0 B)
temp20240701
.new/ (0.0 B)
temp20240801
.changed/ (0.0 B)
temp20240801
.new/ (0.0 B)
temp20240901
.changed/ (0.0 B)
temp20240901
.new/ (0.0 B)
temp20241001
.changed/ (0.0 B)
temp20241001
.new/ (0.0 B)
temp20241101
.changed/ (0.0 B)
temp20241101
.new/ (0.0 B)
temp20241201
.changed/ (0.0 B)
temp20241201
.new/ (0.0 B)
temp20250101
.changed/ (0.0 B)
temp20250101
.new/ (0.0 B)
temp20250201
.changed/ (0.0 B)
temp20250201
.new/ (0.0 B)
temp20250301
.changed/ (0.0 B)
temp20250301
.new/ (0.0 B)
temp20250401
.changed/ (0.0 B)
temp20250401
.new/ (0.0 B)
temp20250501
.changed/ (0.0 B)
temp20250501
.new/ (0.0 B)
temp20250601
.changed/ (0.0 B)
temp20250601
.new/ (0.0 B)
temp20250701
.changed/ (0.0 B)
temp20250701
.new/ (0.0 B)
temp20250801
.changed/ (0.0 B)
temp20250801
.new/ (0.0 B)
temp20250901
.changed/ (0.0 B)
temp20250901
.new/ (0.0 B)
temp20251001
.changed/ (0.0 B)
temp20251001
.new/ (0.0 B)
temp20251101
.changed/ (0.0 B)
temp20251101
.new/ (0.0 B)
temp20251201
.changed/ (0.0 B)
temp20251201
.new/ (0.0 B)
temp20260101
.changed/ (0.0 B)
temp20260101
.new/ (0.0 B)
temp20260201
.changed/ (0.0 B)
temp20260201
.new/ (0.0 B)
temp20260301
.changed/ (0.0 B)
temp20260301
.new/ (0.0 B)
newlongintransit/ (99.6 KB) [git]
xmlfiles/ (199.0 B)
nolongernew/ (80.0 KB) [git]
Symphony/ (7.5 KB)
xmlfiles/ (0.0 B)
novelistisbnexport/ (3.0 GB) [git]
old_perl_scripts/ (0.0 B)
labels/ (5.5 MB) [git]
Sierra/ (68.4 KB)
Symphony_files/ (57.3 KB)
dejavu-fonts-ttf-2.33/ (1.5 MB)
fontconfig/ (7.6 KB)
ttf/ (8.8 MB)
pdfs/ (30.0 B)
orangeboy/ (20.8 KB) [git]
special_name_address/ (54.7 MB)
systemwideholds/ (15.3 KB) [git]
user_data/ (18.5 KB) [git]
Sierra/ (69.6 KB)
olddvds/ (38.4 MB) [git]
20130301.changed/ (0.0 B)
20130301.new/ (0.0 B)
20130401.changed/ (0.0 B)
20130401.new/ (0.0 B)
20130501.changed/ (0.0 B)
20130501.changed.1/ (0.0 B)
20130501.new/ (0.0 B)
20130501.new.1/ (0.0 B)
20130601.changed/ (0.0 B)
20130601.new/ (0.0 B)
20130603.changed/ (0.0 B)
20130603.new/ (0.0 B)
20130701.changed/ (0.0 B)
20130701.new/ (0.0 B)
20130801.changed/ (0.0 B)
20130801.new/ (0.0 B)
20130805.changed/ (0.0 B)
20130805.new/ (0.0 B)
20130901.changed/ (0.0 B)
20130901.new/ (0.0 B)
20130902.changed/ (0.0 B)
20130902.new/ (0.0 B)
20131001.changed/ (0.0 B)
20131001.new/ (0.0 B)
20131031.changed/ (0.0 B)
20131031.new/ (0.0 B)
20131101.changed/ (0.0 B)
20131101.new/ (0.0 B)
20131201.changed/ (0.0 B)
20131201.new/ (0.0 B)
20140101.changed/ (0.0 B)
20140101.new/ (0.0 B)
20140201.changed/ (0.0 B)
20140201.new/ (0.0 B)
20140301.changed/ (0.0 B)
20140301.new/ (0.0 B)
20140303.changed/ (0.0 B)
20140303.new/ (0.0 B)
20140401.changed/ (0.0 B)
20140401.new/ (0.0 B)
20140501.changed/ (0.0 B)
20140501.new/ (0.0 B)
20140601.changed/ (0.0 B)
20140601.new/ (0.0 B)
20140701.changed/ (0.0 B)
20140701.new/ (0.0 B)
20140801.changed/ (0.0 B)
20140801.new/ (0.0 B)
20140901.changed/ (0.0 B)
20140901.new/ (0.0 B)
20141001.changed/ (0.0 B)
20141001.new/ (0.0 B)
20141101.changed/ (0.0 B)
20141101.new/ (0.0 B)
20141201.changed/ (0.0 B)
20141201.new/ (0.0 B)
20150101.changed/ (0.0 B)
20150101.new/ (0.0 B)
20150201.changed/ (0.0 B)
20150201.new/ (0.0 B)
20150301.changed/ (0.0 B)
20150301.new/ (0.0 B)
20150401.changed/ (0.0 B)
20150401.new/ (0.0 B)
20150501.changed/ (0.0 B)
20150501.new/ (0.0 B)
20150601.changed/ (0.0 B)
20150601.new/ (0.0 B)
20150701.changed/ (0.0 B)
20150701.new/ (0.0 B)
20150801.changed/ (0.0 B)
20150801.new/ (0.0 B)
20150813.changed/ (0.0 B)
20150813.new/ (0.0 B)
20150901.changed/ (0.0 B)
20150901.new/ (0.0 B)
20151001.changed/ (0.0 B)
20151001.new/ (0.0 B)
20151101.changed/ (0.0 B)
20151101.new/ (0.0 B)
20151201.changed/ (0.0 B)
20151201.new/ (0.0 B)
20160101.changed/ (0.0 B)
20160101.new/ (0.0 B)
20160201.changed/ (0.0 B)
20160201.new/ (0.0 B)
20160301.changed/ (0.0 B)
20160301.new/ (0.0 B)
20160401.changed/ (0.0 B)
20160401.new/ (0.0 B)
20160501.changed/ (0.0 B)
20160501.new/ (0.0 B)
20160601.changed/ (0.0 B)
20160601.new/ (0.0 B)
20160701.changed/ (0.0 B)
20160701.new/ (0.0 B)
20160801.changed/ (0.0 B)
20160801.new/ (0.0 B)
20160901.changed/ (0.0 B)
20160901.new/ (0.0 B)
20161001.changed/ (0.0 B)
20161001.new/ (0.0 B)
20161103.changed/ (0.0 B)
20161103.new/ (0.0 B)
20161201.changed/ (0.0 B)
20161201.new/ (0.0 B)
20170101.changed/ (0.0 B)
20170101.new/ (0.0 B)
20170201.changed/ (0.0 B)
20170201.new/ (0.0 B)
20170301.changed/ (0.0 B)
20170301.new/ (0.0 B)
20170401.changed/ (0.0 B)
20170401.new/ (0.0 B)
20170501.changed/ (0.0 B)
20170501.new/ (0.0 B)
20170601.changed/ (0.0 B)
20170601.new/ (0.0 B)
20170701.changed/ (0.0 B)
20170701.new/ (0.0 B)
20170801.changed/ (0.0 B)
20170801.new/ (0.0 B)
20170901.changed/ (0.0 B)
20170901.new/ (0.0 B)
20171001.changed/ (0.0 B)
20171001.new/ (0.0 B)
20171101.changed/ (0.0 B)
20171101.new/ (0.0 B)
20171201.changed/ (0.0 B)
20171201.new/ (0.0 B)
20180101.changed/ (0.0 B)
20180101.new/ (0.0 B)
20180201.changed/ (0.0 B)
20180201.new/ (0.0 B)
20180301.changed/ (0.0 B)
20180301.new/ (0.0 B)
20180401.changed/ (0.0 B)
20180401.new/ (0.0 B)
20180501.changed/ (0.0 B)
20180501.new/ (0.0 B)
20180601.changed/ (0.0 B)
20180601.new/ (0.0 B)
20180701.changed/ (0.0 B)
20180701.new/ (0.0 B)
20180801.changed/ (0.0 B)
20180801.new/ (0.0 B)
20180901.changed/ (0.0 B)
20180901.new/ (0.0 B)
20181001.changed/ (0.0 B)
20181001.new/ (0.0 B)
20181101.changed/ (0.0 B)
20181101.new/ (0.0 B)
20181201.changed/ (0.0 B)
20181201.new/ (0.0 B)
20190101.changed/ (0.0 B)
20190101.new/ (0.0 B)
20190201.changed/ (0.0 B)
20190201.new/ (0.0 B)
20190301.changed/ (0.0 B)
20190301.new/ (0.0 B)
20190401.changed/ (0.0 B)
20190401.new/ (0.0 B)
20190501.changed/ (0.0 B)
20190501.new/ (0.0 B)
20190601.changed/ (0.0 B)
20190601.new/ (0.0 B)
20190701.changed/ (0.0 B)
20190701.new/ (0.0 B)
20190801.changed/ (0.0 B)
20190801.new/ (0.0 B)
20190901.changed/ (104.4 KB)
20190901.new/ (0.0 B)
20191001.changed/ (0.0 B)
20191001.new/ (0.0 B)
20191101.changed/ (0.0 B)
20191101.new/ (0.0 B)
20191201.changed/ (0.0 B)
20191201.new/ (0.0 B)
20200101.changed/ (0.0 B)
20200101.new/ (0.0 B)
20200201.changed/ (0.0 B)
20200201.new/ (0.0 B)
20200301.changed/ (0.0 B)
20200301.new/ (0.0 B)
20200401.changed/ (0.0 B)
20200401.new/ (0.0 B)
20200501.changed/ (0.0 B)
20200501.new/ (0.0 B)
20200601.changed/ (0.0 B)
20200601.new/ (0.0 B)
20200701.changed/ (0.0 B)
20200701.new/ (0.0 B)
20200801.changed/ (0.0 B)
20200801.new/ (0.0 B)
20200901.changed/ (0.0 B)
20200901.new/ (0.0 B)
20201001.changed/ (0.0 B)
20201001.new/ (0.0 B)
20201101.changed/ (0.0 B)
20201101.new/ (0.0 B)
20201201.changed/ (0.0 B)
20201201.new/ (0.0 B)
20210101.changed/ (0.0 B)
20210101.new/ (0.0 B)
20210201.changed/ (0.0 B)
20210201.new/ (0.0 B)
20210301.changed/ (0.0 B)
20210301.new/ (0.0 B)
20210401.changed/ (0.0 B)
20210401.new/ (0.0 B)
20210501.changed/ (0.0 B)
20210501.new/ (0.0 B)
20210601.changed/ (0.0 B)
20210601.new/ (0.0 B)
20210701.changed/ (0.0 B)
20210701.new/ (0.0 B)
20210801.changed/ (0.0 B)
20210801.new/ (0.0 B)
20210901.changed/ (0.0 B)
20210901.new/ (0.0 B)
20211001.changed/ (0.0 B)
20211001.new/ (0.0 B)
20211101.changed/ (0.0 B)
20211101.new/ (0.0 B)
20211201.changed/ (0.0 B)
20211201.new/ (0.0 B)
20220101.changed/ (0.0 B)
20220101.new/ (0.0 B)
20220201.changed/ (0.0 B)
20220201.new/ (0.0 B)
20220301.changed/ (0.0 B)
20220301.new/ (0.0 B)
20220401.changed/ (0.0 B)
20220401.new/ (0.0 B)
20220501.changed/ (0.0 B)
20220501.new/ (0.0 B)
20220601.changed/ (0.0 B)
20220601.new/ (0.0 B)
20220701.changed/ (0.0 B)
20220701.new/ (0.0 B)
20220801.changed/ (0.0 B)
20220801.new/ (0.0 B)
20220901.changed/ (0.0 B)
20220901.new/ (0.0 B)
20221001.changed/ (0.0 B)
20221001.new/ (0.0 B)
20221101.changed/ (0.0 B)
20221101.new/ (0.0 B)
20221201.changed/ (0.0 B)
20221201.new/ (0.0 B)
20230101.changed/ (0.0 B)
20230101.new/ (0.0 B)
20230201.changed/ (0.0 B)
20230201.new/ (0.0 B)
20230301.changed/ (0.0 B)
20230301.new/ (0.0 B)
20230401.changed/ (0.0 B)
20230401.new/ (0.0 B)
20230501.changed/ (0.0 B)
20230501.new/ (0.0 B)
20230601.changed/ (0.0 B)
20230601.new/ (0.0 B)
20230701.changed/ (0.0 B)
20230701.new/ (0.0 B)
20230801.changed/ (0.0 B)
20230801.new/ (0.0 B)
20230901.changed/ (0.0 B)
20230901.new/ (0.0 B)
20231001.changed/ (0.0 B)
20231001.new/ (0.0 B)
20231101.changed/ (0.0 B)
20231101.new/ (0.0 B)
20231201.changed/ (0.0 B)
20231201.new/ (0.0 B)
20240101.changed/ (0.0 B)
20240101.new/ (0.0 B)
20240201.changed/ (0.0 B)
20240201.new/ (0.0 B)
20240301.changed/ (0.0 B)
20240301.new/ (0.0 B)
20240401.changed/ (0.0 B)
20240401.new/ (0.0 B)
20240501.changed/ (0.0 B)
20240501.new/ (0.0 B)
20240601.changed/ (0.0 B)
20240601.new/ (0.0 B)
20240701.changed/ (0.0 B)
20240701.new/ (0.0 B)
20240801.changed/ (0.0 B)
20240801.new/ (0.0 B)
20240901.changed/ (0.0 B)
20240901.new/ (0.0 B)
20241001.changed/ (0.0 B)
20241001.new/ (0.0 B)
20241101.changed/ (0.0 B)
20241101.new/ (0.0 B)
20241201.changed/ (0.0 B)
20241201.new/ (0.0 B)
20250101.changed/ (0.0 B)
20250101.new/ (0.0 B)
20250201.changed/ (0.0 B)
20250201.new/ (0.0 B)
20250301.changed/ (0.0 B)
20250301.new/ (0.0 B)
20250401.changed/ (0.0 B)
20250401.new/ (0.0 B)
20250501.changed/ (0.0 B)
20250501.new/ (0.0 B)
20250601.changed/ (0.0 B)
20250601.new/ (0.0 B)
20250701.changed/ (0.0 B)
20250701.new/ (0.0 B)
20250801.changed/ (0.0 B)
20250801.new/ (0.0 B)
20250901.changed/ (0.0 B)
20250901.new/ (0.0 B)
20251001.changed/ (0.0 B)
20251001.new/ (0.0 B)
20251101.changed/ (0.0 B)
20251101.new/ (0.0 B)
20251201.changed/ (0.0 B)
20251201.new/ (0.0 B)
20260101.changed/ (0.0 B)
20260101.new/ (0.0 B)
20260201.changed/ (0.0 B)
20260201.new/ (0.0 B)
20260301.changed/ (0.0 B)
20260301.new/ (0.0 B)
old-files/ (2.2 MB)
20130101.changed/ (0.0 B)
20130101.changed.1/ (0.0 B)
20130101.new/ (0.0 B)
20130101.new.1/ (0.0 B)
20130102.changed/ (0.0 B)
20130102.new/ (0.0 B)
20130202.changed/ (0.0 B)
20130202.new/ (0.0 B)
20130301.changed/ (1.2 KB)
20130301.changed.1/ (0.0 B)
20130301.new/ (0.0 B)
20130301.new.1/ (0.0 B)
20130701.changed/ (0.0 B)
20130701.new/ (0.0 B)
20130801.changed/ (0.0 B)
20130801.new/ (0.0 B)
20140201.changed/ (0.0 B)
20140201.new/ (0.0 B)
oldlongintransit/ (100.0 KB) [git]
xmlfiles/ (226.0 B)
orangeboy/ (81.2 MB) [git]
special_name_address/ (54.7 MB)
patron_update/ (51.2 KB) [git]
removedupfines/ (210.4 KB)
renewaldata/ (36.4 KB)
replacelabels/ (421.9 KB) [git]
pdfs/ (0.0 B)
reporter/ (251.3 KB)
scanhistory/ (498.0 B)
Symphony/ (4.3 KB)
logs/ (163.4 MB)
slintransit/ (31.7 KB) [git]
Symphony/ (8.1 KB)
xmlfiles/ (186.0 B)
slitemdata/ (242.0 MB) [git]
Symphony/ (27.8 KB)
temp/ (102.1 MB)
sllastcopymissing/ (69.4 KB)
xmlfiles/ (0.0 B)
slmainmissing/ (54.6 KB) [git]
xmlfiles/ (0.0 B)
slmissing/ (211.8 KB) [git]
Symphony/ (7.6 KB)
xmlfiles/ (0.0 B)
slonorder/ (54.8 KB) [git]
Symphony/ (6.0 KB)
xmlfiles/ (0.0 B)
slrepair/ (89.8 KB) [git]
xmlfiles/ (200.0 B)
systemwideholds/ (4.2 MB) [git]
teleforms/ (1.4 KB)
turn13/ (28.2 KB) [git]
Symphony/ (6.5 KB)
turn18/ (61.2 KB) [git]
Symphony/ (2.6 KB)
unpaidmanualcharges/ (18.2 MB) [git]
userdata/ (18.5 MB) [git]
Symphony/ (82.2 KB)
Symphony_Bincustom/ (56.9 MB)
Bincustom/ (56.9 MB)
Symphony_Hist/ (0.0 B)
Hist/ (12.7 GB)
Testing/ (0.0 B)
Modules/ (0.0 B) [git]
Sierra/ (207.2 KB) [git]
Reports/ (0.0 B)
90dayunfilledholds/ (1.2 MB) [git]
activeusersmonthly/ (7.1 KB) [git]
bookclubrenewal/ (9.7 KB) [git]
xmlfiles/ (0.0 B)
cleanup/ (29.5 KB)
courtesyrenewal/ (7.6 KB)
deletedbibs/ (11.4 KB) [git]
holdsnocopies/ (3.5 MB) [git]
labels/ (3.4 MB) [git]
dejavu-fonts-ttf-2.33/ (1.5 MB)
fontconfig/ (7.6 KB)
ttf/ (8.8 MB)
pdfs/ (30.0 B)
maindisplays/ (9.7 KB) [git]
xmlfiles/ (0.0 B)
newdvds/ (1.7 MB) [git]
temp20150813
.changed/ (0.0 B)
temp20150813
.new/ (0.0 B)
newlongintransit/ (19.9 KB) [git]
xmlfiles/ (0.0 B)
nolongernew/ (7.9 KB) [git]
xmlfiles/ (0.0 B)
olddvds/ (366.4 KB) [git]
20131230.changed/ (0.0 B)
20131230.new/ (0.0 B)
20150813.changed/ (0.0 B)
20150813.new/ (0.0 B)
oldlongintransit/ (19.7 KB) [git]
xmlfiles/ (0.0 B)
orangeboy/ (319.6 MB) [git]
removedupfines/ (5.6 KB)
renewaldata/ (8.5 KB)
slintransit/ (19.1 KB) [git]
xmlfiles/ (0.0 B)
slitemdata/ (35.2 KB) [git]
temp/ (7.4 MB)
sllastcopymissing/ (18.7 KB)
xmlfiles/ (0.0 B)
slmainmissing/ (17.4 KB) [git]
xmlfiles/ (0.0 B)
slmissing/ (16.8 KB) [git]
xmlfiles/ (0.0 B)
slonorder/ (13.5 KB) [git]
xmlfiles/ (0.0 B)
slrepair/ (18.4 KB) [git]
systemwideholds/ (263.8 KB) [git]
turn18/ (5.4 KB) [git]
userdata/ (3.8 MB) [git]
bin/ (73.8 KB)
crontab_files/ (177.9 KB)
dbic_experiments/ (915.0 B)
lib/ (454.0 B)
SierraDNA/ (0.0 B)
Result/ (584.1 KB)
slitemdata/ (35.9 MB) [git]
Symphony/ (27.8 KB)
temp/ (13.6 MB)
slitemdata-2020-09-09/ (35.9 MB) [git]
Symphony/ (27.8 KB)
temp/ (13.6 MB)
webpac/ (0.0 B)
prod/ (0.0 B)
local_live/ (0.0 B)
screens/ (13.8 MB)
local_staging/ (0.0 B) [git]
screens/ (9.2 MB)
test/ (0.0 B)
local_live/ (0.0 B)
screens/ (26.1 MB)
local_staging/ (0.0 B)
screens/ (9.1 MB)
train/ (0.0 B)
local_live/ (0.0 B)
screens/ (0.0 B)
local_staging/ (0.0 B) [git]
screens/ (9.1 MB)
Per-directory size rollup (top 30):
------------------------------------------------------------
32.0 GB Reports/deletedbibs
12.7 GB Symphony_Hist/Hist
3.0 GB Reports/novelistisbnexport
319.6 MB Testing/Reports/orangeboy
242.0 MB Reports/slitemdata
174.3 MB Reports/deletedbibs/hide
163.4 MB Reports/scanhistory/logs
102.1 MB Reports/slitemdata/temp
81.5 MB Reports/newdvds
81.2 MB Reports/orangeboy
62.7 MB .mozilla/firefox/r98qetqc.default
56.9 MB Symphony_Bincustom
56.9 MB Symphony_Bincustom/Bincustom
56.1 MB Reports/complimentarycards
54.7 MB Reports/old_perl_scripts/orangeboy/special_name_address
54.7 MB Reports/orangeboy/special_name_address
38.4 MB Reports/olddvds
35.9 MB slitemdata
35.9 MB slitemdata-2020-09-09
33.5 MB Reports/fineamnesty
26.1 MB webpac/test/local_live/screens
23.6 MB Reports/autoextend
19.9 MB Reports/holdsnocopies
18.5 MB Reports/userdata
18.2 MB Reports/unpaidmanualcharges
13.8 MB webpac/prod/local_live/screens
13.6 MB slitemdata-2020-09-09/temp
13.6 MB slitemdata/temp
12.0 MB .cache/mozilla/firefox/r98qetqc.default/Cache
11.3 MB Reports
We can't make this file beautiful and searchable because it's too large.
path,size_bytes,size_human,mtime_iso,extension,parent_dir
.ICEauthority,1070,1.0 KB,2020-11-20T14:38:57,,.
.Trash/vmware-tools-distrib/bin/vm-support,7714,7.5 KB,2012-02-15T10:23:45,,.Trash/vmware-tools-distrib/bin
.Trash/vmware-tools-distrib/bin/vmware-config-tools.pl,475294,464.2 KB,2012-02-15T10:23:15,.pl,.Trash/vmware-tools-distrib/bin
.Trash/vmware-tools-distrib/bin/vmware-uninstall-tools.pl,248362,242.5 KB,2012-02-15T10:23:15,.pl,.Trash/vmware-tools-distrib/bin
.Trash/vmware-tools-distrib/doc/INSTALL,2538,2.5 KB,2012-02-15T10:23:47,,.Trash/vmware-tools-distrib/doc
.Trash/vmware-tools-distrib/doc/README,123,123.0 B,2012-02-15T10:23:45,,.Trash/vmware-tools-distrib/doc
.Trash/vmware-tools-distrib/doc/open_source_licenses.txt,697873,681.5 KB,2012-02-15T10:23:45,.txt,.Trash/vmware-tools-distrib/doc
.Trash/vmware-tools-distrib/installer/upstart-job.conf,920,920.0 B,2012-02-15T10:23:45,.conf,.Trash/vmware-tools-distrib/installer
.Trash/vmware-tools-distrib/vmware-install.pl,248362,242.5 KB,2012-02-15T10:23:15,.pl,.Trash/vmware-tools-distrib
.bash_history,17679,17.3 KB,2026-03-06T12:59:46,,.
.bash_logout,33,33.0 B,2011-05-13T08:28:44,,.
.bash_profile,259,259.0 B,2015-02-27T11:20:36,,.
.bashrc,174,174.0 B,2014-04-21T11:14:23,,.
.cache/mozilla/firefox/r98qetqc.default/Cache/0/0C/50EB2d01,42696,41.7 KB,2012-06-19T10:52:23,,.cache/mozilla/firefox/r98qetqc.default/Cache/0/0C
.cache/mozilla/firefox/r98qetqc.default/Cache/0/13/ECB49d01,152223,148.7 KB,2012-06-19T10:47:44,,.cache/mozilla/firefox/r98qetqc.default/Cache/0/13
.cache/mozilla/firefox/r98qetqc.default/Cache/0/28/080ACd01,19741,19.3 KB,2012-06-19T10:52:30,,.cache/mozilla/firefox/r98qetqc.default/Cache/0/28
.cache/mozilla/firefox/r98qetqc.default/Cache/0/56/51DDDd01,18572,18.1 KB,2012-06-19T10:55:27,,.cache/mozilla/firefox/r98qetqc.default/Cache/0/56
.cache/mozilla/firefox/r98qetqc.default/Cache/0/81/AE268d01,38745,37.8 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/0/81
.cache/mozilla/firefox/r98qetqc.default/Cache/0/92/46517d01,17506,17.1 KB,2012-06-19T10:52:25,,.cache/mozilla/firefox/r98qetqc.default/Cache/0/92
.cache/mozilla/firefox/r98qetqc.default/Cache/0/B2/53DBDd01,45755,44.7 KB,2012-06-19T11:03:54,,.cache/mozilla/firefox/r98qetqc.default/Cache/0/B2
.cache/mozilla/firefox/r98qetqc.default/Cache/0/FC/4E0BCd01,22162,21.6 KB,2015-07-07T09:31:23,,.cache/mozilla/firefox/r98qetqc.default/Cache/0/FC
.cache/mozilla/firefox/r98qetqc.default/Cache/1/01/D413Fd01,24049,23.5 KB,2012-06-19T10:52:25,,.cache/mozilla/firefox/r98qetqc.default/Cache/1/01
.cache/mozilla/firefox/r98qetqc.default/Cache/1/16/AA70Ed01,29945,29.2 KB,2012-06-19T10:50:00,,.cache/mozilla/firefox/r98qetqc.default/Cache/1/16
.cache/mozilla/firefox/r98qetqc.default/Cache/1/79/98057d01,25924,25.3 KB,2012-06-19T11:03:11,,.cache/mozilla/firefox/r98qetqc.default/Cache/1/79
.cache/mozilla/firefox/r98qetqc.default/Cache/1/9F/9CCD7d01,37363,36.5 KB,2012-06-19T10:50:01,,.cache/mozilla/firefox/r98qetqc.default/Cache/1/9F
.cache/mozilla/firefox/r98qetqc.default/Cache/1/C0/C37A5d01,46095,45.0 KB,2012-06-19T11:03:54,,.cache/mozilla/firefox/r98qetqc.default/Cache/1/C0
.cache/mozilla/firefox/r98qetqc.default/Cache/1/D4/B5074d01,27100,26.5 KB,2015-07-07T09:31:23,,.cache/mozilla/firefox/r98qetqc.default/Cache/1/D4
.cache/mozilla/firefox/r98qetqc.default/Cache/1/FC/DD629d01,23428,22.9 KB,2012-06-19T10:55:27,,.cache/mozilla/firefox/r98qetqc.default/Cache/1/FC
.cache/mozilla/firefox/r98qetqc.default/Cache/2/3A/F57BCd01,17360,17.0 KB,2012-06-19T10:52:26,,.cache/mozilla/firefox/r98qetqc.default/Cache/2/3A
.cache/mozilla/firefox/r98qetqc.default/Cache/2/9E/80BE0d01,22632,22.1 KB,2015-07-07T09:31:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/2/9E
.cache/mozilla/firefox/r98qetqc.default/Cache/2/FD/01A65d01,17268,16.9 KB,2012-06-19T10:59:37,,.cache/mozilla/firefox/r98qetqc.default/Cache/2/FD
.cache/mozilla/firefox/r98qetqc.default/Cache/3/2E/19847d01,45409,44.3 KB,2012-06-19T10:14:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/3/2E
.cache/mozilla/firefox/r98qetqc.default/Cache/3/57/3B615d01,41179,40.2 KB,2012-06-19T10:14:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/3/57
.cache/mozilla/firefox/r98qetqc.default/Cache/3/7A/861FFd01,25950,25.3 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/3/7A
.cache/mozilla/firefox/r98qetqc.default/Cache/3/97/B5A01d01,16425,16.0 KB,2012-06-19T10:55:27,,.cache/mozilla/firefox/r98qetqc.default/Cache/3/97
.cache/mozilla/firefox/r98qetqc.default/Cache/4/7B/CC55Ad01,19141,18.7 KB,2012-06-19T11:04:06,,.cache/mozilla/firefox/r98qetqc.default/Cache/4/7B
.cache/mozilla/firefox/r98qetqc.default/Cache/4/A5/21BD5d01,23953,23.4 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/4/A5
.cache/mozilla/firefox/r98qetqc.default/Cache/4/A8/6D8F3d01,113186,110.5 KB,2012-06-19T11:03:53,,.cache/mozilla/firefox/r98qetqc.default/Cache/4/A8
.cache/mozilla/firefox/r98qetqc.default/Cache/4/DD/50A1Fd01,48366,47.2 KB,2012-06-19T10:14:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/4/DD
.cache/mozilla/firefox/r98qetqc.default/Cache/5/0D/2C2E4d01,142135,138.8 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/5/0D
.cache/mozilla/firefox/r98qetqc.default/Cache/5/13/58E32d01,34787,34.0 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/5/13
.cache/mozilla/firefox/r98qetqc.default/Cache/5/43/7737Ad01,26514,25.9 KB,2012-06-19T11:03:57,,.cache/mozilla/firefox/r98qetqc.default/Cache/5/43
.cache/mozilla/firefox/r98qetqc.default/Cache/5/4F/07938d01,21630,21.1 KB,2012-06-19T11:02:57,,.cache/mozilla/firefox/r98qetqc.default/Cache/5/4F
.cache/mozilla/firefox/r98qetqc.default/Cache/5/5A/EC6BBd01,40643,39.7 KB,2012-06-19T10:56:04,,.cache/mozilla/firefox/r98qetqc.default/Cache/5/5A
.cache/mozilla/firefox/r98qetqc.default/Cache/5/5F/E6A02d01,82560,80.6 KB,2015-07-07T09:31:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/5/5F
.cache/mozilla/firefox/r98qetqc.default/Cache/5/83/A4A99d01,20971,20.5 KB,2012-06-19T10:52:30,,.cache/mozilla/firefox/r98qetqc.default/Cache/5/83
.cache/mozilla/firefox/r98qetqc.default/Cache/5/92/2FB50d01,25650,25.0 KB,2012-06-19T10:50:01,,.cache/mozilla/firefox/r98qetqc.default/Cache/5/92
.cache/mozilla/firefox/r98qetqc.default/Cache/5/FC/292F0d01,43692,42.7 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/5/FC
.cache/mozilla/firefox/r98qetqc.default/Cache/6/01/EC92Bd01,51611,50.4 KB,2012-06-19T10:52:23,,.cache/mozilla/firefox/r98qetqc.default/Cache/6/01
.cache/mozilla/firefox/r98qetqc.default/Cache/6/13/544B3d01,61418,60.0 KB,2012-06-19T11:03:15,,.cache/mozilla/firefox/r98qetqc.default/Cache/6/13
.cache/mozilla/firefox/r98qetqc.default/Cache/6/13/87EC0d01,42523,41.5 KB,2012-06-19T10:55:10,,.cache/mozilla/firefox/r98qetqc.default/Cache/6/13
.cache/mozilla/firefox/r98qetqc.default/Cache/6/1E/2152Bd01,49528,48.4 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/6/1E
.cache/mozilla/firefox/r98qetqc.default/Cache/6/45/036C4d01,24050,23.5 KB,2012-06-19T10:14:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/6/45
.cache/mozilla/firefox/r98qetqc.default/Cache/6/52/90795d01,84514,82.5 KB,2012-06-19T10:14:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/6/52
.cache/mozilla/firefox/r98qetqc.default/Cache/6/59/032AEd01,50866,49.7 KB,2015-07-07T09:31:23,,.cache/mozilla/firefox/r98qetqc.default/Cache/6/59
.cache/mozilla/firefox/r98qetqc.default/Cache/6/6C/67BB3d01,28388,27.7 KB,2012-06-19T10:52:25,,.cache/mozilla/firefox/r98qetqc.default/Cache/6/6C
.cache/mozilla/firefox/r98qetqc.default/Cache/6/A2/510CAd01,21437,20.9 KB,2012-06-19T10:52:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/6/A2
.cache/mozilla/firefox/r98qetqc.default/Cache/6/BE/4E4D7d01,20969,20.5 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/6/BE
.cache/mozilla/firefox/r98qetqc.default/Cache/6/C6/C89EBd01,30573,29.9 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/6/C6
.cache/mozilla/firefox/r98qetqc.default/Cache/6/CE/BB56Ad01,27495,26.9 KB,2015-07-07T09:31:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/6/CE
.cache/mozilla/firefox/r98qetqc.default/Cache/7/1B/CB97Dd01,18759,18.3 KB,2012-06-19T10:14:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/7/1B
.cache/mozilla/firefox/r98qetqc.default/Cache/7/42/170F5d01,29068,28.4 KB,2012-06-19T10:47:48,,.cache/mozilla/firefox/r98qetqc.default/Cache/7/42
.cache/mozilla/firefox/r98qetqc.default/Cache/7/49/046E2d01,76846,75.0 KB,2012-06-19T10:55:32,,.cache/mozilla/firefox/r98qetqc.default/Cache/7/49
.cache/mozilla/firefox/r98qetqc.default/Cache/7/4E/71E61d01,16586,16.2 KB,2012-06-19T11:00:50,,.cache/mozilla/firefox/r98qetqc.default/Cache/7/4E
.cache/mozilla/firefox/r98qetqc.default/Cache/7/50/02D64d01,16783,16.4 KB,2012-06-19T10:14:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/7/50
.cache/mozilla/firefox/r98qetqc.default/Cache/7/50/974E4d01,99512,97.2 KB,2015-07-07T09:33:51,,.cache/mozilla/firefox/r98qetqc.default/Cache/7/50
.cache/mozilla/firefox/r98qetqc.default/Cache/7/53/8EB46d01,29008,28.3 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/7/53
.cache/mozilla/firefox/r98qetqc.default/Cache/7/5A/D9894d01,99712,97.4 KB,2012-06-19T10:50:00,,.cache/mozilla/firefox/r98qetqc.default/Cache/7/5A
.cache/mozilla/firefox/r98qetqc.default/Cache/7/5F/580F5d01,21459,21.0 KB,2012-06-19T10:50:01,,.cache/mozilla/firefox/r98qetqc.default/Cache/7/5F
.cache/mozilla/firefox/r98qetqc.default/Cache/7/A8/C4F13d01,55033,53.7 KB,2012-06-19T11:03:11,,.cache/mozilla/firefox/r98qetqc.default/Cache/7/A8
.cache/mozilla/firefox/r98qetqc.default/Cache/7/BF/38EFCd01,19929,19.5 KB,2012-06-19T10:14:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/7/BF
.cache/mozilla/firefox/r98qetqc.default/Cache/7/F9/FF1D1d01,56576,55.2 KB,2012-06-19T10:50:01,,.cache/mozilla/firefox/r98qetqc.default/Cache/7/F9
.cache/mozilla/firefox/r98qetqc.default/Cache/7/FD/A5668d01,18436,18.0 KB,2012-06-19T11:03:11,,.cache/mozilla/firefox/r98qetqc.default/Cache/7/FD
.cache/mozilla/firefox/r98qetqc.default/Cache/8/1A/CF313d01,17114,16.7 KB,2012-06-19T10:47:44,,.cache/mozilla/firefox/r98qetqc.default/Cache/8/1A
.cache/mozilla/firefox/r98qetqc.default/Cache/8/5F/9924Bd01,18511,18.1 KB,2012-06-19T10:52:34,,.cache/mozilla/firefox/r98qetqc.default/Cache/8/5F
.cache/mozilla/firefox/r98qetqc.default/Cache/8/B3/0A5BEd01,22867,22.3 KB,2012-06-19T10:52:31,,.cache/mozilla/firefox/r98qetqc.default/Cache/8/B3
.cache/mozilla/firefox/r98qetqc.default/Cache/8/E0/F70ECd01,78601,76.8 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/8/E0
.cache/mozilla/firefox/r98qetqc.default/Cache/8/F6/24478d01,29846,29.1 KB,2012-06-19T10:14:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/8/F6
.cache/mozilla/firefox/r98qetqc.default/Cache/9/1E/930C1d01,23404,22.9 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/9/1E
.cache/mozilla/firefox/r98qetqc.default/Cache/9/2B/C9200d01,65105,63.6 KB,2012-06-19T11:03:36,,.cache/mozilla/firefox/r98qetqc.default/Cache/9/2B
.cache/mozilla/firefox/r98qetqc.default/Cache/9/4B/84932d01,17726,17.3 KB,2012-06-19T10:52:30,,.cache/mozilla/firefox/r98qetqc.default/Cache/9/4B
.cache/mozilla/firefox/r98qetqc.default/Cache/9/7D/F8ADBd01,39943,39.0 KB,2012-06-19T11:04:22,,.cache/mozilla/firefox/r98qetqc.default/Cache/9/7D
.cache/mozilla/firefox/r98qetqc.default/Cache/9/9D/AF569d01,30541,29.8 KB,2012-06-19T10:56:31,,.cache/mozilla/firefox/r98qetqc.default/Cache/9/9D
.cache/mozilla/firefox/r98qetqc.default/Cache/9/A4/00FC8d01,18887,18.4 KB,2012-06-19T10:52:26,,.cache/mozilla/firefox/r98qetqc.default/Cache/9/A4
.cache/mozilla/firefox/r98qetqc.default/Cache/9/AB/B413Ad01,27010,26.4 KB,2012-06-19T11:03:11,,.cache/mozilla/firefox/r98qetqc.default/Cache/9/AB
.cache/mozilla/firefox/r98qetqc.default/Cache/9/C6/38876d01,31200,30.5 KB,2012-06-19T10:55:32,,.cache/mozilla/firefox/r98qetqc.default/Cache/9/C6
.cache/mozilla/firefox/r98qetqc.default/Cache/9/CC/0C787d01,31024,30.3 KB,2012-06-19T10:14:23,,.cache/mozilla/firefox/r98qetqc.default/Cache/9/CC
.cache/mozilla/firefox/r98qetqc.default/Cache/A/07/8105Cd01,19027,18.6 KB,2012-06-19T10:52:31,,.cache/mozilla/firefox/r98qetqc.default/Cache/A/07
.cache/mozilla/firefox/r98qetqc.default/Cache/A/35/C963Fd01,146538,143.1 KB,2012-06-19T10:52:22,,.cache/mozilla/firefox/r98qetqc.default/Cache/A/35
.cache/mozilla/firefox/r98qetqc.default/Cache/A/6B/5F4AFd01,75158,73.4 KB,2012-06-19T11:06:39,,.cache/mozilla/firefox/r98qetqc.default/Cache/A/6B
.cache/mozilla/firefox/r98qetqc.default/Cache/A/6F/F579Fd01,52960,51.7 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/A/6F
.cache/mozilla/firefox/r98qetqc.default/Cache/A/F6/14831d01,50084,48.9 KB,2012-06-19T10:14:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/A/F6
.cache/mozilla/firefox/r98qetqc.default/Cache/B/27/5816Ed01,27404,26.8 KB,2012-06-19T10:47:47,,.cache/mozilla/firefox/r98qetqc.default/Cache/B/27
.cache/mozilla/firefox/r98qetqc.default/Cache/B/31/F4ECAd01,40811,39.9 KB,2015-07-07T09:31:23,,.cache/mozilla/firefox/r98qetqc.default/Cache/B/31
.cache/mozilla/firefox/r98qetqc.default/Cache/B/3A/75EEAd01,32326,31.6 KB,2012-06-19T11:06:26,,.cache/mozilla/firefox/r98qetqc.default/Cache/B/3A
.cache/mozilla/firefox/r98qetqc.default/Cache/B/43/7AD76d01,43145,42.1 KB,2012-06-19T10:47:43,,.cache/mozilla/firefox/r98qetqc.default/Cache/B/43
.cache/mozilla/firefox/r98qetqc.default/Cache/B/51/1450Cd01,128169,125.2 KB,2012-06-19T10:47:47,,.cache/mozilla/firefox/r98qetqc.default/Cache/B/51
.cache/mozilla/firefox/r98qetqc.default/Cache/B/5D/44ADFd01,28693,28.0 KB,2012-06-19T10:47:43,,.cache/mozilla/firefox/r98qetqc.default/Cache/B/5D
.cache/mozilla/firefox/r98qetqc.default/Cache/B/70/FB877d01,46917,45.8 KB,2012-06-19T11:03:36,,.cache/mozilla/firefox/r98qetqc.default/Cache/B/70
.cache/mozilla/firefox/r98qetqc.default/Cache/B/71/AE4FDd01,31131,30.4 KB,2012-06-19T10:15:04,,.cache/mozilla/firefox/r98qetqc.default/Cache/B/71
.cache/mozilla/firefox/r98qetqc.default/Cache/B/78/6B90Ed01,75238,73.5 KB,2012-06-19T10:15:04,,.cache/mozilla/firefox/r98qetqc.default/Cache/B/78
.cache/mozilla/firefox/r98qetqc.default/Cache/B/A2/AEB2Bd01,27297,26.7 KB,2012-06-19T10:52:32,,.cache/mozilla/firefox/r98qetqc.default/Cache/B/A2
.cache/mozilla/firefox/r98qetqc.default/Cache/B/AC/E91E8d01,36454,35.6 KB,2012-06-19T10:47:47,,.cache/mozilla/firefox/r98qetqc.default/Cache/B/AC
.cache/mozilla/firefox/r98qetqc.default/Cache/C/07/E8032d01,18171,17.7 KB,2012-06-19T11:03:11,,.cache/mozilla/firefox/r98qetqc.default/Cache/C/07
.cache/mozilla/firefox/r98qetqc.default/Cache/C/0F/D6356d01,41524,40.6 KB,2012-06-19T11:03:36,,.cache/mozilla/firefox/r98qetqc.default/Cache/C/0F
.cache/mozilla/firefox/r98qetqc.default/Cache/C/1A/0647Bd01,25677,25.1 KB,2012-06-19T11:03:53,,.cache/mozilla/firefox/r98qetqc.default/Cache/C/1A
.cache/mozilla/firefox/r98qetqc.default/Cache/C/30/C124Cd01,29988,29.3 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/C/30
.cache/mozilla/firefox/r98qetqc.default/Cache/C/66/C028Ad01,32164,31.4 KB,2012-06-19T10:50:01,,.cache/mozilla/firefox/r98qetqc.default/Cache/C/66
.cache/mozilla/firefox/r98qetqc.default/Cache/C/84/C69CCd01,162591,158.8 KB,2012-06-19T10:52:22,,.cache/mozilla/firefox/r98qetqc.default/Cache/C/84
.cache/mozilla/firefox/r98qetqc.default/Cache/C/8F/12FD3d01,37512,36.6 KB,2012-06-19T10:14:23,,.cache/mozilla/firefox/r98qetqc.default/Cache/C/8F
.cache/mozilla/firefox/r98qetqc.default/Cache/C/9B/F3D10d01,17614,17.2 KB,2012-06-19T10:14:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/C/9B
.cache/mozilla/firefox/r98qetqc.default/Cache/C/E1/4D143d01,33429,32.6 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/C/E1
.cache/mozilla/firefox/r98qetqc.default/Cache/C/EE/F1936d01,55120,53.8 KB,2012-06-19T10:52:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/C/EE
.cache/mozilla/firefox/r98qetqc.default/Cache/D/25/4CF18d01,19248,18.8 KB,2012-06-19T10:52:30,,.cache/mozilla/firefox/r98qetqc.default/Cache/D/25
.cache/mozilla/firefox/r98qetqc.default/Cache/D/4D/1EEDCd01,30594,29.9 KB,2012-06-19T10:14:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/D/4D
.cache/mozilla/firefox/r98qetqc.default/Cache/D/A2/006A6d01,21410,20.9 KB,2012-06-19T10:52:25,,.cache/mozilla/firefox/r98qetqc.default/Cache/D/A2
.cache/mozilla/firefox/r98qetqc.default/Cache/D/B1/E2835d01,54301,53.0 KB,2012-06-19T11:03:36,,.cache/mozilla/firefox/r98qetqc.default/Cache/D/B1
.cache/mozilla/firefox/r98qetqc.default/Cache/E/32/AA49Cd01,92370,90.2 KB,2012-06-19T10:14:24,,.cache/mozilla/firefox/r98qetqc.default/Cache/E/32
.cache/mozilla/firefox/r98qetqc.default/Cache/E/36/A7EC9d01,19076,18.6 KB,2012-06-19T11:06:26,,.cache/mozilla/firefox/r98qetqc.default/Cache/E/36
.cache/mozilla/firefox/r98qetqc.default/Cache/E/53/7BB08d01,33186,32.4 KB,2012-06-19T10:55:27,,.cache/mozilla/firefox/r98qetqc.default/Cache/E/53
.cache/mozilla/firefox/r98qetqc.default/Cache/E/6C/D4B10d01,36624,35.8 KB,2012-06-19T10:48:43,,.cache/mozilla/firefox/r98qetqc.default/Cache/E/6C
.cache/mozilla/firefox/r98qetqc.default/Cache/E/84/97DF5d01,47848,46.7 KB,2012-06-19T10:52:29,,.cache/mozilla/firefox/r98qetqc.default/Cache/E/84
.cache/mozilla/firefox/r98qetqc.default/Cache/E/99/80FD6d01,24382,23.8 KB,2012-06-19T10:56:34,,.cache/mozilla/firefox/r98qetqc.default/Cache/E/99
.cache/mozilla/firefox/r98qetqc.default/Cache/F/04/DCDF6d01,46988,45.9 KB,2012-06-19T11:03:15,,.cache/mozilla/firefox/r98qetqc.default/Cache/F/04
.cache/mozilla/firefox/r98qetqc.default/Cache/F/0A/5A226d01,21405,20.9 KB,2012-06-19T10:50:01,,.cache/mozilla/firefox/r98qetqc.default/Cache/F/0A
.cache/mozilla/firefox/r98qetqc.default/Cache/F/10/E8225d01,34088,33.3 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/F/10
.cache/mozilla/firefox/r98qetqc.default/Cache/F/4A/3D574d01,18013,17.6 KB,2012-06-19T11:03:11,,.cache/mozilla/firefox/r98qetqc.default/Cache/F/4A
.cache/mozilla/firefox/r98qetqc.default/Cache/F/85/76D6Cd01,78955,77.1 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/F/85
.cache/mozilla/firefox/r98qetqc.default/Cache/F/8F/50539d01,19137,18.7 KB,2012-06-19T11:03:12,,.cache/mozilla/firefox/r98qetqc.default/Cache/F/8F
.cache/mozilla/firefox/r98qetqc.default/Cache/F/99/73F2Fd01,17596,17.2 KB,2012-06-19T10:52:25,,.cache/mozilla/firefox/r98qetqc.default/Cache/F/99
.cache/mozilla/firefox/r98qetqc.default/Cache/F/A2/2997Ad01,33192,32.4 KB,2012-06-19T11:03:11,,.cache/mozilla/firefox/r98qetqc.default/Cache/F/A2
.cache/mozilla/firefox/r98qetqc.default/Cache/F/D9/58AFEd01,17215,16.8 KB,2012-06-19T10:52:35,,.cache/mozilla/firefox/r98qetqc.default/Cache/F/D9
.cache/mozilla/firefox/r98qetqc.default/Cache/F/E2/B624Dd01,38618,37.7 KB,2012-06-19T10:52:22,,.cache/mozilla/firefox/r98qetqc.default/Cache/F/E2
.cache/mozilla/firefox/r98qetqc.default/Cache/F/ED/C7BCEd01,17217,16.8 KB,2012-06-19T10:52:29,,.cache/mozilla/firefox/r98qetqc.default/Cache/F/ED
.cache/mozilla/firefox/r98qetqc.default/Cache/F/FE/DF320d01,23413,22.9 KB,2012-06-19T10:52:25,,.cache/mozilla/firefox/r98qetqc.default/Cache/F/FE
.cache/mozilla/firefox/r98qetqc.default/Cache/_CACHE_001_,4194304,4.0 MB,2015-07-07T09:33:51,,.cache/mozilla/firefox/r98qetqc.default/Cache
.cache/mozilla/firefox/r98qetqc.default/Cache/_CACHE_002_,4194304,4.0 MB,2015-07-07T09:31:43,,.cache/mozilla/firefox/r98qetqc.default/Cache
.cache/mozilla/firefox/r98qetqc.default/Cache/_CACHE_003_,4194304,4.0 MB,2015-07-07T09:31:28,,.cache/mozilla/firefox/r98qetqc.default/Cache
.cache/mozilla/firefox/r98qetqc.default/Cache/_CACHE_MAP_,33044,32.3 KB,2015-07-07T09:31:17,,.cache/mozilla/firefox/r98qetqc.default/Cache
.cache/mozilla/firefox/r98qetqc.default/_CACHE_CLEAN_,1,1.0 B,2015-07-07T09:33:54,,.cache/mozilla/firefox/r98qetqc.default
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/goog-badbinurl-shavar.cache,12,12.0 B,2015-07-07T09:31:29,.cache,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/goog-badbinurl-shavar.pset,225822,220.5 KB,2015-07-07T09:31:29,.pset,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/goog-badbinurl-shavar.sbstore,220494,215.3 KB,2015-07-07T09:31:29,.sbstore,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/goog-malware-shavar.cache,12,12.0 B,2015-07-07T09:31:29,.cache,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/goog-malware-shavar.pset,304600,297.5 KB,2015-07-07T09:31:29,.pset,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/goog-malware-shavar.sbstore,335500,327.6 KB,2015-07-07T09:31:29,.sbstore,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/goog-phish-shavar.cache,12,12.0 B,2015-07-07T09:31:30,.cache,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/goog-phish-shavar.pset,316440,309.0 KB,2015-07-07T09:31:30,.pset,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/goog-phish-shavar.sbstore,173716,169.6 KB,2015-07-07T09:31:30,.sbstore,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/test-malware-simple.cache,44,44.0 B,2015-07-07T09:31:29,.cache,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/test-malware-simple.pset,16,16.0 B,2015-07-07T09:31:29,.pset,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/test-malware-simple.sbstore,232,232.0 B,2015-07-07T09:31:29,.sbstore,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/test-phish-simple.cache,44,44.0 B,2015-07-07T09:31:29,.cache,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/test-phish-simple.pset,16,16.0 B,2015-07-07T09:31:29,.pset,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/safebrowsing/test-phish-simple.sbstore,232,232.0 B,2015-07-07T09:31:29,.sbstore,.cache/mozilla/firefox/r98qetqc.default/safebrowsing
.cache/mozilla/firefox/r98qetqc.default/startupCache/startupCache.8.little,1081762,1.0 MB,2015-07-07T09:32:32,.little,.cache/mozilla/firefox/r98qetqc.default/startupCache
.cache/mozilla/firefox/r98qetqc.default/thumbnails/695453a48febd6cc7d52629f277d2f0b.png,17204,16.8 KB,2015-07-07T09:31:29,.png,.cache/mozilla/firefox/r98qetqc.default/thumbnails
.cache/mozilla/firefox/r98qetqc.default/thumbnails/a40306b0031f0a3ad85487167db29308.png,4471,4.4 KB,2015-07-07T09:33:53,.png,.cache/mozilla/firefox/r98qetqc.default/thumbnails
.config/gtk-2.0/gtkfilechooser,96,96.0 B,2012-06-20T17:32:11,,.config/gtk-2.0
.config/htop/htoprc,649,649.0 B,2019-09-02T21:57:23,,.config/htop
.dmrc,26,26.0 B,2012-06-18T15:59:47,,.
.elinks/bookmarks,0,0.0 B,2013-03-20T11:16:37,,.elinks
.elinks/globhist,126,126.0 B,2013-03-20T11:16:37,,.elinks
.elinks/gotohist,4,4.0 B,2013-03-20T11:38:44,,.elinks
.emacs,515,515.0 B,2011-04-07T05:58:36,,.
.esd_auth,16,16.0 B,2012-06-18T16:03:38,,.
.gconf/apps/%gconf.xml,0,0.0 B,2012-06-18T15:59:50,.xml,.gconf/apps
.gconf/apps/file-roller/%gconf.xml,0,0.0 B,2012-06-18T16:02:27,.xml,.gconf/apps/file-roller
.gconf/apps/file-roller/dialogs/%gconf.xml,0,0.0 B,2012-07-16T15:26:23,.xml,.gconf/apps/file-roller/dialogs
.gconf/apps/file-roller/dialogs/extract/%gconf.xml,439,439.0 B,2012-07-16T15:26:23,.xml,.gconf/apps/file-roller/dialogs/extract
.gconf/apps/file-roller/general/%gconf.xml,144,144.0 B,2012-06-18T16:02:27,.xml,.gconf/apps/file-roller/general
.gconf/apps/file-roller/listing/%gconf.xml,539,539.0 B,2014-08-18T09:57:04,.xml,.gconf/apps/file-roller/listing
.gconf/apps/file-roller/ui/%gconf.xml,230,230.0 B,2014-08-18T09:57:04,.xml,.gconf/apps/file-roller/ui
.gconf/apps/gedit-2/%gconf.xml,0,0.0 B,2012-06-20T17:13:13,.xml,.gconf/apps/gedit-2
.gconf/apps/gedit-2/preferences/%gconf.xml,0,0.0 B,2012-06-20T17:13:13,.xml,.gconf/apps/gedit-2/preferences
.gconf/apps/gedit-2/preferences/ui/%gconf.xml,0,0.0 B,2012-06-20T17:13:13,.xml,.gconf/apps/gedit-2/preferences/ui
.gconf/apps/gedit-2/preferences/ui/open_save/%gconf.xml,234,234.0 B,2012-06-20T17:33:11,.xml,.gconf/apps/gedit-2/preferences/ui/open_save
.gconf/apps/gedit-2/preferences/ui/statusbar/%gconf.xml,141,141.0 B,2012-06-20T17:13:13,.xml,.gconf/apps/gedit-2/preferences/ui/statusbar
.gconf/apps/gnome-settings/%gconf.xml,0,0.0 B,2012-06-20T17:33:11,.xml,.gconf/apps/gnome-settings
.gconf/apps/gnome-settings/gedit/%gconf.xml,271,271.0 B,2012-06-20T17:33:11,.xml,.gconf/apps/gnome-settings/gedit
.gconf/apps/gnome-terminal/%gconf.xml,0,0.0 B,2012-09-21T14:35:47,.xml,.gconf/apps/gnome-terminal
.gconf/apps/gnome-terminal/profiles/%gconf.xml,0,0.0 B,2012-09-21T14:35:47,.xml,.gconf/apps/gnome-terminal/profiles
.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml,387,387.0 B,2012-09-21T14:35:47,.xml,.gconf/apps/gnome-terminal/profiles/Default
.gconf/apps/nautilus/%gconf.xml,137,137.0 B,2012-09-24T09:58:51,.xml,.gconf/apps/nautilus
.gconf/apps/panel/%gconf.xml,0,0.0 B,2012-06-18T15:59:50,.xml,.gconf/apps/panel
.gconf/apps/panel/applets/%gconf.xml,0,0.0 B,2012-06-18T15:59:50,.xml,.gconf/apps/panel/applets
.gconf/apps/panel/applets/applet_0/%gconf.xml,1872,1.8 KB,2012-06-19T14:17:11,.xml,.gconf/apps/panel/applets/applet_0
.gconf/apps/panel/applets/applet_0/prefs/%gconf.xml,3515,3.4 KB,2020-11-20T14:32:56,.xml,.gconf/apps/panel/applets/applet_0/prefs
.gconf/apps/panel/applets/clock/%gconf.xml,324,324.0 B,2015-01-27T01:58:39,.xml,.gconf/apps/panel/applets/clock
.gconf/apps/panel/applets/clock/prefs/%gconf.xml,1238,1.2 KB,2020-11-20T14:32:56,.xml,.gconf/apps/panel/applets/clock/prefs
.gconf/apps/panel/applets/mixer/%gconf.xml,324,324.0 B,2015-01-27T01:58:39,.xml,.gconf/apps/panel/applets/mixer
.gconf/apps/panel/applets/systray/%gconf.xml,219,219.0 B,2017-11-03T09:14:38,.xml,.gconf/apps/panel/applets/systray
.gconf/apps/panel/applets/window_list/%gconf.xml,0,0.0 B,2012-06-18T15:59:50,.xml,.gconf/apps/panel/applets/window_list
.gconf/apps/panel/applets/window_list/prefs/%gconf.xml,670,670.0 B,2020-11-20T14:31:55,.xml,.gconf/apps/panel/applets/window_list/prefs
.gconf/apps/panel/applets/workspace_switcher/%gconf.xml,0,0.0 B,2012-06-18T15:59:50,.xml,.gconf/apps/panel/applets/workspace_switcher
.gconf/apps/panel/applets/workspace_switcher/prefs/%gconf.xml,445,445.0 B,2020-11-20T14:31:55,.xml,.gconf/apps/panel/applets/workspace_switcher/prefs
.gconf/apps/panel/general/%gconf.xml,2408,2.4 KB,2012-06-19T14:17:11,.xml,.gconf/apps/panel/general
.gconf/apps/panel/objects/%gconf.xml,0,0.0 B,2012-06-18T16:02:27,.xml,.gconf/apps/panel/objects
.gconf/apps/panel/objects/object_0/%gconf.xml,1891,1.8 KB,2012-06-18T16:02:27,.xml,.gconf/apps/panel/objects/object_0
.gconf/apps/puplet/%gconf.xml,245,245.0 B,2017-11-03T09:09:27,.xml,.gconf/apps/puplet
.gconf/desktop/%gconf.xml,0,0.0 B,2012-06-18T15:59:48,.xml,.gconf/desktop
.gconf/desktop/gnome/%gconf.xml,0,0.0 B,2012-06-18T15:59:48,.xml,.gconf/desktop/gnome
.gconf/desktop/gnome/accessibility/%gconf.xml,0,0.0 B,2012-06-18T15:59:48,.xml,.gconf/desktop/gnome/accessibility
.gconf/desktop/gnome/accessibility/keyboard/%gconf.xml,1364,1.3 KB,2012-06-18T15:59:48,.xml,.gconf/desktop/gnome/accessibility/keyboard
.gconf/desktop/gnome/peripherals/%gconf.xml,0,0.0 B,2012-06-18T16:25:18,.xml,.gconf/desktop/gnome/peripherals
.gconf/desktop/gnome/peripherals/keyboard/%gconf.xml,0,0.0 B,2012-06-18T16:25:18,.xml,.gconf/desktop/gnome/peripherals/keyboard
.gconf/desktop/gnome/peripherals/keyboard/[REDACTED-HOST]/%gconf.xml,0,0.0 B,2012-06-18T16:25:18,.xml,.gconf/desktop/gnome/peripherals/keyboard/[REDACTED-HOST]
.gconf/desktop/gnome/peripherals/keyboard/[REDACTED-HOST]/0/%gconf.xml,134,134.0 B,2020-11-20T14:38:35,.xml,.gconf/desktop/gnome/peripherals/keyboard/[REDACTED-HOST]/0
.gconf/desktop/gnome/screen/%gconf.xml,0,0.0 B,2015-01-27T01:58:39,.xml,.gconf/desktop/gnome/screen
.gconf/desktop/gnome/screen/default/%gconf.xml,0,0.0 B,2015-01-27T01:58:39,.xml,.gconf/desktop/gnome/screen/default
.gconf/desktop/gnome/screen/default/0/%gconf.xml,260,260.0 B,2015-01-27T01:58:39,.xml,.gconf/desktop/gnome/screen/default/0
.gconfd/saved_state,57764,56.4 KB,2020-11-20T14:38:57,,.gconfd
.gitconfig,287,287.0 B,2016-09-12T15:03:20,,.
.gnome/gnome-vfs/.trash_entry_cache,26,26.0 B,2020-11-20T14:31:55,,.gnome/gnome-vfs
.gnome2/accels/evince,4115,4.0 KB,2012-06-19T10:21:40,,.gnome2/accels
.gnome2/evince/ev-metadata.xml,1648,1.6 KB,2012-06-20T18:13:34,.xml,.gnome2/evince
.gnome2/gedit-metadata.xml,399,399.0 B,2012-06-20T18:10:37,.xml,.gnome2
.gnome2/main,75,75.0 B,2014-08-18T09:56:19,,.gnome2
.gnome2/share/cursor-fonts/fonts.dir,2,2.0 B,2020-11-20T14:31:55,.dir,.gnome2/share/cursor-fonts
.gnome2/share/fonts/fonts.dir,2,2.0 B,2020-11-20T14:31:55,.dir,.gnome2/share/fonts
.gnupg/gpg.conf,9207,9.0 KB,2013-08-28T09:53:42,.conf,.gnupg
.gnupg/pubring.gpg,8910,8.7 KB,2014-01-15T14:33:18,.gpg,.gnupg
.gnupg/pubring.gpg~,8910,8.7 KB,2014-01-15T14:33:18,.gpg~,.gnupg
.gnupg/random_seed,600,600.0 B,2018-07-06T08:41:01,,.gnupg
.gnupg/secring.gpg,0,0.0 B,2013-08-28T09:54:28,.gpg,.gnupg
.gnupg/trustdb.gpg,1280,1.2 KB,2014-01-15T14:33:18,.gpg,.gnupg
.gstreamer-0.10/leap_second_issue_detector.sh,19373,18.9 KB,2016-12-13T12:08:11,.sh,.gstreamer-0.10
.gstreamer-0.10/registry.x86_64.bin,191919,187.4 KB,2012-06-18T15:59:51,.bin,.gstreamer-0.10
.gtkrc-1.2-gnome2,90,90.0 B,2012-06-18T15:59:48,.2-gnome2,.
.jasperserver/4A5428EDB163A2D7C673A39108484E66,76,76.0 B,2012-06-19T11:02:53,,.jasperserver
.lesshst,925,925.0 B,2025-06-04T08:53:16,,.
.lftp/rl_history,484,484.0 B,2013-08-23T13:41:18,,.lftp
.metacity/sessions/1340049588-3303-3925010877.ms,82,82.0 B,2012-06-18T15:59:48,.ms,.metacity/sessions
.metacity/sessions/1340051057-3979-3754767204.ms,82,82.0 B,2012-06-18T16:24:17,.ms,.metacity/sessions
.metacity/sessions/1340115253-6538-4293585990.ms,82,82.0 B,2012-06-19T10:14:14,.ms,.metacity/sessions
.metacity/sessions/1340129371-10833-1446397839.ms,356,356.0 B,2012-06-19T14:09:31,.ms,.metacity/sessions
.metacity/sessions/1340211884-23961-2070931409.ms,82,82.0 B,2012-06-20T13:04:44,.ms,.metacity/sessions
.metacity/sessions/1342466639-3976-3049255048.ms,82,82.0 B,2012-07-16T15:23:59,.ms,.metacity/sessions
.metacity/sessions/1342467053-3942-2384751864.ms,82,82.0 B,2012-07-16T15:30:53,.ms,.metacity/sessions
.metacity/sessions/1342467729-3946-1522473722.ms,82,82.0 B,2012-07-16T15:42:09,.ms,.metacity/sessions
.metacity/sessions/1344184528-15360-2031664637.ms,82,82.0 B,2012-08-05T12:35:28,.ms,.metacity/sessions
.metacity/sessions/1345387107-13115-804675671.ms,82,82.0 B,2012-08-19T10:38:27,.ms,.metacity/sessions
.metacity/sessions/1348494442-30876-4193602462.ms,82,82.0 B,2012-09-24T09:47:22,.ms,.metacity/sessions
.metacity/sessions/1348494962-31234-3687884013.ms,82,82.0 B,2012-09-24T09:56:02,.ms,.metacity/sessions
.metacity/sessions/1352126324-7225-2797123212.ms,82,82.0 B,2012-11-05T09:38:44,.ms,.metacity/sessions
.metacity/sessions/1352211152-19896-3004155973.ms,82,82.0 B,2012-11-06T09:12:32,.ms,.metacity/sessions
.metacity/sessions/1353090439-22235-2794057601.ms,82,82.0 B,2012-11-16T13:27:19,.ms,.metacity/sessions
.metacity/sessions/1353128388-25864-1593739271.ms,82,82.0 B,2012-11-16T23:59:48,.ms,.metacity/sessions
.metacity/sessions/1353439055-9087-2264535719.ms,82,82.0 B,2012-11-20T14:17:35,.ms,.metacity/sessions
.metacity/sessions/1355153922-21856-728232358.ms,82,82.0 B,2012-12-10T10:38:42,.ms,.metacity/sessions
.metacity/sessions/1355495405-10323-3805542601.ms,82,82.0 B,2012-12-14T09:30:05,.ms,.metacity/sessions
.metacity/sessions/1381842874-8984-1469645575.ms,82,82.0 B,2013-10-15T09:14:34,.ms,.metacity/sessions
.metacity/sessions/1390681620-9455-3629434976.ms,82,82.0 B,2014-01-25T15:27:00,.ms,.metacity/sessions
.metacity/sessions/1397830231-10646-3864631183.ms,82,82.0 B,2014-04-18T10:10:31,.ms,.metacity/sessions
.metacity/sessions/1408370010-21909-3966016773.ms,356,356.0 B,2014-08-18T09:53:30,.ms,.metacity/sessions
.metacity/sessions/1408370354-22475-1559131126.ms,356,356.0 B,2014-08-18T09:59:14,.ms,.metacity/sessions
.metacity/sessions/1408370798-24891-1581446865.ms,82,82.0 B,2014-08-18T10:06:38,.ms,.metacity/sessions
.metacity/sessions/1410006624-4533-4244715845.ms,82,82.0 B,2014-09-06T08:30:24,.ms,.metacity/sessions
.metacity/sessions/1415979152-5579-3751120283.ms,82,82.0 B,2014-11-14T10:32:32,.ms,.metacity/sessions
.metacity/sessions/1422341674-4487-2846056677.ms,82,82.0 B,2015-01-27T01:54:34,.ms,.metacity/sessions
.metacity/sessions/1422389366-13915-1242122980.ms,356,356.0 B,2015-01-27T15:09:26,.ms,.metacity/sessions
.metacity/sessions/1425397259-4489-2072152364.ms,82,82.0 B,2015-03-03T10:40:59,.ms,.metacity/sessions
.metacity/sessions/1425397486-8473-1642387722.ms,82,82.0 B,2015-03-03T10:44:46,.ms,.metacity/sessions
.metacity/sessions/1425566845-4865-1217621446.ms,82,82.0 B,2015-03-05T09:47:25,.ms,.metacity/sessions
.metacity/sessions/1425573490-9654-433153835.ms,356,356.0 B,2015-03-05T11:38:10,.ms,.metacity/sessions
.metacity/sessions/1425573935-10492-1356765670.ms,82,82.0 B,2015-03-05T11:45:35,.ms,.metacity/sessions
.metacity/sessions/1425913907-19030-4203376868.ms,82,82.0 B,2015-03-09T11:11:47,.ms,.metacity/sessions
.metacity/sessions/1427200671-4766-3268642588.ms,82,82.0 B,2015-03-24T08:37:51,.ms,.metacity/sessions
.metacity/sessions/1427201081-4776-2200221438.ms,82,82.0 B,2015-03-24T08:44:41,.ms,.metacity/sessions
.metacity/sessions/1429622149-9210-1336427796.ms,82,82.0 B,2015-04-21T09:15:49,.ms,.metacity/sessions
.metacity/sessions/1430793064-7621-340826049.ms,82,82.0 B,2015-05-04T22:31:04,.ms,.metacity/sessions
.metacity/sessions/1436275870-25732-3377049875.ms,82,82.0 B,2015-07-07T09:31:10,.ms,.metacity/sessions
.metacity/sessions/1436901078-8634-866462070.ms,82,82.0 B,2015-07-14T15:11:18,.ms,.metacity/sessions
.metacity/sessions/1436904516-4734-2713456126.ms,82,82.0 B,2015-07-14T16:08:36,.ms,.metacity/sessions
.metacity/sessions/1436905334-9879-958220782.ms,356,356.0 B,2015-07-14T16:22:14,.ms,.metacity/sessions
.metacity/sessions/1441213863-12371-4088815849.ms,82,82.0 B,2015-09-02T13:11:03,.ms,.metacity/sessions
.metacity/sessions/1509714506-4831-1004454362.ms,82,82.0 B,2017-11-03T09:08:26,.ms,.metacity/sessions
.metacity/sessions/1605900715-5910-1254495869.ms,82,82.0 B,2020-11-20T14:31:55,.ms,.metacity/sessions
.mozilla/firefox/profiles.ini,94,94.0 B,2012-06-18T16:27:58,.ini,.mozilla/firefox
.mozilla/firefox/r98qetqc.default/.parentlock,0,0.0 B,2015-07-07T09:31:14,,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/blocklist.xml,157428,153.7 KB,2015-07-07T09:31:15,.xml,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/bookmarkbackups/bookmarks-2012-06-18.json,2671,2.6 KB,2012-06-18T16:28:23,.json,.mozilla/firefox/r98qetqc.default/bookmarkbackups
.mozilla/firefox/r98qetqc.default/bookmarkbackups/bookmarks-2012-06-19.json,2869,2.8 KB,2012-06-19T10:41:31,.json,.mozilla/firefox/r98qetqc.default/bookmarkbackups
.mozilla/firefox/r98qetqc.default/bookmarks.html,2996,2.9 KB,2012-06-18T16:27:58,.html,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/cert8.db,65536,64.0 KB,2015-07-07T09:31:23,.db,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/chrome/userChrome-example.css,959,959.0 B,2012-06-18T16:27:58,.css,.mozilla/firefox/r98qetqc.default/chrome
.mozilla/firefox/r98qetqc.default/chrome/userContent-example.css,663,663.0 B,2012-06-18T16:27:58,.css,.mozilla/firefox/r98qetqc.default/chrome
.mozilla/firefox/r98qetqc.default/compatibility.ini,186,186.0 B,2015-07-07T09:31:15,.ini,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/compreg.dat,150628,147.1 KB,2012-06-18T16:27:59,.dat,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/content-prefs.sqlite,7168,7.0 KB,2012-06-19T10:14:41,.sqlite,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/cookies.sqlite,524288,512.0 KB,2015-07-07T09:31:28,.sqlite,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/cookies.sqlite-shm,32768,32.0 KB,2015-07-07T09:31:17,.sqlite-shm,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/cookies.sqlite-wal,121600,118.8 KB,2015-07-07T09:31:28,.sqlite-wal,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/extensions.ini,121,121.0 B,2015-07-07T09:31:15,.ini,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/extensions.json,1021,1021.0 B,2015-07-07T09:31:17,.json,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/extensions.rdf,1178,1.2 KB,2012-06-18T16:27:59,.rdf,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/extensions.sqlite,393216,384.0 KB,2012-06-19T10:14:22,.sqlite,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/extensions.sqlite-journal,229944,224.6 KB,2012-06-19T10:14:22,.sqlite-journal,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/formhistory.sqlite,196608,192.0 KB,2015-07-07T09:32:48,.sqlite,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/formhistory.sqlite.corrupt,4096,4.0 KB,2015-07-07T09:32:48,.corrupt,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/healthreport.sqlite,1146880,1.1 MB,2015-07-07T09:32:17,.sqlite,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/healthreport.sqlite-shm,32768,32.0 KB,2015-07-07T09:32:17,.sqlite-shm,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/healthreport.sqlite-wal,1246128,1.2 MB,2015-07-07T09:32:17,.sqlite-wal,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/key3.db,16384,16.0 KB,2012-06-19T12:53:37,.db,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/localstore.rdf,1924,1.9 KB,2012-06-19T12:53:38,.rdf,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/mimeTypes.rdf,4572,4.5 KB,2015-07-07T09:31:16,.rdf,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/permissions.sqlite,2048,2.0 KB,2015-07-07T09:31:24,.sqlite,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/places.sqlite,10485760,10.0 MB,2015-07-07T09:31:16,.sqlite,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/places.sqlite-shm,32768,32.0 KB,2015-07-07T09:33:51,.sqlite-shm,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/places.sqlite-wal,494432,482.8 KB,2015-07-07T09:33:51,.sqlite-wal,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/pluginreg.dat,514,514.0 B,2015-07-07T09:31:22,.dat,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/prefs.js,4399,4.3 KB,2015-07-07T09:40:50,.js,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/search.json,143936,140.6 KB,2015-07-07T09:31:17,.json,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/search.sqlite,2048,2.0 KB,2012-06-19T10:14:22,.sqlite,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/secmod.db,16384,16.0 KB,2012-06-18T16:28:00,.db,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/sessionCheckpoints.json,90,90.0 B,2015-07-07T09:31:17,.json,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/sessionstore.bak,498866,487.2 KB,2012-06-19T12:53:37,.bak,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/sessionstore.bak-20150326083805,498866,487.2 KB,2015-07-07T09:31:17,.bak-20150326083805,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/sessionstore.js,480670,469.4 KB,2015-07-07T09:40:50,.js,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/signons.sqlite,12288,12.0 KB,2015-07-07T09:31:22,.sqlite,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/urlclassifier.pset,1294462,1.2 MB,2012-06-19T12:49:33,.pset,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/urlclassifier3.sqlite,47185920,45.0 MB,2012-06-19T12:49:32,.sqlite,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/urlclassifierkey3.txt,154,154.0 B,2012-06-19T10:14:24,.txt,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/webapps/webapps.json,2,2.0 B,2015-07-07T09:31:16,.json,.mozilla/firefox/r98qetqc.default/webapps
.mozilla/firefox/r98qetqc.default/webappsstore.sqlite,98304,96.0 KB,2015-07-07T09:31:17,.sqlite,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/webappsstore.sqlite-shm,32768,32.0 KB,2015-07-07T09:31:17,.sqlite-shm,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/webappsstore.sqlite-wal,0,0.0 B,2015-07-07T09:31:17,.sqlite-wal,.mozilla/firefox/r98qetqc.default
.mozilla/firefox/r98qetqc.default/xpti.dat,101117,98.7 KB,2012-06-18T16:27:59,.dat,.mozilla/firefox/r98qetqc.default
.mozilla/leap_second_issue_detector.sh,19373,18.9 KB,2016-12-13T12:09:29,.sh,.mozilla
.nanorc,106,106.0 B,2012-09-27T09:57:10,,.
.nautilus/metafiles/file:%2F%2F%2Fhome%2Fplchuser%2F.Trash.xml,104,104.0 B,2012-06-18T16:03:34,.xml,.nautilus/metafiles
.nautilus/metafiles/file:%2F%2F%2Fhome%2Fplchuser%2FDesktop.xml,582,582.0 B,2012-06-19T10:21:56,.xml,.nautilus/metafiles
.nautilus/metafiles/file:%2F%2F%2Fhome%2Fplchuser%2Fjasperreports-server-cp-4.5.0%2Fsamples.xml,273,273.0 B,2012-06-20T18:10:09,.xml,.nautilus/metafiles
.nautilus/metafiles/file:%2F%2F%2Fhome%2Fplchuser%2Fjasperreports-server-cp-4.5.0.xml,189,189.0 B,2012-06-20T18:09:29,.xml,.nautilus/metafiles
.nautilus/metafiles/file:%2F%2F%2Fhome%2Fplchuser.xml,192,192.0 B,2012-09-24T09:48:35,.xml,.nautilus/metafiles
.nautilus/metafiles/file:%2F%2F%2Fhome.xml,205,205.0 B,2012-12-14T09:39:47,.xml,.nautilus/metafiles
.nautilus/metafiles/file:%2F%2F%2Fmedia.xml,228,228.0 B,2012-07-16T15:25:38,.xml,.nautilus/metafiles
.nautilus/metafiles/x-nautilus-desktop:%2F%2F%2F.xml,431,431.0 B,2015-03-12T14:51:39,.xml,.nautilus/metafiles
.nautilus/saved16TXkq,56,56.0 B,2012-07-16T15:51:17,,.nautilus
.nautilus/saved2sACpp,56,56.0 B,2020-11-20T14:38:56,,.nautilus
.nautilus/saved3VBZ5P,56,56.0 B,2015-09-02T13:17:59,,.nautilus
.nautilus/saved3qrGmM,56,56.0 B,2015-03-24T08:48:29,,.nautilus
.nautilus/saved45QVw9,56,56.0 B,2012-08-10T09:18:04,,.nautilus
.nautilus/saved8AY9Jz,56,56.0 B,2015-04-21T09:18:42,,.nautilus
.nautilus/saved8W877v,56,56.0 B,2012-06-18T17:01:51,,.nautilus
.nautilus/saved9sN9co,56,56.0 B,2015-03-05T09:49:38,,.nautilus
.nautilus/savedASPuOk,56,56.0 B,2014-08-18T10:11:00,,.nautilus
.nautilus/savedCHxQY3,242,242.0 B,2014-08-18T09:57:04,,.nautilus
.nautilus/savedOCk7cO,56,56.0 B,2014-11-14T11:12:13,,.nautilus
.nautilus/savedOgo4H4,56,56.0 B,2012-09-21T14:49:49,,.nautilus
.nautilus/savedOxU1rY,56,56.0 B,2014-09-06T08:35:21,,.nautilus
.nautilus/savedPMqZOA,56,56.0 B,2015-07-14T16:26:57,,.nautilus
.nautilus/savedSd31gm,56,56.0 B,2015-01-27T01:59:40,,.nautilus
.nautilus/savedT18bTL,145,145.0 B,2013-01-02T08:56:12,,.nautilus
.nautilus/savedUxr79d,205,205.0 B,2012-09-24T09:50:24,,.nautilus
.nautilus/saveda0g6h1,56,56.0 B,2012-11-17T00:01:02,,.nautilus
.nautilus/savedbvK3JE,56,56.0 B,2012-06-19T15:25:41,,.nautilus
.nautilus/savedc4lv5p,56,56.0 B,2013-10-15T09:16:02,,.nautilus
.nautilus/savedg3WK7C,56,56.0 B,2014-04-18T10:11:07,,.nautilus
.nautilus/savediFn9UG,242,242.0 B,2012-07-16T15:27:29,,.nautilus
.nautilus/savediJ4zod,56,56.0 B,2015-03-03T10:46:08,,.nautilus
.nautilus/savedicGrLk,56,56.0 B,2015-03-03T10:43:26,,.nautilus
.nautilus/savedlJe8DM,56,56.0 B,2015-03-05T11:40:13,,.nautilus
.nautilus/savedmx8o6Y,56,56.0 B,2012-11-05T10:05:08,,.nautilus
.nautilus/savednTyb4T,56,56.0 B,2015-03-05T11:48:45,,.nautilus
.nautilus/savedoFUQMl,56,56.0 B,2012-06-19T12:53:37,,.nautilus
.nautilus/savedpTjW1y,165,165.0 B,2012-06-18T16:03:38,,.nautilus
.nautilus/savedpWixyv,56,56.0 B,2012-07-16T15:38:25,,.nautilus
.nautilus/savedsucfPT,56,56.0 B,2012-11-06T09:16:06,,.nautilus
.nautilus/savedtRELJR,56,56.0 B,2015-07-14T15:13:48,,.nautilus
.nautilus/savedxHdBKZ,56,56.0 B,2015-07-14T16:11:33,,.nautilus
.nautilus/savedxdopVd,232,232.0 B,2014-08-18T10:03:45,,.nautilus
.nautilus/savedyDMGDL,56,56.0 B,2015-07-07T09:40:50,,.nautilus
.nautilus/savedyPWjgJ,56,56.0 B,2012-12-10T11:17:02,,.nautilus
.nautilus/savedyxsdvn,56,56.0 B,2015-05-04T22:36:58,,.nautilus
.nautilus/savedyy3qLU,56,56.0 B,2014-01-25T15:29:58,,.nautilus
.recently-used.xbel,6331,6.2 KB,2014-08-18T09:56:30,.xbel,.
.sqlite_history,5429,5.3 KB,2013-05-17T09:40:06,,.
.ssh/authorized_keys,1134,1.1 KB,2026-03-06T12:59:44,,.ssh
.ssh/known_hosts,3632,3.5 KB,2017-12-18T13:14:37,,.ssh
.thumbnails/normal/096fbe6df4f2d179f1ddbec631e70a92.png,3119,3.0 KB,2012-06-20T17:48:20,.png,.thumbnails/normal
.thumbnails/normal/17caa553cbdbd37f39c253f510c6766e.png,1316,1.3 KB,2012-06-20T17:48:20,.png,.thumbnails/normal
.thumbnails/normal/1a797488aa362a4a3e20e9d4f4a9a638.png,2975,2.9 KB,2012-06-20T17:48:20,.png,.thumbnails/normal
.thumbnails/normal/3fc9556decc4bea05e2edd02d7c049bb.png,2720,2.7 KB,2012-06-20T17:48:20,.png,.thumbnails/normal
.thumbnails/normal/605e4748fdfc80354fb97355afd3b664.png,3210,3.1 KB,2012-06-20T17:48:12,.png,.thumbnails/normal
.thumbnails/normal/79d762239a7ca6a9e3ac2d4fc7bfb53a.png,2882,2.8 KB,2012-06-20T17:48:20,.png,.thumbnails/normal
.thumbnails/normal/84e6adbe1b794397d3c70ee1c8c72d1f.png,3092,3.0 KB,2012-06-19T10:15:16,.png,.thumbnails/normal
.viminfo,8600,8.4 KB,2023-08-30T08:13:20,,.
.yazclient.history,309,309.0 B,2014-04-15T15:51:15,.history,.
.zshrc,658,658.0 B,2011-10-28T13:04:46,,.
MARCgrep.pl_.zip,3826,3.7 KB,2012-01-21T04:15:06,.zip,.
Modules.2020-05-20.tar.gz,1250031,1.2 MB,2020-05-20T11:17:02,.gz,.
Modules/Sierra/#*merge*#23540udw#,62338,60.9 KB,2013-03-27T10:57:52,,Modules/Sierra
Modules/Sierra/Address.backup-2017-05-11.pm,62242,60.8 KB,2017-05-11T11:02:17,.pm,Modules/Sierra
Modules/Sierra/Address.backup-2021-11-22.pm,62299,60.8 KB,2021-11-22T10:40:04,.pm,Modules/Sierra
Modules/Sierra/Address.backup-2022-08-22.pm,63287,61.8 KB,2022-08-22T10:12:45,.pm,Modules/Sierra
Modules/Sierra/Address.pm,63287,61.8 KB,2021-11-22T11:43:36,.pm,Modules/Sierra
Modules/Sierra/Bibs.pm,1750,1.7 KB,2013-12-06T13:13:25,.pm,Modules/Sierra
Modules/Sierra/DB.pm,844,844.0 B,2013-12-06T13:13:25,.pm,Modules/Sierra
Modules/Sierra/FinePayment.pm,9859,9.6 KB,2016-12-12T14:00:29,.pm,Modules/Sierra
Modules/Sierra/Floating.pm,4605,4.5 KB,2012-10-05T10:34:10,.pm,Modules/Sierra
Modules/Sierra/IIIUsers.pm,1779,1.7 KB,2013-10-10T14:18:35,.pm,Modules/Sierra
Modules/Sierra/Items.pm,4066,4.0 KB,2013-06-28T10:48:43,.pm,Modules/Sierra
Modules/Sierra/Labels.pm,61478,60.0 KB,2017-02-20T15:40:25,.pm,Modules/Sierra
Modules/Sierra/Labels.pm.orig,62760,61.3 KB,2013-03-27T10:50:26,.orig,Modules/Sierra
Modules/Sierra/Locations.pm,4107,4.0 KB,2017-02-20T15:40:25,.pm,Modules/Sierra
Modules/Sierra/MARCtoLatin.pm,10829,10.6 KB,2012-11-07T09:10:29,.pm,Modules/Sierra
Modules/Sierra/PatronSoap.pm,4184,4.1 KB,2014-05-30T09:22:26,.pm,Modules/Sierra
Modules/Sierra/PatronUpdate.pm,9069,8.9 KB,2017-02-20T15:40:25,.pm,Modules/Sierra
Modules/Sierra/Shelflist.pm,6995,6.8 KB,2017-12-18T15:32:38,.pm,Modules/Sierra
Modules/Sierra/Shelflist.pm.orig,6945,6.8 KB,2017-12-18T15:31:10,.orig,Modules/Sierra
Modules/Sierra/SoapApi.pm,2758,2.7 KB,2014-05-30T09:22:26,.pm,Modules/Sierra
Modules/Sierra/Tools.pm,5197,5.1 KB,2012-11-08T11:39:22,.pm,Modules/Sierra
Modules/Sierra/UserData.pm,14072,13.7 KB,2020-05-20T11:19:54,.pm,Modules/Sierra
Modules/Sierra/UserData.pm.backup-2022-08-22,14072,13.7 KB,2022-08-22T10:11:41,.backup-2022-08-22,Modules/Sierra
Modules/Sierra/hoq,17226,16.8 KB,2014-04-18T14:18:59,,Modules/Sierra
Public/test.txt,0,0.0 B,2012-12-10T10:47:21,.txt,Public
Reports/.projects.gws,953,953.0 B,2015-04-07T16:23:16,.gws,Reports
Reports/90dayunfilledholds/90-day_unfilled_holds_20161123.xlsx,69031,67.4 KB,2017-02-02T12:55:10,.xlsx,Reports/90dayunfilledholds
Reports/90dayunfilledholds/90-day_unfilled_holds_20170117.xlsx,71842,70.2 KB,2017-02-02T12:55:10,.xlsx,Reports/90dayunfilledholds
Reports/90dayunfilledholds/90dayunfilledholds-cron.sh,719,719.0 B,2017-08-07T14:17:11,.sh,Reports/90dayunfilledholds
Reports/90dayunfilledholds/90dayunfilledholds-cron.test.sh,713,713.0 B,2017-08-07T14:15:59,.sh,Reports/90dayunfilledholds
Reports/90dayunfilledholds/90dayunfilledholds.cfg,188,188.0 B,2017-02-02T12:55:10,.cfg,Reports/90dayunfilledholds
Reports/90dayunfilledholds/90dayunfilledholds.cfg.sample,188,188.0 B,2017-07-07T09:36:16,.sample,Reports/90dayunfilledholds
Reports/90dayunfilledholds/Sierra90DayUnfilledHolds.pl,25420,24.8 KB,2017-02-02T12:55:10,.pl,Reports/90dayunfilledholds
Reports/90dayunfilledholds/cron_log.txt,160,160.0 B,2017-07-20T05:25:06,.txt,Reports/90dayunfilledholds
Reports/activeusers/SierraActiveUsers.pl,2979,2.9 KB,2012-12-31T09:29:54,.pl,Reports/activeusers
Reports/activeusers/activeusers-cron.sh,594,594.0 B,2013-03-08T09:58:27,.sh,Reports/activeusers
Reports/activeusers/activeusers-log-20130208.txt,603,603.0 B,2013-02-08T23:55:15,.txt,Reports/activeusers
Reports/activeusers/activeusers-log-20130209.txt,603,603.0 B,2013-02-09T23:55:29,.txt,Reports/activeusers
Reports/activeusers/activeusers-log-20130210.txt,603,603.0 B,2013-02-10T23:55:13,.txt,Reports/activeusers
Reports/activeusers/activeusers-log-20130211.txt,603,603.0 B,2013-02-11T23:55:12,.txt,Reports/activeusers
Reports/activeusers/activeusers-log-20130212.txt,603,603.0 B,2013-02-12T23:55:12,.txt,Reports/activeusers
Reports/activeusers/activeusers-log-20130213.txt,603,603.0 B,2013-02-13T23:55:23,.txt,Reports/activeusers
Reports/activeusers/activeusers-log-20130214.txt,603,603.0 B,2013-02-14T23:55:21,.txt,Reports/activeusers
Reports/activeusers/activeusers.cfg,232,232.0 B,2012-11-20T16:59:03,.cfg,Reports/activeusers
Reports/activeusers/cron_log.txt,13288,13.0 KB,2013-02-14T23:55:21,.txt,Reports/activeusers
Reports/activeusersmonthly/20250301002501-activeusersmonthly.json,277,277.0 B,2025-03-01T00:26:04,.json,Reports/activeusersmonthly
Reports/activeusersmonthly/20250401002501-activeusersmonthly.json,277,277.0 B,2025-04-01T00:26:04,.json,Reports/activeusersmonthly
Reports/activeusersmonthly/20250501002501-activeusersmonthly.json,277,277.0 B,2025-05-01T00:26:20,.json,Reports/activeusersmonthly
Reports/activeusersmonthly/20250601002501-activeusersmonthly.json,277,277.0 B,2025-06-01T00:25:49,.json,Reports/activeusersmonthly
Reports/activeusersmonthly/20250701002501-activeusersmonthly.json,277,277.0 B,2025-07-01T00:26:11,.json,Reports/activeusersmonthly
Reports/activeusersmonthly/20250801002501-activeusersmonthly.json,277,277.0 B,2025-08-01T00:26:20,.json,Reports/activeusersmonthly
Reports/activeusersmonthly/20250901002501-activeusersmonthly.json,277,277.0 B,2025-09-01T00:26:03,.json,Reports/activeusersmonthly
Reports/activeusersmonthly/20251001002501-activeusersmonthly.json,277,277.0 B,2025-10-01T00:25:46,.json,Reports/activeusersmonthly
Reports/activeusersmonthly/20251101002501-activeusersmonthly.json,277,277.0 B,2025-11-01T00:26:06,.json,Reports/activeusersmonthly
Reports/activeusersmonthly/20251201002501-activeusersmonthly.json,277,277.0 B,2025-12-01T00:25:12,.json,Reports/activeusersmonthly
Reports/activeusersmonthly/20260101002501-activeusersmonthly.json,277,277.0 B,2026-01-01T00:26:01,.json,Reports/activeusersmonthly
Reports/activeusersmonthly/20260201002501-activeusersmonthly.json,277,277.0 B,2026-02-01T00:26:01,.json,Reports/activeusersmonthly
Reports/activeusersmonthly/20260301002502-activeusersmonthly.json,277,277.0 B,2026-03-01T00:25:54,.json,Reports/activeusersmonthly
Reports/activeusersmonthly/SierraActiveUsersMonthly.pl,6819,6.7 KB,2020-02-25T14:55:09,.pl,Reports/activeusersmonthly
Reports/activeusersmonthly/SierraActiveUsersMonthly_2019-09-03.pl,6799,6.6 KB,2019-09-03T20:58:14,.pl,Reports/activeusersmonthly
Reports/activeusersmonthly/SierraActiveUsersMonthly_prev.pl,6798,6.6 KB,2018-11-02T07:35:59,.pl,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusers.cfg,232,232.0 B,2013-10-28T09:35:22,.cfg,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusersmonthly-cron.sh,163,163.0 B,2013-10-28T09:37:30,.sh,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusersmonthly-log-20250401.txt,2474,2.4 KB,2025-04-01T00:26:04,.txt,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusersmonthly-log-20250501.txt,2474,2.4 KB,2025-05-01T00:26:20,.txt,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusersmonthly-log-20250601.txt,2474,2.4 KB,2025-06-01T00:25:49,.txt,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusersmonthly-log-20250701.txt,2474,2.4 KB,2025-07-01T00:26:11,.txt,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusersmonthly-log-20250801.txt,2474,2.4 KB,2025-08-01T00:26:20,.txt,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusersmonthly-log-20250901.txt,2474,2.4 KB,2025-09-01T00:26:03,.txt,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusersmonthly-log-20251001.txt,2476,2.4 KB,2025-10-01T00:25:46,.txt,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusersmonthly-log-20251101.txt,2478,2.4 KB,2025-11-01T00:26:06,.txt,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusersmonthly-log-20251201.txt,2478,2.4 KB,2025-12-01T00:25:12,.txt,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusersmonthly-log-20260101.txt,2478,2.4 KB,2026-01-01T00:26:01,.txt,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusersmonthly-log-20260201.txt,2474,2.4 KB,2026-02-01T00:26:01,.txt,Reports/activeusersmonthly
Reports/activeusersmonthly/activeusersmonthly-log-20260301.txt,2474,2.4 KB,2026-03-01T00:25:54,.txt,Reports/activeusersmonthly
Reports/activeusersmonthly/date_scratch.pl,491,491.0 B,2015-08-06T13:47:51,.pl,Reports/activeusersmonthly
Reports/activeusersmonthly/monthly_cron_log.txt,263,263.0 B,2026-03-01T00:25:55,.txt,Reports/activeusersmonthly
Reports/autoextend/20140104000501-autoextend-afternoon.json,284,284.0 B,2014-01-04T01:45:36,.json,Reports/autoextend
Reports/autoextend/20140105000501-autoextend-afternoon.json,284,284.0 B,2014-01-05T01:39:59,.json,Reports/autoextend
Reports/autoextend/20140106000501-autoextend-afternoon.json,284,284.0 B,2014-01-06T00:42:47,.json,Reports/autoextend
Reports/autoextend/20140107000501-autoextend-afternoon.json,284,284.0 B,2014-01-07T02:07:26,.json,Reports/autoextend
Reports/autoextend/20140107000501-autoextend-morning.json,280,280.0 B,2014-01-07T02:08:12,.json,Reports/autoextend
Reports/autoextend/20140108000501-autoextend-afternoon.json,284,284.0 B,2014-01-08T02:25:46,.json,Reports/autoextend
Reports/autoextend/20140108000501-autoextend-evening.json,280,280.0 B,2014-01-08T02:26:46,.json,Reports/autoextend
Reports/autoextend/20140108000501-autoextend-morning.json,280,280.0 B,2014-01-08T01:58:22,.json,Reports/autoextend
Reports/autoextend/20140109000502-autoextend-afternoon.json,284,284.0 B,2014-01-09T02:55:40,.json,Reports/autoextend
Reports/autoextend/20140109000502-autoextend-evening.json,280,280.0 B,2014-01-09T02:42:21,.json,Reports/autoextend
Reports/autoextend/20140109000502-autoextend-midday.json,278,278.0 B,2014-01-09T02:53:55,.json,Reports/autoextend
Reports/autoextend/20140109000502-autoextend-morning.json,280,280.0 B,2014-01-09T02:09:01,.json,Reports/autoextend
Reports/autoextend/20140110000501-autoextend-afternoon.json,284,284.0 B,2014-01-10T02:46:11,.json,Reports/autoextend
Reports/autoextend/20140110000501-autoextend-evening.json,280,280.0 B,2014-01-10T02:46:43,.json,Reports/autoextend
Reports/autoextend/20140110000501-autoextend-midday.json,278,278.0 B,2014-01-10T02:43:44,.json,Reports/autoextend
Reports/autoextend/20140110000501-autoextend-morning.json,280,280.0 B,2014-01-10T02:02:33,.json,Reports/autoextend
Reports/autoextend/SierraAutoExtend.pl,6043,5.9 KB,2014-01-09T09:02:48,.pl,Reports/autoextend
Reports/autoextend/Symphony/userprivexp.pl,5362,5.2 KB,2014-01-07T09:52:48,.pl,Reports/autoextend/Symphony
Reports/autoextend/autoextend-afternoon-cron.sh,247,247.0 B,2013-11-15T09:53:42,.sh,Reports/autoextend
Reports/autoextend/autoextend-afternoon-log-20131112.txt,847455,827.6 KB,2013-11-12T04:16:01,.txt,Reports/autoextend
Reports/autoextend/autoextend-afternoon-log-20131114.txt,845143,825.3 KB,2013-11-14T06:41:55,.txt,Reports/autoextend
Reports/autoextend/autoextend-afternoon-log-20131115.txt,844283,824.5 KB,2013-11-15T09:50:05,.txt,Reports/autoextend
Reports/autoextend/autoextend-afternoon-log-20131119.txt,843510,823.7 KB,2013-11-19T10:42:48,.txt,Reports/autoextend
Reports/autoextend/autoextend-afternoon-log-20140104.txt,1021124,997.2 KB,2014-01-04T01:45:36,.txt,Reports/autoextend
Reports/autoextend/autoextend-afternoon-log-20140105.txt,1021124,997.2 KB,2014-01-05T01:39:59,.txt,Reports/autoextend
Reports/autoextend/autoextend-afternoon-log-20140106.txt,428642,418.6 KB,2014-01-06T00:42:47,.txt,Reports/autoextend
Reports/autoextend/autoextend-afternoon-log-20140107.txt,973796,951.0 KB,2014-01-07T02:07:26,.txt,Reports/autoextend
Reports/autoextend/autoextend-afternoon-log-20140108.txt,1021124,997.2 KB,2014-01-08T02:25:46,.txt,Reports/autoextend
Reports/autoextend/autoextend-afternoon-log-20140109.txt,1205948,1.2 MB,2014-01-09T02:55:40,.txt,Reports/autoextend
Reports/autoextend/autoextend-afternoon-log-20140110.txt,1116789,1.1 MB,2014-01-10T02:46:11,.txt,Reports/autoextend
Reports/autoextend/autoextend-cron.sh,361,361.0 B,2014-01-08T08:14:32,.sh,Reports/autoextend
Reports/autoextend/autoextend-evening-cron.sh,239,239.0 B,2013-11-14T08:52:08,.sh,Reports/autoextend
Reports/autoextend/autoextend-evening-log-20131115.txt,844297,824.5 KB,2013-11-15T09:51:46,.txt,Reports/autoextend
Reports/autoextend/autoextend-evening-log-20131119.txt,844562,824.8 KB,2013-11-19T10:41:18,.txt,Reports/autoextend
Reports/autoextend/autoextend-evening-log-20140108.txt,1021126,997.2 KB,2014-01-08T02:26:46,.txt,Reports/autoextend
Reports/autoextend/autoextend-evening-log-20140109.txt,1022554,998.6 KB,2014-01-09T02:42:21,.txt,Reports/autoextend
Reports/autoextend/autoextend-evening-log-20140110.txt,1100879,1.0 MB,2014-01-10T02:46:43,.txt,Reports/autoextend
Reports/autoextend/autoextend-log-20130122.txt,2989,2.9 KB,2013-01-22T15:42:55,.txt,Reports/autoextend
Reports/autoextend/autoextend-log-20131106.txt,169097,165.1 KB,2013-11-06T00:57:20,.txt,Reports/autoextend
Reports/autoextend/autoextend-log-20131108.txt,149242,145.7 KB,2013-11-08T00:05:09,.txt,Reports/autoextend
Reports/autoextend/autoextend-log-20131109.txt,847317,827.5 KB,2013-11-09T04:29:22,.txt,Reports/autoextend
Reports/autoextend/autoextend-log-20131110.txt,847370,827.5 KB,2013-11-10T04:35:35,.txt,Reports/autoextend
Reports/autoextend/autoextend-log-20131111.txt,324830,317.2 KB,2013-11-11T01:58:23,.txt,Reports/autoextend
Reports/autoextend/autoextend-midday-cron.sh,235,235.0 B,2013-11-15T15:15:30,.sh,Reports/autoextend
Reports/autoextend/autoextend-midday-log-20140109.txt,1177185,1.1 MB,2014-01-09T02:53:55,.txt,Reports/autoextend
Reports/autoextend/autoextend-midday-log-20140110.txt,1092514,1.0 MB,2014-01-10T02:43:44,.txt,Reports/autoextend
Reports/autoextend/autoextend-morning-cron.sh,239,239.0 B,2013-11-14T08:51:59,.sh,Reports/autoextend
Reports/autoextend/autoextend-morning-log-20131114.txt,586527,572.8 KB,2013-11-14T05:31:01,.txt,Reports/autoextend
Reports/autoextend/autoextend-morning-log-20131115.txt,595406,581.5 KB,2013-11-15T07:52:22,.txt,Reports/autoextend
Reports/autoextend/autoextend-morning-log-20131119.txt,822227,803.0 KB,2013-11-19T10:31:51,.txt,Reports/autoextend
Reports/autoextend/autoextend-morning-log-20140107.txt,975456,952.6 KB,2014-01-07T02:08:12,.txt,Reports/autoextend
Reports/autoextend/autoextend-morning-log-20140108.txt,702912,686.4 KB,2014-01-08T01:58:22,.txt,Reports/autoextend
Reports/autoextend/autoextend-morning-log-20140109.txt,728754,711.7 KB,2014-01-09T02:09:01,.txt,Reports/autoextend
Reports/autoextend/autoextend-morning-log-20140110.txt,717319,700.5 KB,2014-01-10T02:02:33,.txt,Reports/autoextend
Reports/autoextend/autoextend.cfg,321,321.0 B,2013-11-04T11:39:52,.cfg,Reports/autoextend
Reports/autoextend/cron_afternoon_log.txt,1006,1006.0 B,2014-01-10T02:46:11,.txt,Reports/autoextend
Reports/autoextend/cron_evening_log.txt,996,996.0 B,2014-01-10T02:46:43,.txt,Reports/autoextend
Reports/autoextend/cron_log.txt,29,29.0 B,2014-01-10T00:05:01,.txt,Reports/autoextend
Reports/autoextend/cron_midday_log.txt,991,991.0 B,2014-01-10T02:43:44,.txt,Reports/autoextend
Reports/autoextend/cron_morning_log.txt,993,993.0 B,2014-01-10T02:02:35,.txt,Reports/autoextend
Reports/birthdatesync/20131119100501-birthdatesync.json,253,253.0 B,2013-11-19T10:19:04,.json,Reports/birthdatesync
Reports/birthdatesync/20140114100501-birthdatesync.json,253,253.0 B,2014-01-14T10:08:29,.json,Reports/birthdatesync
Reports/birthdatesync/20140118230501-birthdatesync.json,253,253.0 B,2014-01-18T23:09:45,.json,Reports/birthdatesync
Reports/birthdatesync/20140119230501-birthdatesync.json,253,253.0 B,2014-01-19T23:09:47,.json,Reports/birthdatesync
Reports/birthdatesync/20140120230501-birthdatesync.json,253,253.0 B,2014-01-20T23:08:11,.json,Reports/birthdatesync
Reports/birthdatesync/20140122062501-birthdatesync.json,253,253.0 B,2014-01-22T06:29:52,.json,Reports/birthdatesync
Reports/birthdatesync/20140123062501-birthdatesync.json,253,253.0 B,2014-01-23T06:35:02,.json,Reports/birthdatesync
Reports/birthdatesync/20140124062501-birthdatesync.json,253,253.0 B,2014-01-24T06:30:44,.json,Reports/birthdatesync
Reports/birthdatesync/SierraBirthdateSync.pl,6137,6.0 KB,2014-01-23T09:47:01,.pl,Reports/birthdatesync
Reports/birthdatesync/Symphony/birthdatesync.pl,2483,2.4 KB,2013-09-26T13:38:32,.pl,Reports/birthdatesync/Symphony
Reports/birthdatesync/birthdatesync-20131114.txt,3607,3.5 KB,2013-11-14T16:02:23,.txt,Reports/birthdatesync
Reports/birthdatesync/birthdatesync-cron.sh,182,182.0 B,2013-11-14T16:03:04,.sh,Reports/birthdatesync
Reports/birthdatesync/birthdatesync-log-20130306.txt,63601,62.1 KB,2013-03-06T14:51:14,.txt,Reports/birthdatesync
Reports/birthdatesync/birthdatesync-log-20140114.txt,3674,3.6 KB,2014-01-14T10:08:29,.txt,Reports/birthdatesync
Reports/birthdatesync/birthdatesync-log-20140118.txt,3674,3.6 KB,2014-01-18T23:09:45,.txt,Reports/birthdatesync
Reports/birthdatesync/birthdatesync-log-20140119.txt,3674,3.6 KB,2014-01-19T23:09:47,.txt,Reports/birthdatesync
Reports/birthdatesync/birthdatesync-log-20140120.txt,3674,3.6 KB,2014-01-20T23:08:11,.txt,Reports/birthdatesync
Reports/birthdatesync/birthdatesync-log-20140122.txt,3674,3.6 KB,2014-01-22T06:29:52,.txt,Reports/birthdatesync
Reports/birthdatesync/birthdatesync-log-20140123.txt,3776,3.7 KB,2014-01-23T06:35:02,.txt,Reports/birthdatesync
Reports/birthdatesync/birthdatesync-log-20140124.txt,3666,3.6 KB,2014-01-24T06:30:44,.txt,Reports/birthdatesync
Reports/birthdatesync/birthdatesync.cfg,321,321.0 B,2014-01-23T09:47:12,.cfg,Reports/birthdatesync
Reports/birthdatesync/cron_log.txt,978,978.0 B,2014-01-24T06:30:44,.txt,Reports/birthdatesync
Reports/bookclubrenewal/20260202070101-bookclubrenewal.json,315,315.0 B,2026-02-02T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260203070101-bookclubrenewal.json,315,315.0 B,2026-02-03T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260204070101-bookclubrenewal.json,315,315.0 B,2026-02-04T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260205070101-bookclubrenewal.json,315,315.0 B,2026-02-05T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260206070101-bookclubrenewal.json,315,315.0 B,2026-02-06T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260207070102-bookclubrenewal.json,315,315.0 B,2026-02-07T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260208070101-bookclubrenewal.json,315,315.0 B,2026-02-08T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260209070101-bookclubrenewal.json,315,315.0 B,2026-02-09T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260210070101-bookclubrenewal.json,315,315.0 B,2026-02-10T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260211070101-bookclubrenewal.json,315,315.0 B,2026-02-11T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260212070101-bookclubrenewal.json,315,315.0 B,2026-02-12T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260213070101-bookclubrenewal.json,315,315.0 B,2026-02-13T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260214070101-bookclubrenewal.json,315,315.0 B,2026-02-14T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260215070101-bookclubrenewal.json,315,315.0 B,2026-02-15T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260216070101-bookclubrenewal.json,315,315.0 B,2026-02-16T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260217070101-bookclubrenewal.json,315,315.0 B,2026-02-17T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260218070101-bookclubrenewal.json,315,315.0 B,2026-02-18T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260219070101-bookclubrenewal.json,315,315.0 B,2026-02-19T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260220070101-bookclubrenewal.json,315,315.0 B,2026-02-20T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260221070101-bookclubrenewal.json,315,315.0 B,2026-02-21T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260222070101-bookclubrenewal.json,315,315.0 B,2026-02-22T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260223070101-bookclubrenewal.json,315,315.0 B,2026-02-23T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260224070101-bookclubrenewal.json,315,315.0 B,2026-02-24T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260225070101-bookclubrenewal.json,315,315.0 B,2026-02-25T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260226070101-bookclubrenewal.json,315,315.0 B,2026-02-26T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260227070101-bookclubrenewal.json,315,315.0 B,2026-02-27T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260228070101-bookclubrenewal.json,315,315.0 B,2026-02-28T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260301070101-bookclubrenewal.json,315,315.0 B,2026-03-01T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260302070101-bookclubrenewal.json,315,315.0 B,2026-03-02T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260303070101-bookclubrenewal.json,315,315.0 B,2026-03-03T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260304070101-bookclubrenewal.json,315,315.0 B,2026-03-04T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260305070101-bookclubrenewal.json,315,315.0 B,2026-03-05T07:01:01,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/20260306070101-bookclubrenewal.json,315,315.0 B,2026-03-06T07:01:02,.json,Reports/bookclubrenewal
Reports/bookclubrenewal/BookclubRenewal.pl,9422,9.2 KB,2015-02-27T10:39:09,.pl,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-cron.sh,224,224.0 B,2015-04-02T08:33:27,.sh,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260205.txt,1248,1.2 KB,2026-02-05T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260206.txt,1326,1.3 KB,2026-02-06T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260207.txt,1251,1.2 KB,2026-02-07T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260208.txt,1199,1.2 KB,2026-02-08T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260209.txt,1251,1.2 KB,2026-02-09T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260210.txt,1605,1.6 KB,2026-02-10T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260211.txt,1276,1.2 KB,2026-02-11T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260212.txt,1174,1.1 KB,2026-02-12T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260213.txt,1405,1.4 KB,2026-02-13T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260214.txt,1430,1.4 KB,2026-02-14T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260215.txt,1199,1.2 KB,2026-02-15T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260216.txt,1482,1.4 KB,2026-02-16T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260217.txt,1430,1.4 KB,2026-02-17T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260218.txt,1634,1.6 KB,2026-02-18T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260219.txt,1276,1.2 KB,2026-02-19T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260220.txt,1405,1.4 KB,2026-02-20T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260221.txt,1480,1.4 KB,2026-02-21T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260222.txt,1249,1.2 KB,2026-02-22T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260223.txt,1328,1.3 KB,2026-02-23T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260224.txt,1351,1.3 KB,2026-02-24T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260225.txt,1480,1.4 KB,2026-02-25T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260226.txt,1835,1.8 KB,2026-02-26T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260227.txt,1507,1.5 KB,2026-02-27T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260228.txt,1400,1.4 KB,2026-02-28T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260301.txt,1249,1.2 KB,2026-03-01T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260302.txt,1174,1.1 KB,2026-03-02T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260303.txt,1378,1.3 KB,2026-03-03T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260304.txt,1350,1.3 KB,2026-03-04T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260305.txt,1634,1.6 KB,2026-03-05T07:01:01,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal-log-20260306.txt,1579,1.5 KB,2026-03-06T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/bookclubrenewal.cfg,541,541.0 B,2019-08-15T08:04:35,.cfg,Reports/bookclubrenewal
Reports/bookclubrenewal/cron_log.txt,406,406.0 B,2026-03-06T07:01:02,.txt,Reports/bookclubrenewal
Reports/bookclubrenewal/xmlfiles/1_20171215.xml,396,396.0 B,2017-12-15T07:01:05,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/1_20171216.xml,328,328.0 B,2017-12-16T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/1_20171218.xml,574,574.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/an_20171215.xml,400,400.0 B,2017-12-15T07:01:05,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/an_20171218.xml,451,451.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/an_20180223.xml,374,374.0 B,2018-02-23T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/ba_20171216.xml,377,377.0 B,2017-12-16T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/ba_20171218.xml,339,339.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/co_20171216.xml,343,343.0 B,2017-12-16T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/co_20171218.xml,343,343.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/cv_20171215.xml,338,338.0 B,2017-12-15T07:01:05,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/cv_20171216.xml,337,337.0 B,2017-12-16T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/cv_20171218.xml,337,337.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/cv_20180223.xml,339,339.0 B,2018-02-23T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/dt_20171218.xml,413,413.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/ge_20171215.xml,706,706.0 B,2017-12-15T07:01:05,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/ge_20171216.xml,464,464.0 B,2017-12-16T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/ge_20171218.xml,350,350.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/ge_20180223.xml,642,642.0 B,2018-02-23T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/gh_20171216.xml,400,400.0 B,2017-12-16T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/gh_20180223.xml,400,400.0 B,2018-02-23T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/gr_20171215.xml,665,665.0 B,2017-12-15T07:01:05,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/gr_20180223.xml,509,509.0 B,2018-02-23T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/ha_20180223.xml,374,374.0 B,2018-02-23T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/hp_20171216.xml,341,341.0 B,2017-12-16T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/lv_20171215.xml,628,628.0 B,2017-12-15T07:01:05,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/lv_20171218.xml,397,397.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/lv_20180223.xml,603,603.0 B,2018-02-23T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/mo_20171218.xml,405,405.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/mo_20180223.xml,429,429.0 B,2018-02-23T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/mt_20171218.xml,346,346.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/mw_20180223.xml,389,389.0 B,2018-02-23T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/nr_20171218.xml,344,344.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/nw_20171215.xml,390,390.0 B,2017-12-15T07:01:05,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/oa_20171216.xml,555,555.0 B,2017-12-16T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/oa_20171218.xml,447,447.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/oa_20180223.xml,333,333.0 B,2018-02-23T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/pl_20171215.xml,348,348.0 B,2017-12-15T07:01:05,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/sh_20171215.xml,663,663.0 B,2017-12-15T07:01:05,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/sh_20171218.xml,404,404.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/sh_20231009.xml,344,344.0 B,2023-10-09T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/sm_20171215.xml,1032,1.0 KB,2017-12-15T07:01:05,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/sm_20171216.xml,518,518.0 B,2017-12-16T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/sm_20171218.xml,784,784.0 B,2017-12-18T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/sm_20180223.xml,1050,1.0 KB,2018-02-23T07:01:02,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/sm_20230724.xml,515,515.0 B,2023-07-24T07:01:01,.xml,Reports/bookclubrenewal/xmlfiles
Reports/bookclubrenewal/xmlfiles/ww_20171215.xml,448,448.0 B,2017-12-15T07:01:05,.xml,Reports/bookclubrenewal/xmlfiles
Reports/boopsie/boopsie-cron.sh,1029,1.0 KB,2015-07-01T09:16:02,.sh,Reports/boopsie
Reports/boopsie/cron_log.txt,3065,3.0 KB,2016-11-01T14:04:03,.txt,Reports/boopsie
Reports/cleanup/Cleanup.pl,17633,17.2 KB,2016-06-07T15:17:13,.pl,Reports/cleanup
Reports/cleanup/cleanup-cron.sh,469,469.0 B,2016-06-07T15:22:27,.sh,Reports/cleanup
Reports/cleanup/cleanup-log-20160607.txt,4598,4.5 KB,2016-06-07T15:31:47,.txt,Reports/cleanup
Reports/cleanup/cleanup-log-20260301.txt,4544,4.4 KB,2026-03-01T06:32:01,.txt,Reports/cleanup
Reports/cleanup/cleanup.cfg,188,188.0 B,2016-06-07T14:44:19,.cfg,Reports/cleanup
Reports/cleanup/cleanup_20160607.xlsx,5971,5.8 KB,2016-06-07T15:31:47,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20160701.xlsx,5972,5.8 KB,2016-07-01T06:32:04,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20160801.xlsx,5611,5.5 KB,2016-08-01T06:32:04,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20160901.xlsx,5610,5.5 KB,2016-09-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20161001.xlsx,5609,5.5 KB,2016-10-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20161101.xlsx,5609,5.5 KB,2016-11-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20161201.xlsx,5609,5.5 KB,2016-12-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20170101.xlsx,5610,5.5 KB,2017-01-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20170201.xlsx,5609,5.5 KB,2017-02-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20170301.xlsx,5611,5.5 KB,2017-03-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20170401.xlsx,5611,5.5 KB,2017-04-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20170501.xlsx,5611,5.5 KB,2017-05-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20170601.xlsx,5610,5.5 KB,2017-06-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20170701.xlsx,5610,5.5 KB,2017-07-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20170801.xlsx,5611,5.5 KB,2017-08-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20170901.xlsx,5611,5.5 KB,2017-09-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20171001.xlsx,5610,5.5 KB,2017-10-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20171101.xlsx,5610,5.5 KB,2017-11-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20171201.xlsx,5610,5.5 KB,2017-12-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20180101.xlsx,5608,5.5 KB,2018-01-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20180201.xlsx,5609,5.5 KB,2018-02-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20180301.xlsx,5610,5.5 KB,2018-03-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20180401.xlsx,5608,5.5 KB,2018-04-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20180501.xlsx,5610,5.5 KB,2018-05-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20180601.xlsx,5610,5.5 KB,2018-06-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20180701.xlsx,5611,5.5 KB,2018-07-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20180801.xlsx,5608,5.5 KB,2018-08-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20180901.xlsx,5610,5.5 KB,2018-09-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20181001.xlsx,5609,5.5 KB,2018-10-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20181101.xlsx,5609,5.5 KB,2018-11-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20181201.xlsx,5609,5.5 KB,2018-12-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20190101.xlsx,5608,5.5 KB,2019-01-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20190201.xlsx,5609,5.5 KB,2019-02-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20190301.xlsx,5611,5.5 KB,2019-03-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20190401.xlsx,5611,5.5 KB,2019-04-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20190501.xlsx,5611,5.5 KB,2019-05-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20190601.xlsx,5610,5.5 KB,2019-06-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20190701.xlsx,5611,5.5 KB,2019-07-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20190801.xlsx,5610,5.5 KB,2019-08-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20190901.xlsx,5608,5.5 KB,2019-09-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20191001.xlsx,5609,5.5 KB,2019-10-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20191101.xlsx,5609,5.5 KB,2019-11-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20191201.xlsx,5609,5.5 KB,2019-12-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20200101.xlsx,5607,5.5 KB,2020-01-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20200201.xlsx,5609,5.5 KB,2020-02-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20200301.xlsx,5610,5.5 KB,2020-03-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20200401.xlsx,5608,5.5 KB,2020-04-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20200501.xlsx,5609,5.5 KB,2020-05-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20200601.xlsx,5608,5.5 KB,2020-06-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20200701.xlsx,5608,5.5 KB,2020-07-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20200801.xlsx,5609,5.5 KB,2020-08-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20200901.xlsx,5607,5.5 KB,2020-09-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20201001.xlsx,5607,5.5 KB,2020-10-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20201101.xlsx,5608,5.5 KB,2020-11-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20201201.xlsx,5609,5.5 KB,2020-12-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20210101.xlsx,5604,5.5 KB,2021-01-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20210201.xlsx,5609,5.5 KB,2021-02-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20210301.xlsx,5610,5.5 KB,2021-03-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20210401.xlsx,5608,5.5 KB,2021-04-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20210501.xlsx,5609,5.5 KB,2021-05-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20210601.xlsx,5608,5.5 KB,2021-06-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20210701.xlsx,5609,5.5 KB,2021-07-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20210801.xlsx,5609,5.5 KB,2021-08-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20210901.xlsx,5609,5.5 KB,2021-09-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20211001.xlsx,5608,5.5 KB,2021-10-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20211101.xlsx,5608,5.5 KB,2021-11-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20211201.xlsx,5608,5.5 KB,2021-12-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20220101.xlsx,5608,5.5 KB,2022-01-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20220201.xlsx,5608,5.5 KB,2022-02-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20220301.xlsx,5610,5.5 KB,2022-03-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20220401.xlsx,5606,5.5 KB,2022-04-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20220501.xlsx,5607,5.5 KB,2022-05-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20220601.xlsx,5609,5.5 KB,2022-06-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20220701.xlsx,5610,5.5 KB,2022-07-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20220801.xlsx,5609,5.5 KB,2022-08-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20220901.xlsx,5608,5.5 KB,2022-09-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20221001.xlsx,5609,5.5 KB,2022-10-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20221101.xlsx,5608,5.5 KB,2022-11-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20221201.xlsx,5609,5.5 KB,2022-12-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20230101.xlsx,5609,5.5 KB,2023-01-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20230201.xlsx,5610,5.5 KB,2023-02-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20230301.xlsx,5609,5.5 KB,2023-03-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20230401.xlsx,5610,5.5 KB,2023-04-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20230501.xlsx,5611,5.5 KB,2023-05-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20230601.xlsx,5611,5.5 KB,2023-06-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20230701.xlsx,5611,5.5 KB,2023-07-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20230801.xlsx,5610,5.5 KB,2023-08-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20230901.xlsx,5611,5.5 KB,2023-09-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20231001.xlsx,5610,5.5 KB,2023-10-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20231101.xlsx,5610,5.5 KB,2023-11-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20231201.xlsx,5610,5.5 KB,2023-12-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20240101.xlsx,5608,5.5 KB,2024-01-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20240201.xlsx,5606,5.5 KB,2024-02-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20240301.xlsx,5610,5.5 KB,2024-03-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20240401.xlsx,5608,5.5 KB,2024-04-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20240501.xlsx,5610,5.5 KB,2024-05-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20240601.xlsx,5608,5.5 KB,2024-06-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20240701.xlsx,5611,5.5 KB,2024-07-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20240801.xlsx,5608,5.5 KB,2024-08-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20240901.xlsx,5611,5.5 KB,2024-09-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20241001.xlsx,5608,5.5 KB,2024-10-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20241101.xlsx,5607,5.5 KB,2024-11-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20241201.xlsx,5607,5.5 KB,2024-12-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20250101.xlsx,5608,5.5 KB,2025-01-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20250201.xlsx,5607,5.5 KB,2025-02-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20250301.xlsx,5611,5.5 KB,2025-03-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20250401.xlsx,5610,5.5 KB,2025-04-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20250501.xlsx,5608,5.5 KB,2025-05-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20250601.xlsx,5610,5.5 KB,2025-06-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20250701.xlsx,5611,5.5 KB,2025-07-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20250801.xlsx,5610,5.5 KB,2025-08-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20250901.xlsx,5611,5.5 KB,2025-09-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20251001.xlsx,5609,5.5 KB,2025-10-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20251101.xlsx,5608,5.5 KB,2025-11-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20251201.xlsx,5608,5.5 KB,2025-12-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20260101.xlsx,5607,5.5 KB,2026-01-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20260201.xlsx,5609,5.5 KB,2026-02-01T06:32:02,.xlsx,Reports/cleanup
Reports/cleanup/cleanup_20260301.xlsx,5611,5.5 KB,2026-03-01T06:32:01,.xlsx,Reports/cleanup
Reports/cleanup/cron_log.txt,100,100.0 B,2026-03-01T06:32:01,.txt,Reports/cleanup
Reports/collectiondetail.tar.gz,1774529,1.7 MB,2017-12-28T09:52:41,.gz,Reports
Reports/collectiondetail/2012/2012_av.html,46730,45.6 KB,2013-01-14T11:21:10,.html,Reports/collectiondetail/2012
Reports/collectiondetail/2012/2012_book.html,32504,31.7 KB,2013-01-14T11:21:10,.html,Reports/collectiondetail/2012
Reports/collectiondetail/2012/2012_other.html,27229,26.6 KB,2013-01-14T11:21:10,.html,Reports/collectiondetail/2012
Reports/collectiondetail/2012/allitems-20121219-1223.txt,85150,83.2 KB,2012-12-19T12:25:21,.txt,Reports/collectiondetail/2012
Reports/collectiondetail/2012/allitems-20121231-1308.txt,85150,83.2 KB,2012-12-31T13:26:30,.txt,Reports/collectiondetail/2012
Reports/collectiondetail/2012/av-20121219-1223.txt,32126,31.4 KB,2012-12-19T12:43:57,.txt,Reports/collectiondetail/2012
Reports/collectiondetail/2012/book_av_other.csv,3393,3.3 KB,2012-12-31T14:39:02,.csv,Reports/collectiondetail/2012
Reports/collectiondetail/2012/books-20121219-1223.txt,40648,39.7 KB,2012-12-19T12:43:57,.txt,Reports/collectiondetail/2012
Reports/collectiondetail/2012/by_library.csv,19757,19.3 KB,2012-12-31T14:22:06,.csv,Reports/collectiondetail/2012
Reports/collectiondetail/2012/colldetail.css,966,966.0 B,2013-12-30T12:29:33,.css,Reports/collectiondetail/2012
Reports/collectiondetail/2012/collectiondetail-2012-av.pdf,114380,111.7 KB,2013-01-14T11:57:55,.pdf,Reports/collectiondetail/2012
Reports/collectiondetail/2012/collectiondetail-2012-book.pdf,108729,106.2 KB,2013-01-14T11:57:55,.pdf,Reports/collectiondetail/2012
Reports/collectiondetail/2012/collectiondetail-2012-other.pdf,106349,103.9 KB,2013-01-14T11:57:55,.pdf,Reports/collectiondetail/2012
Reports/collectiondetail/2012/collectiondetail-2012.zip,263197,257.0 KB,2013-01-14T12:00:44,.zip,Reports/collectiondetail/2012
Reports/collectiondetail/2012/discardeditems-20121231-1340.txt,20990,20.5 KB,2012-12-31T13:40:59,.txt,Reports/collectiondetail/2012
Reports/collectiondetail/2012/discards.csv,17965,17.5 KB,2012-12-31T14:27:23,.csv,Reports/collectiondetail/2012
Reports/collectiondetail/2012/missingitems-20121231-1340.txt,25904,25.3 KB,2012-12-31T13:42:02,.txt,Reports/collectiondetail/2012
Reports/collectiondetail/2012/missings.csv,17764,17.3 KB,2012-12-31T14:27:34,.csv,Reports/collectiondetail/2012
Reports/collectiondetail/2012/other-20121219-1223.txt,12376,12.1 KB,2012-12-19T12:43:57,.txt,Reports/collectiondetail/2012
Reports/collectiondetail/2013/2013_av.html,46729,45.6 KB,2014-01-02T08:45:52,.html,Reports/collectiondetail/2013
Reports/collectiondetail/2013/2013_av.pdf,112236,109.6 KB,2014-01-02T08:48:10,.pdf,Reports/collectiondetail/2013
Reports/collectiondetail/2013/2013_book.html,32504,31.7 KB,2014-01-02T08:45:52,.html,Reports/collectiondetail/2013
Reports/collectiondetail/2013/2013_book.pdf,106756,104.3 KB,2014-01-02T08:48:10,.pdf,Reports/collectiondetail/2013
Reports/collectiondetail/2013/2013_other.html,27346,26.7 KB,2014-01-02T08:45:52,.html,Reports/collectiondetail/2013
Reports/collectiondetail/2013/2013_other.pdf,105550,103.1 KB,2014-01-02T08:48:10,.pdf,Reports/collectiondetail/2013
Reports/collectiondetail/2013/allitems-20131230-1216.txt,1195,1.2 KB,2013-12-30T12:19:34,.txt,Reports/collectiondetail/2013
Reports/collectiondetail/2013/allitems-20131230-1226.txt,85753,83.7 KB,2013-12-30T12:27:04,.txt,Reports/collectiondetail/2013
Reports/collectiondetail/2013/allitems-20140101-1126.txt,85753,83.7 KB,2014-01-01T11:28:33,.txt,Reports/collectiondetail/2013
Reports/collectiondetail/2013/book_av_other-20131230.xlsx,9583,9.4 KB,2013-12-30T16:11:26,.xlsx,Reports/collectiondetail/2013
Reports/collectiondetail/2013/book_av_other-20140102.xlsx,9582,9.4 KB,2014-01-02T09:05:34,.xlsx,Reports/collectiondetail/2013
Reports/collectiondetail/2013/by_library--allitems-20140101-1126.txt--20140102.xlsx,37777,36.9 KB,2014-01-02T09:05:57,.xlsx,Reports/collectiondetail/2013
Reports/collectiondetail/2013/by_library--discardeditems-20140101-1126.txt--20140102.xlsx,32673,31.9 KB,2014-01-02T09:05:51,.xlsx,Reports/collectiondetail/2013
Reports/collectiondetail/2013/by_library--missingitems-20140101-1126.txt--20140102.xlsx,32627,31.9 KB,2014-01-02T09:05:44,.xlsx,Reports/collectiondetail/2013
Reports/collectiondetail/2013/discardeditems-20131230-1216.txt,1223,1.2 KB,2013-12-30T12:19:53,.txt,Reports/collectiondetail/2013
Reports/collectiondetail/2013/discardeditems-20131230-1226.txt,21015,20.5 KB,2013-12-30T12:27:20,.txt,Reports/collectiondetail/2013
Reports/collectiondetail/2013/discardeditems-20140101-1126.txt,21015,20.5 KB,2014-01-01T11:28:50,.txt,Reports/collectiondetail/2013
Reports/collectiondetail/2013/missingitems-20131230-1216.txt,1193,1.2 KB,2013-12-30T12:19:59,.txt,Reports/collectiondetail/2013
Reports/collectiondetail/2013/missingitems-20131230-1226.txt,26078,25.5 KB,2013-12-30T12:27:21,.txt,Reports/collectiondetail/2013
Reports/collectiondetail/2013/missingitems-20140101-1126.txt,26078,25.5 KB,2014-01-01T11:28:52,.txt,Reports/collectiondetail/2013
Reports/collectiondetail/2014/2014_av.html,44964,43.9 KB,2015-01-02T15:04:18,.html,Reports/collectiondetail/2014
Reports/collectiondetail/2014/2014_book.html,31395,30.7 KB,2015-01-02T15:04:18,.html,Reports/collectiondetail/2014
Reports/collectiondetail/2014/2014_other.html,24242,23.7 KB,2015-01-02T15:04:18,.html,Reports/collectiondetail/2014
Reports/collectiondetail/2014/allitems-20141215-1604.txt,86151,84.1 KB,2014-12-15T16:06:10,.txt,Reports/collectiondetail/2014
Reports/collectiondetail/2014/allitems-20141231-1445.txt,70483,68.8 KB,2014-12-31T14:46:44,.txt,Reports/collectiondetail/2014
Reports/collectiondetail/2014/book_av_other-20141215.xlsx,9589,9.4 KB,2014-12-15T16:24:01,.xlsx,Reports/collectiondetail/2014
Reports/collectiondetail/2014/book_av_other-20141217.xlsx,9589,9.4 KB,2014-12-17T10:05:57,.xlsx,Reports/collectiondetail/2014
Reports/collectiondetail/2014/book_av_other-20150102.xlsx,9576,9.4 KB,2015-01-02T14:57:59,.xlsx,Reports/collectiondetail/2014
Reports/collectiondetail/2014/by_library--allitems-20141215-1604.txt--20141215.xlsx,37778,36.9 KB,2014-12-15T16:09:53,.xlsx,Reports/collectiondetail/2014
Reports/collectiondetail/2014/by_library--allitems-20141215-1604.txt--20141217.xlsx,37778,36.9 KB,2014-12-17T10:06:06,.xlsx,Reports/collectiondetail/2014
Reports/collectiondetail/2014/by_library--allitems-20141231-1445.txt--20150102.xlsx,39345,38.4 KB,2015-01-02T14:57:08,.xlsx,Reports/collectiondetail/2014
Reports/collectiondetail/2014/by_library--discardeditems-20141215-1604.txt--20141215.xlsx,32680,31.9 KB,2014-12-15T16:10:03,.xlsx,Reports/collectiondetail/2014
Reports/collectiondetail/2014/by_library--discardeditems-20141231-1445.txt--20150102.xlsx,34820,34.0 KB,2015-01-02T14:57:21,.xlsx,Reports/collectiondetail/2014
Reports/collectiondetail/2014/by_library--missingitems-20141215-1604.txt--20141215.xlsx,32677,31.9 KB,2014-12-15T16:10:11,.xlsx,Reports/collectiondetail/2014
Reports/collectiondetail/2014/by_library--missingitems-20141231-1445.txt--20150102.xlsx,33856,33.1 KB,2015-01-02T14:57:35,.xlsx,Reports/collectiondetail/2014
Reports/collectiondetail/2014/colldetail.css,966,966.0 B,2015-01-02T14:35:56,.css,Reports/collectiondetail/2014
Reports/collectiondetail/2014/discardeditems-20141215-1604.txt,21027,20.5 KB,2014-12-15T16:06:26,.txt,Reports/collectiondetail/2014
Reports/collectiondetail/2014/discardeditems-20141231-1445.txt,26442,25.8 KB,2014-12-31T14:47:20,.txt,Reports/collectiondetail/2014
Reports/collectiondetail/2014/missingitems-20141215-1604.txt,26338,25.7 KB,2014-12-15T16:06:28,.txt,Reports/collectiondetail/2014
Reports/collectiondetail/2014/missingitems-20141231-1445.txt,21438,20.9 KB,2014-12-31T14:47:27,.txt,Reports/collectiondetail/2014
Reports/collectiondetail/2015/2015_.html,641,641.0 B,2016-01-05T09:50:05,.html,Reports/collectiondetail/2015
Reports/collectiondetail/2015/2015_av.html,44439,43.4 KB,2016-01-05T09:50:05,.html,Reports/collectiondetail/2015
Reports/collectiondetail/2015/2015_book.html,30390,29.7 KB,2016-01-05T09:50:05,.html,Reports/collectiondetail/2015
Reports/collectiondetail/2015/2015_other.html,23427,22.9 KB,2016-01-05T09:50:05,.html,Reports/collectiondetail/2015
Reports/collectiondetail/2015/allitems-20160105-0851.txt,64446,62.9 KB,2016-01-05T08:52:26,.txt,Reports/collectiondetail/2015
Reports/collectiondetail/2015/book_av_other-20160105.xlsx,15137,14.8 KB,2017-01-04T09:37:32,.xlsx,Reports/collectiondetail/2015
Reports/collectiondetail/2015/by_library--allitems-20160105-0851.txt--20160105.xlsx,49265,48.1 KB,2017-01-04T09:11:31,.xlsx,Reports/collectiondetail/2015
Reports/collectiondetail/2015/by_library--discardeditems-20160105-0851.txt--20160105.xlsx,34556,33.7 KB,2016-01-05T09:12:47,.xlsx,Reports/collectiondetail/2015
Reports/collectiondetail/2015/by_library--missingitems-20160105-0851.txt--20160105.xlsx,33588,32.8 KB,2016-01-05T09:14:12,.xlsx,Reports/collectiondetail/2015
Reports/collectiondetail/2015/discardeditems-20160105-0851.txt,22122,21.6 KB,2016-01-05T08:52:47,.txt,Reports/collectiondetail/2015
Reports/collectiondetail/2015/missingitems-20160105-0851.txt,19598,19.1 KB,2016-01-05T08:52:58,.txt,Reports/collectiondetail/2015
Reports/collectiondetail/2016_av.html,41702,40.7 KB,2017-01-03T13:51:43,.html,Reports/collectiondetail
Reports/collectiondetail/2016_book.html,29815,29.1 KB,2017-01-03T13:51:43,.html,Reports/collectiondetail
Reports/collectiondetail/2016_other.html,23254,22.7 KB,2017-01-03T13:51:43,.html,Reports/collectiondetail
Reports/collectiondetail/2017_.html,10361,10.1 KB,2018-12-21T13:59:39,.html,Reports/collectiondetail
Reports/collectiondetail/2017_av.html,39287,38.4 KB,2018-12-21T13:59:39,.html,Reports/collectiondetail
Reports/collectiondetail/2017_book.html,29497,28.8 KB,2018-12-21T13:59:39,.html,Reports/collectiondetail
Reports/collectiondetail/2017_other.html,22462,21.9 KB,2018-12-21T13:59:39,.html,Reports/collectiondetail
Reports/collectiondetail/2018_.html,10361,10.1 KB,2018-12-21T10:54:16,.html,Reports/collectiondetail
Reports/collectiondetail/2018_av.html,39287,38.4 KB,2018-12-21T10:54:16,.html,Reports/collectiondetail
Reports/collectiondetail/2018_book.html,29497,28.8 KB,2018-12-21T10:54:16,.html,Reports/collectiondetail
Reports/collectiondetail/2018_other.html,22462,21.9 KB,2018-12-21T10:54:16,.html,Reports/collectiondetail
Reports/collectiondetail/2019_.html,10721,10.5 KB,2019-12-30T11:50:19,.html,Reports/collectiondetail
Reports/collectiondetail/2019_av.html,36463,35.6 KB,2019-12-30T11:50:19,.html,Reports/collectiondetail
Reports/collectiondetail/2019_book.html,29827,29.1 KB,2019-12-30T11:50:19,.html,Reports/collectiondetail
Reports/collectiondetail/2019_collectiondetail.tar.gz,122880,120.0 KB,2019-12-30T11:19:21,.gz,Reports/collectiondetail
Reports/collectiondetail/2019_other.html,22845,22.3 KB,2019-12-30T11:50:19,.html,Reports/collectiondetail
Reports/collectiondetail/CollectionDetail.pm,1116,1.1 KB,2017-01-03T13:18:36,.pm,Reports/collectiondetail
Reports/collectiondetail/CollectionDetail2017.xlsx,104862,102.4 KB,2018-01-03T12:22:12,.xlsx,Reports/collectiondetail
Reports/collectiondetail/README.asciidoc,2239,2.2 KB,2014-12-31T14:45:01,.asciidoc,Reports/collectiondetail
Reports/collectiondetail/SierraCollectionDetail.pl,4910,4.8 KB,2013-12-30T12:26:23,.pl,Reports/collectiondetail
Reports/collectiondetail/allitems-20170103-1239.txt,59304,57.9 KB,2017-01-03T12:42:25,.txt,Reports/collectiondetail
Reports/collectiondetail/allitems-20180103-0728.txt,58724,57.3 KB,2018-01-03T07:29:56,.txt,Reports/collectiondetail
Reports/collectiondetail/allitems-20181221-1038.txt,57024,55.7 KB,2018-12-21T10:39:17,.txt,Reports/collectiondetail
Reports/collectiondetail/allitems-20191230-1112.txt,52948,51.7 KB,2019-12-30T11:12:51,.txt,Reports/collectiondetail
Reports/collectiondetail/allitems-20210106-1649.txt,52295,51.1 KB,2021-01-06T16:49:44,.txt,Reports/collectiondetail
Reports/collectiondetail/book_av_other-20170103.xlsx,15868,15.5 KB,2017-01-04T09:42:26,.xlsx,Reports/collectiondetail
Reports/collectiondetail/book_av_other-20180103.xlsx,10229,10.0 KB,2018-01-03T07:43:57,.xlsx,Reports/collectiondetail
Reports/collectiondetail/book_av_other-20181221.xlsx,10252,10.0 KB,2018-12-21T10:42:42,.xlsx,Reports/collectiondetail
Reports/collectiondetail/book_av_other-20191230.xlsx,10333,10.1 KB,2019-12-30T11:29:27,.xlsx,Reports/collectiondetail
Reports/collectiondetail/books_av_other_xlsx.pl,3075,3.0 KB,2015-02-23T10:22:48,.pl,Reports/collectiondetail
Reports/collectiondetail/by_agency_html (copy).pl,3143,3.1 KB,2018-01-03T12:25:46,.pl,Reports/collectiondetail
Reports/collectiondetail/by_agency_html.pl,3143,3.1 KB,2019-12-30T11:48:50,.pl,Reports/collectiondetail
Reports/collectiondetail/by_agency_html2017.pl,3143,3.1 KB,2018-12-21T10:50:44,.pl,Reports/collectiondetail
Reports/collectiondetail/by_agency_html2018.pl,3143,3.1 KB,2018-12-21T10:51:36,.pl,Reports/collectiondetail
Reports/collectiondetail/by_library--allitems-20170103-1239.txt--20170103.xlsx,51082,49.9 KB,2017-01-04T09:59:40,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--allitems-20180103-0728.txt--20180103.xlsx,40183,39.2 KB,2018-01-03T07:38:27,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--allitems-20181221-1038.txt--20181221.xlsx,40292,39.3 KB,2018-12-21T10:40:53,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--allitems-20191230-1112.txt--20191230.xlsx,40288,39.3 KB,2019-12-30T11:15:09,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--allitems-20210106-1649.txt--20210106.xlsx,40635,39.7 KB,2021-01-06T16:52:02,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--discardeditems-20170103-1239.txt--20170103.xlsx,35507,34.7 KB,2017-01-03T13:27:16,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--discardeditems-20180103-0728.txt--20180103.xlsx,35220,34.4 KB,2018-01-03T07:39:21,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--discardeditems-20181221-1038.txt--20181221.xlsx,35273,34.4 KB,2018-12-21T10:41:26,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--discardeditems-20191230-1112.txt--20191230.xlsx,35550,34.7 KB,2019-12-30T11:16:28,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--discardeditems-20210106-1649.txt--20210106.xlsx,35468,34.6 KB,2021-01-06T16:53:33,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--missingitems-20170103-1239.txt--20170103.xlsx,34755,33.9 KB,2017-01-03T13:27:34,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--missingitems-20180103-0728.txt--20180103.xlsx,34571,33.8 KB,2018-01-03T07:39:52,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--missingitems-20181221-1038.txt--20181221.xlsx,34418,33.6 KB,2018-12-21T10:41:45,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--missingitems-20191230-1112.txt--20191230.xlsx,34491,33.7 KB,2019-12-30T11:16:49,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library--missingitems-20210106-1649.txt--20210106.xlsx,34465,33.7 KB,2021-01-06T16:54:12,.xlsx,Reports/collectiondetail
Reports/collectiondetail/by_library_xlsx.pl,2758,2.7 KB,2014-12-17T10:23:43,.pl,Reports/collectiondetail
Reports/collectiondetail/colldetail.css,966,966.0 B,2013-01-03T14:50:06,.css,Reports/collectiondetail
Reports/collectiondetail/collectiondetail.cfg,269,269.0 B,2014-12-31T14:44:24,.cfg,Reports/collectiondetail
Reports/collectiondetail/discardeditems-20170103-1239.txt,20427,19.9 KB,2017-01-03T12:43:24,.txt,Reports/collectiondetail
Reports/collectiondetail/discardeditems-20180103-0728.txt,19443,19.0 KB,2018-01-03T07:30:25,.txt,Reports/collectiondetail
Reports/collectiondetail/discardeditems-20181221-1038.txt,19141,18.7 KB,2018-12-21T10:39:33,.txt,Reports/collectiondetail
Reports/collectiondetail/discardeditems-20191230-1112.txt,21194,20.7 KB,2019-12-30T11:13:07,.txt,Reports/collectiondetail
Reports/collectiondetail/discardeditems-20210106-1649.txt,20918,20.4 KB,2021-01-06T16:49:59,.txt,Reports/collectiondetail
Reports/collectiondetail/missingitems-20170103-1239.txt,18685,18.2 KB,2017-01-03T12:43:45,.txt,Reports/collectiondetail
Reports/collectiondetail/missingitems-20180103-0728.txt,18019,17.6 KB,2018-01-03T07:30:26,.txt,Reports/collectiondetail
Reports/collectiondetail/missingitems-20181221-1038.txt,17038,16.6 KB,2018-12-21T10:39:33,.txt,Reports/collectiondetail
Reports/collectiondetail/missingitems-20191230-1112.txt,16832,16.4 KB,2019-12-30T11:13:08,.txt,Reports/collectiondetail
Reports/collectiondetail/missingitems-20210106-1649.txt,16792,16.4 KB,2021-01-06T16:50:00,.txt,Reports/collectiondetail
Reports/collectiondetail/redundant/books_av_other.pl,2336,2.3 KB,2013-12-30T11:59:13,.pl,Reports/collectiondetail/redundant
Reports/collectiondetail/redundant/by_library.pl,1935,1.9 KB,2013-12-30T12:08:16,.pl,Reports/collectiondetail/redundant
Reports/collectiondetail/redundant/discards_by_library.pl,1945,1.9 KB,2013-12-30T12:03:25,.pl,Reports/collectiondetail/redundant
Reports/collectiondetail/redundant/missings_by_library.pl,1944,1.9 KB,2013-12-30T12:03:33,.pl,Reports/collectiondetail/redundant
Reports/collectiondetail_2019-12-30.tar.gz,4229120,4.0 MB,2019-12-30T11:11:19,.gz,Reports
Reports/collectiondetail_2021-01-12.tar.gz,2396010,2.3 MB,2021-01-12T10:50:49,.gz,Reports
Reports/collectionhq/collectionhq-cron.sh,924,924.0 B,2014-01-30T10:17:52,.sh,Reports/collectionhq
Reports/collectionhq/collectionhq-overdrive-cron.sh,650,650.0 B,2014-01-30T10:18:13,.sh,Reports/collectionhq
Reports/collectionhq/cron_log.txt,702,702.0 B,2014-05-06T18:50:03,.txt,Reports/collectionhq
Reports/collectionhq/overdrive_cron_log.txt,85,85.0 B,2014-05-01T13:30:03,.txt,Reports/collectionhq
Reports/complimentarycards/201bookmobilePatrons.mrc,54873,53.6 KB,2013-07-25T11:04:20,.mrc,Reports/complimentarycards
Reports/complimentarycards/38000postcardPatrons.mrc,10032000,9.6 MB,2014-07-01T08:44:54,.mrc,Reports/complimentarycards
Reports/complimentarycards/50000fall2014mailingPatrons-TAKE2.mrc,13400000,12.8 MB,2014-10-07T15:12:03,.mrc,Reports/complimentarycards
Reports/complimentarycards/50000fall2014mailingPatrons.mrc,13500000,12.9 MB,2014-09-09T10:24:29,.mrc,Reports/complimentarycards
Reports/complimentarycards/5testPatrons.mrc,1320,1.3 KB,2013-02-07T09:46:56,.mrc,Reports/complimentarycards
Reports/complimentarycards/6000ulcPatrons.mrc,1614000,1.5 MB,2014-08-15T10:44:55,.mrc,Reports/complimentarycards
Reports/complimentarycards/76489testPatrons.mrc,20193096,19.3 MB,2013-02-07T09:53:55,.mrc,Reports/complimentarycards
Reports/complimentarycards/PatronMARC.pl,2095,2.0 KB,2014-10-07T15:11:31,.pl,Reports/complimentarycards
Reports/complimentarycards/test.txt,1140,1.1 KB,2014-08-08T10:04:26,.txt,Reports/complimentarycards
Reports/deletedbibs/.~lock.deleted_bibs_20180506.xlsx#,85,85.0 B,2018-05-11T14:48:42,.xlsx#,Reports/deletedbibs
Reports/deletedbibs/20250302053501-deletedbibs.json,254,254.0 B,2025-03-02T05:35:51,.json,Reports/deletedbibs
Reports/deletedbibs/20250309053501-deletedbibs.json,254,254.0 B,2025-03-09T05:35:51,.json,Reports/deletedbibs
Reports/deletedbibs/20250316053501-deletedbibs.json,254,254.0 B,2025-03-16T05:36:04,.json,Reports/deletedbibs
Reports/deletedbibs/20250323053501-deletedbibs.json,254,254.0 B,2025-03-23T05:35:49,.json,Reports/deletedbibs
Reports/deletedbibs/20250330053501-deletedbibs.json,254,254.0 B,2025-03-30T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20250406053501-deletedbibs.json,254,254.0 B,2025-04-06T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20250413053501-deletedbibs.json,254,254.0 B,2025-04-13T05:35:48,.json,Reports/deletedbibs
Reports/deletedbibs/20250420053501-deletedbibs.json,254,254.0 B,2025-04-20T05:35:51,.json,Reports/deletedbibs
Reports/deletedbibs/20250427053501-deletedbibs.json,254,254.0 B,2025-04-27T05:35:51,.json,Reports/deletedbibs
Reports/deletedbibs/20250504053501-deletedbibs.json,254,254.0 B,2025-05-04T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20250511053501-deletedbibs.json,254,254.0 B,2025-05-11T05:35:53,.json,Reports/deletedbibs
Reports/deletedbibs/20250518053501-deletedbibs.json,254,254.0 B,2025-05-18T05:35:50,.json,Reports/deletedbibs
Reports/deletedbibs/20250525053501-deletedbibs.json,254,254.0 B,2025-05-25T05:35:53,.json,Reports/deletedbibs
Reports/deletedbibs/20250601053501-deletedbibs.json,254,254.0 B,2025-06-01T05:35:47,.json,Reports/deletedbibs
Reports/deletedbibs/20250608053501-deletedbibs.json,254,254.0 B,2025-06-08T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20250615053501-deletedbibs.json,254,254.0 B,2025-06-15T05:35:53,.json,Reports/deletedbibs
Reports/deletedbibs/20250622053501-deletedbibs.json,254,254.0 B,2025-06-22T05:35:51,.json,Reports/deletedbibs
Reports/deletedbibs/20250629053501-deletedbibs.json,254,254.0 B,2025-06-29T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20250706053501-deletedbibs.json,254,254.0 B,2025-07-06T05:35:56,.json,Reports/deletedbibs
Reports/deletedbibs/20250713053501-deletedbibs.json,254,254.0 B,2025-07-13T05:35:50,.json,Reports/deletedbibs
Reports/deletedbibs/20250720053501-deletedbibs.json,254,254.0 B,2025-07-20T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20250727053501-deletedbibs.json,254,254.0 B,2025-07-27T05:35:54,.json,Reports/deletedbibs
Reports/deletedbibs/20250803053501-deletedbibs.json,254,254.0 B,2025-08-03T05:35:50,.json,Reports/deletedbibs
Reports/deletedbibs/20250810053501-deletedbibs.json,254,254.0 B,2025-08-10T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20250817053501-deletedbibs.json,254,254.0 B,2025-08-17T05:35:56,.json,Reports/deletedbibs
Reports/deletedbibs/20250824053501-deletedbibs.json,254,254.0 B,2025-08-24T05:35:55,.json,Reports/deletedbibs
Reports/deletedbibs/20250831053501-deletedbibs.json,254,254.0 B,2025-08-31T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20250907053501-deletedbibs.json,254,254.0 B,2025-09-07T05:35:56,.json,Reports/deletedbibs
Reports/deletedbibs/20250914053501-deletedbibs.json,254,254.0 B,2025-09-14T05:35:54,.json,Reports/deletedbibs
Reports/deletedbibs/20250921053501-deletedbibs.json,254,254.0 B,2025-09-21T05:35:53,.json,Reports/deletedbibs
Reports/deletedbibs/20250928053501-deletedbibs.json,254,254.0 B,2025-09-28T05:35:51,.json,Reports/deletedbibs
Reports/deletedbibs/20251005053501-deletedbibs.json,254,254.0 B,2025-10-05T05:35:54,.json,Reports/deletedbibs
Reports/deletedbibs/20251012053501-deletedbibs.json,254,254.0 B,2025-10-12T05:35:54,.json,Reports/deletedbibs
Reports/deletedbibs/20251019053501-deletedbibs.json,254,254.0 B,2025-10-19T05:35:56,.json,Reports/deletedbibs
Reports/deletedbibs/20251026053501-deletedbibs.json,254,254.0 B,2025-10-26T05:35:53,.json,Reports/deletedbibs
Reports/deletedbibs/20251102053501-deletedbibs.json,254,254.0 B,2025-11-02T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20251109053501-deletedbibs.json,254,254.0 B,2025-11-09T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20251116053501-deletedbibs.json,254,254.0 B,2025-11-16T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20251123053501-deletedbibs.json,254,254.0 B,2025-11-23T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20251130053501-deletedbibs.json,254,254.0 B,2025-11-30T05:35:49,.json,Reports/deletedbibs
Reports/deletedbibs/20251207053501-deletedbibs.json,254,254.0 B,2025-12-07T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20251214053501-deletedbibs.json,254,254.0 B,2025-12-14T05:35:51,.json,Reports/deletedbibs
Reports/deletedbibs/20251221053501-deletedbibs.json,254,254.0 B,2025-12-21T05:35:53,.json,Reports/deletedbibs
Reports/deletedbibs/20251228053501-deletedbibs.json,254,254.0 B,2025-12-28T05:35:54,.json,Reports/deletedbibs
Reports/deletedbibs/20260104053501-deletedbibs.json,254,254.0 B,2026-01-04T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20260111053501-deletedbibs.json,254,254.0 B,2026-01-11T05:35:01,.json,Reports/deletedbibs
Reports/deletedbibs/20260118053501-deletedbibs.json,254,254.0 B,2026-01-18T05:35:51,.json,Reports/deletedbibs
Reports/deletedbibs/20260125053501-deletedbibs.json,254,254.0 B,2026-01-25T05:35:48,.json,Reports/deletedbibs
Reports/deletedbibs/20260201053501-deletedbibs.json,254,254.0 B,2026-02-01T05:35:47,.json,Reports/deletedbibs
Reports/deletedbibs/20260208053501-deletedbibs.json,254,254.0 B,2026-02-08T05:35:53,.json,Reports/deletedbibs
Reports/deletedbibs/20260215053501-deletedbibs.json,254,254.0 B,2026-02-15T05:35:53,.json,Reports/deletedbibs
Reports/deletedbibs/20260222053501-deletedbibs.json,254,254.0 B,2026-02-22T05:35:52,.json,Reports/deletedbibs
Reports/deletedbibs/20260301053501-deletedbibs.json,254,254.0 B,2026-03-01T05:35:45,.json,Reports/deletedbibs
Reports/deletedbibs/DeletedBibs.pl,5052,4.9 KB,2014-11-25T16:31:52,.pl,Reports/deletedbibs
Reports/deletedbibs/back_check_035.sh,196,196.0 B,2015-03-16T10:39:40,.sh,Reports/deletedbibs
Reports/deletedbibs/bib_data_20140812,169108961,161.3 MB,2014-08-12T05:47:59,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20141126,169976735,162.1 MB,2014-11-26T12:12:17,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20141202,169783918,161.9 MB,2014-12-02T10:19:19,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20141207,169797889,161.9 MB,2014-12-07T06:02:01,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20141214,169829018,162.0 MB,2014-12-14T06:04:03,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20141221,169771405,161.9 MB,2014-12-21T05:51:35,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20141228,169026351,161.2 MB,2014-12-28T05:52:10,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150104,169066996,161.2 MB,2015-01-04T05:51:40,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150118,168880245,161.1 MB,2015-01-18T05:50:48,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150125,168918434,161.1 MB,2015-01-25T06:00:10,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150201,168960748,161.1 MB,2015-02-01T05:51:27,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150208,168989539,161.2 MB,2015-02-08T05:53:03,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150215,169033171,161.2 MB,2015-02-15T05:54:06,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150222,169067269,161.2 MB,2015-02-22T05:50:15,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150301,169114466,161.3 MB,2015-03-01T05:38:39,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150308.zip,0,0.0 B,2015-03-22T05:44:28,.zip,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150309,169143347,161.3 MB,2015-03-09T08:54:11,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150315.zip,0,0.0 B,2015-03-29T05:45:00,.zip,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150316,169145953,161.3 MB,2015-03-16T11:36:21,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150322.gz,60609544,57.8 MB,2015-03-22T05:44:05,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150329.gz,60638037,57.8 MB,2015-03-29T05:44:38,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150405.gz,60661030,57.9 MB,2015-04-05T05:42:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150412.gz,60655176,57.8 MB,2015-04-12T05:43:33,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150419.gz,60680543,57.9 MB,2015-04-19T05:43:35,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150426.gz,60708248,57.9 MB,2015-04-26T05:43:29,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150503.gz,60727337,57.9 MB,2015-05-03T05:42:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150510.gz,60754877,57.9 MB,2015-05-10T05:43:28,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150517.gz,60779300,58.0 MB,2015-05-17T05:43:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150524.gz,60816912,58.0 MB,2015-05-24T05:44:44,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150531.gz,60828945,58.0 MB,2015-05-31T05:43:42,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150607.gz,60844675,58.0 MB,2015-06-07T05:43:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150614.gz,60855886,58.0 MB,2015-06-14T05:44:45,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150621.gz,60877605,58.1 MB,2015-06-21T05:44:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150628.gz,60886558,58.1 MB,2015-06-28T05:45:12,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150705.gz,60896298,58.1 MB,2015-07-05T05:43:40,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150712.gz,60885031,58.1 MB,2015-07-12T05:54:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150719.gz,60880684,58.1 MB,2015-07-19T05:49:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150726.gz,60905879,58.1 MB,2015-07-26T05:48:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150802.gz,60871502,58.1 MB,2015-08-02T05:44:07,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150809.gz,60775498,58.0 MB,2015-08-09T05:45:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150816.gz,60652890,57.8 MB,2015-08-16T05:48:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150823.gz,60677606,57.9 MB,2015-08-23T05:44:54,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150830.gz,60634219,57.8 MB,2015-08-30T05:44:08,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150906.gz,60662661,57.9 MB,2015-09-06T05:44:44,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150913.gz,60674748,57.9 MB,2015-09-13T05:47:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150920.gz,60697562,57.9 MB,2015-09-20T05:44:28,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20150927.gz,60716389,57.9 MB,2015-09-27T05:48:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20151004.gz,60726501,57.9 MB,2015-10-04T05:48:32,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20151011.gz,60646650,57.8 MB,2015-10-11T05:48:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20151018.gz,60674383,57.9 MB,2015-10-18T05:48:09,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20151025.gz,60806799,58.0 MB,2015-10-25T05:45:32,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20151101.gz,60835844,58.0 MB,2015-11-01T05:42:31,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20151108.gz,60861636,58.0 MB,2015-11-08T05:44:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20151115.gz,60895759,58.1 MB,2015-11-15T05:48:37,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20151122.gz,60906784,58.1 MB,2015-11-22T05:45:08,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20151129.gz,60913254,58.1 MB,2015-11-29T05:48:26,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20151206.gz,60942117,58.1 MB,2015-12-06T05:48:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20151213.gz,60963419,58.1 MB,2015-12-13T05:49:40,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20151220.gz,60988526,58.2 MB,2015-12-20T05:48:27,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20151227.gz,61004937,58.2 MB,2015-12-27T05:45:20,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190106.gz,63542436,60.6 MB,2019-01-06T05:37:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190113.gz,63538803,60.6 MB,2019-01-13T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190120.gz,63523187,60.6 MB,2019-01-20T05:37:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190127.gz,63532790,60.6 MB,2019-01-27T05:37:17,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190203.gz,63547222,60.6 MB,2019-02-03T05:37:12,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190210.gz,63569508,60.6 MB,2019-02-10T05:37:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190217.gz,63593440,60.6 MB,2019-02-17T05:37:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190224.gz,63615107,60.7 MB,2019-02-24T05:37:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190303.gz,63641298,60.7 MB,2019-03-03T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190305,174674208,166.6 MB,2019-03-05T10:10:11,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190310.gz,63659604,60.7 MB,2019-03-10T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190317.gz,63999744,61.0 MB,2019-03-17T05:37:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190324.gz,64433755,61.4 MB,2019-03-24T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190331.gz,64453762,61.5 MB,2019-03-31T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190407.gz,64453910,61.5 MB,2019-04-07T05:37:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190414.gz,64479971,61.5 MB,2019-04-14T05:37:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190421.gz,64476380,61.5 MB,2019-04-21T05:37:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190428.gz,64496445,61.5 MB,2019-04-28T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190505.gz,64510546,61.5 MB,2019-05-05T05:37:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190512.gz,64231928,61.3 MB,2019-05-12T05:37:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190519.gz,64297334,61.3 MB,2019-05-19T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190526.gz,64305214,61.3 MB,2019-05-26T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190602.gz,64320193,61.3 MB,2019-06-02T05:35:58,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190609.gz,64330776,61.4 MB,2019-06-09T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190616.gz,64377333,61.4 MB,2019-06-16T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190623.gz,64381899,61.4 MB,2019-06-23T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190630.gz,64401796,61.4 MB,2019-06-30T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190707.gz,64420858,61.4 MB,2019-07-07T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190714.gz,64433380,61.4 MB,2019-07-14T05:36:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190721.gz,64440715,61.5 MB,2019-07-21T05:36:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190728.gz,64467195,61.5 MB,2019-07-28T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190804.gz,64472342,61.5 MB,2019-08-04T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190811.gz,64495794,61.5 MB,2019-08-11T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190818.gz,64514220,61.5 MB,2019-08-18T05:35:58,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190825.gz,64396378,61.4 MB,2019-08-25T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190901.gz,64416965,61.4 MB,2019-09-01T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190908.gz,64430673,61.4 MB,2019-09-08T05:35:58,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190915.gz,64478180,61.5 MB,2019-09-15T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190922.gz,64501326,61.5 MB,2019-09-22T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20190929.gz,64530616,61.5 MB,2019-09-29T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20191006.gz,64556077,61.6 MB,2019-10-06T05:35:58,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20191013.gz,64558097,61.6 MB,2019-10-13T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20191020.gz,64572452,61.6 MB,2019-10-20T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20191027.gz,64593673,61.6 MB,2019-10-27T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20191103.gz,64620009,61.6 MB,2019-11-03T05:36:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20191110.gz,64637895,61.6 MB,2019-11-10T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20191117.gz,64655457,61.7 MB,2019-11-17T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20191124.gz,64662043,61.7 MB,2019-11-24T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20191201.gz,64674554,61.7 MB,2019-12-01T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20191208.gz,64703417,61.7 MB,2019-12-08T05:36:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20191215.gz,64730805,61.7 MB,2019-12-15T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20191222.gz,64745326,61.7 MB,2019-12-22T05:36:20,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20191229.gz,64763781,61.8 MB,2019-12-29T05:36:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200105.gz,64774804,61.8 MB,2020-01-05T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200112.gz,64791520,61.8 MB,2020-01-12T05:36:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200119.gz,64764907,61.8 MB,2020-01-19T05:36:19,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200126.gz,64762121,61.8 MB,2020-01-26T05:36:23,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200202.gz,64757696,61.8 MB,2020-02-02T05:36:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200209.gz,64783366,61.8 MB,2020-02-09T05:36:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200216.gz,64808218,61.8 MB,2020-02-16T05:36:23,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200223.gz,64824137,61.8 MB,2020-02-23T05:36:19,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200301.gz,64823951,61.8 MB,2020-03-01T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200308.gz,64778420,61.8 MB,2020-03-08T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200315.gz,64707714,61.7 MB,2020-03-15T05:36:20,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200322.gz,64709774,61.7 MB,2020-03-22T05:36:23,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200329.gz,64715673,61.7 MB,2020-03-29T05:36:19,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200405.gz,64724474,61.7 MB,2020-04-05T05:36:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200412.gz,64711936,61.7 MB,2020-04-12T05:36:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200419.gz,64695573,61.7 MB,2020-04-19T05:36:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200426.gz,64652648,61.7 MB,2020-04-26T05:36:25,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200503.gz,64655988,61.7 MB,2020-05-03T05:36:28,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200510.gz,64653192,61.7 MB,2020-05-10T05:36:26,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200517.gz,64657959,61.7 MB,2020-05-17T05:36:28,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200524.gz,64657087,61.7 MB,2020-05-24T05:36:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200531.gz,64669447,61.7 MB,2020-05-31T05:36:05,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200607.gz,64673977,61.7 MB,2020-06-07T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200614.gz,64679408,61.7 MB,2020-06-14T05:36:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200621.gz,64680124,61.7 MB,2020-06-21T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200628.gz,64675817,61.7 MB,2020-06-28T05:36:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200705.gz,64724188,61.7 MB,2020-07-05T05:36:05,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200712.gz,64744640,61.7 MB,2020-07-12T05:36:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200719.gz,64724043,61.7 MB,2020-07-19T05:36:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200726.gz,64720639,61.7 MB,2020-07-26T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200802.gz,64711525,61.7 MB,2020-08-02T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200809.gz,64726982,61.7 MB,2020-08-09T05:36:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200816.gz,64729886,61.7 MB,2020-08-16T05:36:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200823.gz,64745844,61.7 MB,2020-08-23T05:36:29,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200830.gz,64759907,61.8 MB,2020-08-30T05:36:05,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200906.gz,64775503,61.8 MB,2020-09-06T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200913.gz,64790923,61.8 MB,2020-09-13T05:36:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200920.gz,64824945,61.8 MB,2020-09-20T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20200927.gz,64849845,61.8 MB,2020-09-27T05:36:12,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20201004.gz,64897705,61.9 MB,2020-10-04T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20201011.gz,63598067,60.7 MB,2020-10-11T05:36:12,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20201018.gz,63620335,60.7 MB,2020-10-18T05:36:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20201025.gz,63653705,60.7 MB,2020-10-25T05:36:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20201101.gz,63671234,60.7 MB,2020-11-01T05:36:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20201108.gz,63753251,60.8 MB,2020-11-08T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20201115.gz,63784169,60.8 MB,2020-11-15T05:36:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20201122.gz,63801511,60.8 MB,2020-11-22T05:36:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20201129.gz,63811172,60.9 MB,2020-11-29T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20201206.gz,63836082,60.9 MB,2020-12-06T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20201213.gz,63852658,60.9 MB,2020-12-13T05:36:23,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20201220.gz,63866902,60.9 MB,2020-12-20T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20201227.gz,63872812,60.9 MB,2020-12-27T05:36:17,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210103.gz,63705917,60.8 MB,2021-01-03T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210110.gz,63730922,60.8 MB,2021-01-10T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210117.gz,63652530,60.7 MB,2021-01-17T05:36:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210124.gz,63674864,60.7 MB,2021-01-24T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210131.gz,63684221,60.7 MB,2021-01-31T05:36:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210207.gz,63701934,60.8 MB,2021-02-07T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210214.gz,63712637,60.8 MB,2021-02-14T05:36:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210221.gz,63694697,60.7 MB,2021-02-21T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210228.gz,63677061,60.7 MB,2021-02-28T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210307.gz,63646232,60.7 MB,2021-03-07T05:36:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210314.gz,63620383,60.7 MB,2021-03-14T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210321.gz,63630526,60.7 MB,2021-03-21T05:36:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210328.gz,63647220,60.7 MB,2021-03-28T05:36:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210404.gz,63667356,60.7 MB,2021-04-04T05:36:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210411.gz,63698184,60.7 MB,2021-04-11T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210418.gz,63726301,60.8 MB,2021-04-18T05:36:12,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210425.gz,63739025,60.8 MB,2021-04-25T05:36:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210502.gz,63734218,60.8 MB,2021-05-02T05:36:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210509.gz,63753111,60.8 MB,2021-05-09T05:36:17,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210516.gz,63778861,60.8 MB,2021-05-16T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210523.gz,63824689,60.9 MB,2021-05-23T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210530.gz,63837691,60.9 MB,2021-05-30T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210606.gz,63854490,60.9 MB,2021-06-06T05:35:58,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210613.gz,63845017,60.9 MB,2021-06-13T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210620.gz,63861702,60.9 MB,2021-06-20T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210627.gz,63890494,60.9 MB,2021-06-27T05:36:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210704.gz,63906773,60.9 MB,2021-07-04T05:36:19,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210711.gz,63919756,61.0 MB,2021-07-11T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210718.gz,63925129,61.0 MB,2021-07-18T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210725.gz,63945782,61.0 MB,2021-07-25T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210801.gz,63972543,61.0 MB,2021-08-01T05:36:08,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210808.gz,63991203,61.0 MB,2021-08-08T05:36:17,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210815.gz,64013886,61.0 MB,2021-08-15T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210822.gz,64034897,61.1 MB,2021-08-22T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210829.gz,64049501,61.1 MB,2021-08-29T05:36:17,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210905.gz,64041653,61.1 MB,2021-09-05T05:37:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210912.gz,64096996,61.1 MB,2021-09-12T05:36:20,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210919.gz,64115449,61.1 MB,2021-09-19T05:36:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20210926.gz,64137951,61.2 MB,2021-09-26T05:36:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20211003.gz,64159654,61.2 MB,2021-10-03T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20211010.gz,64170086,61.2 MB,2021-10-10T05:36:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20211017.gz,64197472,61.2 MB,2021-10-17T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20211024.gz,64210707,61.2 MB,2021-10-24T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20211031.gz,64243513,61.3 MB,2021-10-31T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20211107.gz,64269086,61.3 MB,2021-11-07T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20211114.gz,64272900,61.3 MB,2021-11-14T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20211121.gz,64292685,61.3 MB,2021-11-21T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20211128.gz,64304210,61.3 MB,2021-11-28T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20211205.gz,64326008,61.3 MB,2021-12-05T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20211212.gz,64344358,61.4 MB,2021-12-12T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20211219.gz,64361644,61.4 MB,2021-12-19T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20211226.gz,64369189,61.4 MB,2021-12-26T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220102.gz,64379664,61.4 MB,2022-01-02T05:35:45,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220109.gz,64405260,61.4 MB,2022-01-09T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220116.gz,64440581,61.5 MB,2022-01-16T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220123.gz,64454942,61.5 MB,2022-01-23T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220130.gz,64473820,61.5 MB,2022-01-30T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220206.gz,64444475,61.5 MB,2022-02-06T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220213.gz,64470133,61.5 MB,2022-02-13T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220220.gz,64477622,61.5 MB,2022-02-20T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220227.gz,64496310,61.5 MB,2022-02-27T05:36:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220306.gz,64457511,61.5 MB,2022-03-06T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220313.gz,64479557,61.5 MB,2022-03-13T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220320.gz,64497916,61.5 MB,2022-03-20T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220327.gz,64521088,61.5 MB,2022-03-27T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220403.gz,64544986,61.6 MB,2022-04-03T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220410.gz,64565168,61.6 MB,2022-04-10T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220417.gz,64584744,61.6 MB,2022-04-17T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220424.gz,64603217,61.6 MB,2022-04-24T05:35:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220501.gz,64636662,61.6 MB,2022-05-01T05:35:42,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220508.gz,64657239,61.7 MB,2022-05-08T05:35:45,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220515.gz,64678213,61.7 MB,2022-05-15T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220522.gz,64696015,61.7 MB,2022-05-22T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220529.gz,64712713,61.7 MB,2022-05-29T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220605.gz,64733877,61.7 MB,2022-06-05T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220612.gz,64743209,61.7 MB,2022-06-12T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220619.gz,64765225,61.8 MB,2022-06-19T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220626.gz,64767983,61.8 MB,2022-06-26T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220703.gz,64783577,61.8 MB,2022-07-03T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220710.gz,64799753,61.8 MB,2022-07-10T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220717.gz,64826642,61.8 MB,2022-07-17T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220724.gz,64845350,61.8 MB,2022-07-24T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220731.gz,64869047,61.9 MB,2022-07-31T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220807.gz,64880205,61.9 MB,2022-08-07T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220814.gz,64899607,61.9 MB,2022-08-14T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220821.gz,64926340,61.9 MB,2022-08-21T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220828.gz,64945744,61.9 MB,2022-08-28T05:35:45,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220904.gz,64971695,62.0 MB,2022-09-04T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220911.gz,64989749,62.0 MB,2022-09-11T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220918.gz,65005008,62.0 MB,2022-09-18T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20220925.gz,65022878,62.0 MB,2022-09-25T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20221002.gz,65060141,62.0 MB,2022-10-02T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20221009.gz,65088252,62.1 MB,2022-10-09T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20221016.gz,65134218,62.1 MB,2022-10-16T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20221023.gz,65162009,62.1 MB,2022-10-23T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20221030.gz,65183179,62.2 MB,2022-10-30T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20221106.gz,65199846,62.2 MB,2022-11-06T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20221113.gz,65216947,62.2 MB,2022-11-13T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20221120.gz,65235394,62.2 MB,2022-11-20T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20221127.gz,65257989,62.2 MB,2022-11-27T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20221204.gz,65275874,62.3 MB,2022-12-04T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20221211.gz,65296676,62.3 MB,2022-12-11T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20221218.gz,65308137,62.3 MB,2022-12-18T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20221225.gz,65231280,62.2 MB,2022-12-25T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230101.gz,65010444,62.0 MB,2023-01-01T05:35:44,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230108.gz,65031538,62.0 MB,2023-01-08T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230115.gz,65058290,62.0 MB,2023-01-15T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230122.gz,65075944,62.1 MB,2023-01-22T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230129.gz,65094837,62.1 MB,2023-01-29T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230205.gz,65095432,62.1 MB,2023-02-05T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230212.gz,65115188,62.1 MB,2023-02-12T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230219.gz,65134806,62.1 MB,2023-02-19T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230226.gz,65131924,62.1 MB,2023-02-26T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230305.gz,65149336,62.1 MB,2023-03-05T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230312.gz,65170370,62.2 MB,2023-03-12T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230319.gz,65172647,62.2 MB,2023-03-19T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230326.gz,65199667,62.2 MB,2023-03-26T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230402.gz,65222661,62.2 MB,2023-04-02T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230409.gz,65243944,62.2 MB,2023-04-09T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230416.gz,65257796,62.2 MB,2023-04-16T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230423.gz,65250607,62.2 MB,2023-04-23T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230430.gz,65224528,62.2 MB,2023-04-30T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230507.gz,65239225,62.2 MB,2023-05-07T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230514.gz,65261779,62.2 MB,2023-05-14T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230521.gz,65292335,62.3 MB,2023-05-21T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230528.gz,65314995,62.3 MB,2023-05-28T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230604.gz,65332349,62.3 MB,2023-06-04T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230611.gz,65348095,62.3 MB,2023-06-11T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230618.gz,65338734,62.3 MB,2023-06-18T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230625.gz,65331417,62.3 MB,2023-06-25T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230702.gz,65354942,62.3 MB,2023-07-02T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230709.gz,65376704,62.3 MB,2023-07-09T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230716.gz,65403640,62.4 MB,2023-07-16T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230723.gz,65363566,62.3 MB,2023-07-23T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230730.gz,65284620,62.3 MB,2023-07-30T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230806.gz,65283399,62.3 MB,2023-08-06T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230813.gz,65305551,62.3 MB,2023-08-13T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230820.gz,65323060,62.3 MB,2023-08-20T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230827.gz,65336514,62.3 MB,2023-08-27T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230903.gz,65300334,62.3 MB,2023-09-03T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230910.gz,65315067,62.3 MB,2023-09-10T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230917.gz,65239904,62.2 MB,2023-09-17T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20230924.gz,65253255,62.2 MB,2023-09-24T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231001.gz,65194389,62.2 MB,2023-10-01T05:35:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231008.gz,65220476,62.2 MB,2023-10-08T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231015.gz,65243090,62.2 MB,2023-10-15T05:36:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231022.gz,65266119,62.2 MB,2023-10-22T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231029.gz,65289848,62.3 MB,2023-10-29T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231105.gz,65308136,62.3 MB,2023-11-05T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231112.gz,65334941,62.3 MB,2023-11-12T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231119.gz,65354142,62.3 MB,2023-11-19T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231126.gz,65374885,62.3 MB,2023-11-26T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231203.gz,65402669,62.4 MB,2023-12-03T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231210.gz,65421788,62.4 MB,2023-12-10T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231217.gz,65445216,62.4 MB,2023-12-17T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231224.gz,65466406,62.4 MB,2023-12-24T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20231231.gz,65481931,62.4 MB,2023-12-31T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240107.gz,65506174,62.5 MB,2024-01-07T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240114.gz,65518770,62.5 MB,2024-01-14T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240121.gz,65536970,62.5 MB,2024-01-21T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240128.gz,65423267,62.4 MB,2024-01-28T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240204.gz,65421513,62.4 MB,2024-02-04T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240211.gz,65438038,62.4 MB,2024-02-11T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240218.gz,65463263,62.4 MB,2024-02-18T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240225.gz,65489471,62.5 MB,2024-02-25T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240303.gz,65490121,62.5 MB,2024-03-03T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240310.gz,65507513,62.5 MB,2024-03-10T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240317.gz,65509177,62.5 MB,2024-03-17T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240324.gz,65544099,62.5 MB,2024-03-24T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240331.gz,65537539,62.5 MB,2024-03-31T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240407.gz,65553949,62.5 MB,2024-04-07T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240414.gz,65572400,62.5 MB,2024-04-14T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240421.gz,65584313,62.5 MB,2024-04-21T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240428.gz,65623086,62.6 MB,2024-04-28T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240505.gz,65616187,62.6 MB,2024-05-05T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240512.gz,65636973,62.6 MB,2024-05-12T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240519.gz,65660684,62.6 MB,2024-05-19T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240526.gz,65661929,62.6 MB,2024-05-26T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240602.gz,65669793,62.6 MB,2024-06-02T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240609.gz,65688792,62.6 MB,2024-06-09T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240616.gz,65715062,62.7 MB,2024-06-16T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240623.gz,65729870,62.7 MB,2024-06-23T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240630.gz,65726783,62.7 MB,2024-06-30T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240707.gz,65746990,62.7 MB,2024-07-07T05:35:54,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240714.gz,65766199,62.7 MB,2024-07-14T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240721.gz,65801600,62.8 MB,2024-07-21T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240728.gz,65823424,62.8 MB,2024-07-28T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240804.gz,65776793,62.7 MB,2024-08-04T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240811.gz,65800337,62.8 MB,2024-08-11T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240820,177920470,169.7 MB,2024-08-20T23:24:10,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240825.gz,66676429,63.6 MB,2024-08-25T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240901.gz,66647491,63.6 MB,2024-09-01T05:35:44,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240908.gz,66719737,63.6 MB,2024-09-08T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240915.gz,66694683,63.6 MB,2024-09-15T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240922.gz,66754611,63.7 MB,2024-09-22T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20240929.gz,66773927,63.7 MB,2024-09-29T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20241006.gz,66738600,63.6 MB,2024-10-06T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20241013.gz,66771366,63.7 MB,2024-10-13T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20241020.gz,66805729,63.7 MB,2024-10-20T05:35:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20241027.gz,66832983,63.7 MB,2024-10-27T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20241103.gz,66834304,63.7 MB,2024-11-03T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20241110.gz,66826601,63.7 MB,2024-11-10T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20241117.gz,66822860,63.7 MB,2024-11-17T05:35:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20241124.gz,66876283,63.8 MB,2024-11-24T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20241201.gz,66871437,63.8 MB,2024-12-01T05:35:45,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20241208.gz,66928610,63.8 MB,2024-12-08T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20241215.gz,66877342,63.8 MB,2024-12-15T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20241222.gz,66884670,63.8 MB,2024-12-22T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20241229.gz,66823879,63.7 MB,2024-12-29T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250105.gz,66953878,63.9 MB,2025-01-05T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250112.gz,66983156,63.9 MB,2025-01-12T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250119.gz,66971369,63.9 MB,2025-01-19T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250126.gz,67027540,63.9 MB,2025-01-26T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250202.gz,67013819,63.9 MB,2025-02-02T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250209.gz,67036172,63.9 MB,2025-02-09T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250216.gz,67059914,64.0 MB,2025-02-16T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250223.gz,67045348,63.9 MB,2025-02-23T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250302.gz,67054910,63.9 MB,2025-03-02T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250309.gz,67101025,64.0 MB,2025-03-09T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250316.gz,67131678,64.0 MB,2025-03-16T05:36:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250323.gz,67116476,64.0 MB,2025-03-23T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250330.gz,67107334,64.0 MB,2025-03-30T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250406.gz,67119118,64.0 MB,2025-04-06T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250413.gz,67175429,64.1 MB,2025-04-13T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250420.gz,67155187,64.0 MB,2025-04-20T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250427.gz,67193364,64.1 MB,2025-04-27T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250504.gz,67202119,64.1 MB,2025-05-04T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250511.gz,67243596,64.1 MB,2025-05-11T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250518.gz,67282205,64.2 MB,2025-05-18T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250525.gz,67270658,64.2 MB,2025-05-25T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250601.gz,67294400,64.2 MB,2025-06-01T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250608.gz,67317694,64.2 MB,2025-06-08T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250615.gz,67309805,64.2 MB,2025-06-15T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250622.gz,67344869,64.2 MB,2025-06-22T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250629.gz,67346404,64.2 MB,2025-06-29T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250706.gz,67344107,64.2 MB,2025-07-06T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250713.gz,67284511,64.2 MB,2025-07-13T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250720.gz,67420336,64.3 MB,2025-07-20T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250727.gz,67405547,64.3 MB,2025-07-27T05:35:54,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250803.gz,67408675,64.3 MB,2025-08-03T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250810.gz,67434864,64.3 MB,2025-08-10T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250817.gz,67457034,64.3 MB,2025-08-17T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250824.gz,67442624,64.3 MB,2025-08-24T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250831.gz,67479950,64.4 MB,2025-08-31T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250907.gz,67503594,64.4 MB,2025-09-07T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250914.gz,67491767,64.4 MB,2025-09-14T05:35:54,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250921.gz,67513973,64.4 MB,2025-09-21T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20250928.gz,67533815,64.4 MB,2025-09-28T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20251005.gz,67488924,64.4 MB,2025-10-05T05:35:54,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20251012.gz,67486822,64.4 MB,2025-10-12T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20251019.gz,67549137,64.4 MB,2025-10-19T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20251026.gz,67558877,64.4 MB,2025-10-26T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20251102.gz,67583355,64.5 MB,2025-11-02T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20251109.gz,67591687,64.5 MB,2025-11-09T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20251116.gz,67611947,64.5 MB,2025-11-16T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20251123.gz,67645065,64.5 MB,2025-11-23T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20251130.gz,67666269,64.5 MB,2025-11-30T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20251207.gz,67643970,64.5 MB,2025-12-07T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20251214.gz,67674263,64.5 MB,2025-12-14T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20251221.gz,67694249,64.6 MB,2025-12-21T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20251228.gz,67702300,64.6 MB,2025-12-28T05:35:54,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20260104.gz,67715569,64.6 MB,2026-01-04T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20260118.gz,67735284,64.6 MB,2026-01-18T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20260125.gz,67693950,64.6 MB,2026-01-25T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20260201.gz,67772488,64.6 MB,2026-02-01T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20260208.gz,67725275,64.6 MB,2026-02-08T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20260215.gz,67804487,64.7 MB,2026-02-15T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_data_20260222,180634197,172.3 MB,2026-02-22T05:35:52,,Reports/deletedbibs
Reports/deletedbibs/bib_data_20260301,180678987,172.3 MB,2026-03-01T05:35:45,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20140812,13646232,13.0 MB,2014-08-12T05:47:59,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20141126,13728432,13.1 MB,2014-11-26T12:12:17,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20141202,13702096,13.1 MB,2014-12-02T10:19:19,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20141207,13703248,13.1 MB,2014-12-07T06:02:01,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20141214,13705664,13.1 MB,2014-12-14T06:04:03,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20141221,13699816,13.1 MB,2014-12-21T05:51:35,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20141228,13637264,13.0 MB,2014-12-28T05:52:10,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150104,13641040,13.0 MB,2015-01-04T05:51:40,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150118,13624128,13.0 MB,2015-01-18T05:50:48,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150125,13627928,13.0 MB,2015-01-25T06:00:10,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150201,13632160,13.0 MB,2015-02-01T05:51:27,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150208,13635064,13.0 MB,2015-02-08T05:53:03,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150215,13639488,13.0 MB,2015-02-15T05:54:06,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150222,13642936,13.0 MB,2015-02-22T05:50:15,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150301,13647696,13.0 MB,2015-03-01T05:38:39,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150308.zip,0,0.0 B,2015-03-22T05:44:28,.zip,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150309,13650400,13.0 MB,2015-03-09T08:54:11,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150315.zip,0,0.0 B,2015-03-29T05:45:00,.zip,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150316,13650512,13.0 MB,2015-03-16T11:36:21,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150322.gz,4834177,4.6 MB,2015-03-22T05:44:05,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150329.gz,4838071,4.6 MB,2015-03-29T05:44:38,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150405.gz,4842292,4.6 MB,2015-04-05T05:42:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150412.gz,4842793,4.6 MB,2015-04-12T05:43:33,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150419.gz,4844066,4.6 MB,2015-04-19T05:43:35,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150426.gz,4848312,4.6 MB,2015-04-26T05:43:29,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150503.gz,4857997,4.6 MB,2015-05-03T05:42:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150510.gz,4862391,4.6 MB,2015-05-10T05:43:28,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150517.gz,4864464,4.6 MB,2015-05-17T05:43:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150524.gz,4869451,4.6 MB,2015-05-24T05:44:44,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150531.gz,4871389,4.6 MB,2015-05-31T05:43:42,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150607.gz,4873569,4.6 MB,2015-06-07T05:43:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150614.gz,4875098,4.6 MB,2015-06-14T05:44:45,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150621.gz,4878634,4.7 MB,2015-06-21T05:44:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150628.gz,4881263,4.7 MB,2015-06-28T05:45:12,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150705.gz,4882438,4.7 MB,2015-07-05T05:43:40,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150712.gz,4885169,4.7 MB,2015-07-12T05:54:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150719.gz,4886843,4.7 MB,2015-07-19T05:49:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150726.gz,4888610,4.7 MB,2015-07-26T05:48:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150802.gz,4886215,4.7 MB,2015-08-02T05:44:07,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150809.gz,4876080,4.7 MB,2015-08-09T05:45:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150816.gz,4864336,4.6 MB,2015-08-16T05:48:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150823.gz,4868647,4.6 MB,2015-08-23T05:44:54,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150830.gz,4867516,4.6 MB,2015-08-30T05:44:08,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150906.gz,4876036,4.7 MB,2015-09-06T05:44:44,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150913.gz,4881466,4.7 MB,2015-09-13T05:47:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150920.gz,4884587,4.7 MB,2015-09-20T05:44:28,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20150927.gz,4887827,4.7 MB,2015-09-27T05:48:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20151004.gz,4891276,4.7 MB,2015-10-04T05:48:32,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20151011.gz,4884824,4.7 MB,2015-10-11T05:48:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20151018.gz,4889712,4.7 MB,2015-10-18T05:48:09,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20151025.gz,4904048,4.7 MB,2015-10-25T05:45:32,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20151101.gz,4909284,4.7 MB,2015-11-01T05:42:31,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20151108.gz,4915758,4.7 MB,2015-11-08T05:44:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20151115.gz,4920893,4.7 MB,2015-11-15T05:48:37,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20151122.gz,4922812,4.7 MB,2015-11-22T05:45:08,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20151129.gz,4923399,4.7 MB,2015-11-29T05:48:26,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20151206.gz,4926159,4.7 MB,2015-12-06T05:48:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20151213.gz,4927219,4.7 MB,2015-12-13T05:49:40,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20151220.gz,4929856,4.7 MB,2015-12-20T05:48:27,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20151227.gz,4932088,4.7 MB,2015-12-27T05:45:20,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160103.gz,4934042,4.7 MB,2016-01-03T05:44:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160110.gz,4937243,4.7 MB,2016-01-10T05:43:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160117.gz,4939459,4.7 MB,2016-01-17T05:43:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160124.gz,4938536,4.7 MB,2016-01-24T05:44:24,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160131.gz,4938378,4.7 MB,2016-01-31T05:45:06,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160207.gz,4941440,4.7 MB,2016-02-07T05:45:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160214.gz,4963711,4.7 MB,2016-02-14T05:49:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160221.gz,4964765,4.7 MB,2016-02-21T05:45:06,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160228.gz,4964512,4.7 MB,2016-02-28T05:43:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160306.gz,4966633,4.7 MB,2016-03-06T05:43:19,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160313.gz,4971189,4.7 MB,2016-03-13T05:43:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160320.gz,4973963,4.7 MB,2016-03-20T05:50:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160327.gz,4976385,4.7 MB,2016-03-27T05:49:25,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160403.gz,4979649,4.7 MB,2016-04-03T05:48:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160410.gz,4978353,4.7 MB,2016-04-10T05:45:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160417.gz,4981594,4.8 MB,2016-04-17T05:48:54,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160424.gz,4984120,4.8 MB,2016-04-24T05:45:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160501.gz,4986738,4.8 MB,2016-05-01T05:41:42,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160508.gz,4989458,4.8 MB,2016-05-08T05:49:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160515.gz,4991866,4.8 MB,2016-05-15T05:44:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160522.gz,4997634,4.8 MB,2016-05-22T05:45:19,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160529.gz,4998924,4.8 MB,2016-05-29T05:45:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160605.gz,5001498,4.8 MB,2016-06-05T05:45:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160612.gz,5002938,4.8 MB,2016-06-12T05:44:24,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160619.gz,5008242,4.8 MB,2016-06-19T05:49:35,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160626.gz,5011044,4.8 MB,2016-06-26T05:48:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160703.gz,5013259,4.8 MB,2016-07-03T05:44:33,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160710.gz,5015430,4.8 MB,2016-07-10T05:44:37,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160717.gz,5016529,4.8 MB,2016-07-17T05:44:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160724.gz,5019053,4.8 MB,2016-07-24T05:44:44,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160731.gz,5020562,4.8 MB,2016-07-31T05:44:45,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160807.gz,5022886,4.8 MB,2016-08-07T05:44:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160814.gz,5026022,4.8 MB,2016-08-14T05:43:35,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160821.gz,5027537,4.8 MB,2016-08-21T05:48:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160828.gz,5030016,4.8 MB,2016-08-28T05:49:06,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160904.gz,5030073,4.8 MB,2016-09-04T05:45:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160911.gz,5026998,4.8 MB,2016-09-11T05:43:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160918.gz,5029450,4.8 MB,2016-09-18T05:48:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20160925.gz,5032356,4.8 MB,2016-09-25T05:44:09,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20161002.gz,5034417,4.8 MB,2016-10-02T05:45:19,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20161009.gz,5037050,4.8 MB,2016-10-09T05:49:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20161016.gz,5040706,4.8 MB,2016-10-16T05:44:19,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20161023.gz,5038798,4.8 MB,2016-10-23T05:45:06,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20161030.gz,5043952,4.8 MB,2016-10-30T05:44:34,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20161106.gz,5045942,4.8 MB,2016-11-06T05:44:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20161113.gz,5048700,4.8 MB,2016-11-13T05:44:35,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20161120.gz,5049097,4.8 MB,2016-11-20T05:44:58,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20161127.gz,5050341,4.8 MB,2016-11-27T05:44:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20161204.gz,5052416,4.8 MB,2016-12-04T05:44:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20161211.gz,5054835,4.8 MB,2016-12-11T05:49:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20161218.gz,5057957,4.8 MB,2016-12-18T05:50:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20161225.gz,5058213,4.8 MB,2016-12-25T05:50:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170101.gz,5058607,4.8 MB,2017-01-01T05:44:09,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170108.gz,5059765,4.8 MB,2017-01-08T05:50:32,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170115.gz,5063714,4.8 MB,2017-01-15T05:52:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170122.gz,5065946,4.8 MB,2017-01-22T05:52:12,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170129.gz,5065479,4.8 MB,2017-01-29T05:52:37,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170205.gz,5065948,4.8 MB,2017-02-05T05:52:05,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170212.gz,5068244,4.8 MB,2017-02-12T05:52:31,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170219.gz,5070614,4.8 MB,2017-02-19T05:53:28,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170226.gz,5073414,4.8 MB,2017-02-26T05:53:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170305.gz,5075104,4.8 MB,2017-03-05T05:53:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170312.gz,5078494,4.8 MB,2017-03-12T05:52:26,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170319.gz,5080439,4.8 MB,2017-03-19T05:51:36,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170326.gz,5082008,4.8 MB,2017-03-26T05:50:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170402.gz,5084790,4.8 MB,2017-04-02T05:50:38,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170409.gz,5086691,4.9 MB,2017-04-09T05:50:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170416.gz,5088415,4.9 MB,2017-04-16T05:50:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170423.gz,5091455,4.9 MB,2017-04-23T05:50:05,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170430.gz,5130408,4.9 MB,2017-04-30T05:39:23,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170507.gz,5133502,4.9 MB,2017-05-07T05:39:06,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170514.gz,5136574,4.9 MB,2017-05-14T05:39:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170521.gz,5138694,4.9 MB,2017-05-21T05:39:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170528.gz,5140795,4.9 MB,2017-05-28T05:39:26,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170604.gz,5142445,4.9 MB,2017-06-04T05:39:24,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170611,14019912,13.4 MB,2017-06-11T05:39:13,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170618.gz,5144459,4.9 MB,2017-06-18T05:39:26,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170625.gz,37,37.0 B,2017-06-25T05:39:34,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170702.gz,5149670,4.9 MB,2017-07-02T05:39:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170709.gz,5152690,4.9 MB,2017-07-09T05:39:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170716.gz,5155571,4.9 MB,2017-07-16T05:39:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170723.gz,5157815,4.9 MB,2017-07-23T05:40:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170730.gz,5156914,4.9 MB,2017-07-30T05:40:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170806.gz,5161787,4.9 MB,2017-08-06T05:40:07,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170813.gz,5169054,4.9 MB,2017-08-13T05:40:23,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170820.gz,5171273,4.9 MB,2017-08-20T05:40:08,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170827.gz,5174401,4.9 MB,2017-08-27T05:40:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170903.gz,5176817,4.9 MB,2017-09-03T05:39:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170910.gz,5180042,4.9 MB,2017-09-10T05:39:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170917.gz,5179667,4.9 MB,2017-09-17T05:38:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20170924.gz,5182743,4.9 MB,2017-09-24T05:39:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171001.gz,5203544,5.0 MB,2017-10-01T05:38:38,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171008.gz,5206080,5.0 MB,2017-10-08T05:39:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171015.gz,5211625,5.0 MB,2017-10-15T05:39:20,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171022.gz,5228730,5.0 MB,2017-10-22T05:39:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171029.gz,5230890,5.0 MB,2017-10-29T05:39:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171105.gz,5235024,5.0 MB,2017-11-05T05:39:08,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171112.gz,5235645,5.0 MB,2017-11-12T05:39:08,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171119.gz,5237921,5.0 MB,2017-11-19T05:39:09,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171126.gz,5239955,5.0 MB,2017-11-26T05:39:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171203.gz,5242391,5.0 MB,2017-12-03T05:39:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171210.gz,5245084,5.0 MB,2017-12-10T05:39:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171217.gz,5249833,5.0 MB,2017-12-17T05:39:19,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171224.gz,5254364,5.0 MB,2017-12-24T05:39:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20171231.gz,5253628,5.0 MB,2017-12-31T05:39:25,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180107.gz,5256144,5.0 MB,2018-01-07T05:39:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180114.gz,5252134,5.0 MB,2018-01-14T05:39:17,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180121.gz,5255636,5.0 MB,2018-01-21T05:39:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180128.gz,5257733,5.0 MB,2018-01-28T05:39:28,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180204.gz,5260466,5.0 MB,2018-02-04T05:39:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180211.gz,5260463,5.0 MB,2018-02-11T05:39:08,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180218.gz,5262663,5.0 MB,2018-02-18T05:39:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180225.gz,5264130,5.0 MB,2018-02-25T05:39:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180304.gz,5268376,5.0 MB,2018-03-04T05:39:27,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180311.gz,5269751,5.0 MB,2018-03-11T05:39:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180318.gz,5280832,5.0 MB,2018-03-18T05:39:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180325.gz,5283247,5.0 MB,2018-03-25T05:39:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180401.gz,5285471,5.0 MB,2018-04-01T05:38:38,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180408.gz,5288631,5.0 MB,2018-04-08T05:38:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180415.gz,5291261,5.0 MB,2018-04-15T05:39:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180422.gz,5292919,5.0 MB,2018-04-22T05:39:05,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180429.gz,5295195,5.0 MB,2018-04-29T05:39:07,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180506.gz,5295193,5.0 MB,2018-05-06T05:39:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180513.gz,5285173,5.0 MB,2018-05-13T05:39:06,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180520.gz,5278734,5.0 MB,2018-05-20T05:36:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180527.gz,5288943,5.0 MB,2018-05-27T05:36:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180603.gz,5291087,5.0 MB,2018-06-03T05:36:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180610.gz,5293184,5.0 MB,2018-06-10T05:37:09,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180617.gz,5297206,5.1 MB,2018-06-17T05:37:21,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180624.gz,5298874,5.1 MB,2018-06-24T05:37:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180701.gz,5300303,5.1 MB,2018-07-01T05:36:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180708.gz,5301827,5.1 MB,2018-07-08T05:37:23,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180715.gz,5302664,5.1 MB,2018-07-15T05:37:20,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180722.gz,5297564,5.1 MB,2018-07-22T05:37:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180729.gz,5302191,5.1 MB,2018-07-29T05:37:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180805.gz,5305188,5.1 MB,2018-08-05T05:37:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180812.gz,5304822,5.1 MB,2018-08-12T05:37:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180819.gz,5307221,5.1 MB,2018-08-19T05:37:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180826.gz,5310185,5.1 MB,2018-08-26T05:37:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180902.gz,5312270,5.1 MB,2018-09-02T05:37:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180909.gz,5306180,5.1 MB,2018-09-09T05:37:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180916.gz,5309238,5.1 MB,2018-09-16T05:37:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180923.gz,5309636,5.1 MB,2018-09-23T05:37:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20180930.gz,5312084,5.1 MB,2018-09-30T05:37:12,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20181007.gz,5315275,5.1 MB,2018-10-07T05:37:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20181014.gz,5317592,5.1 MB,2018-10-14T05:37:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20181021.gz,5318176,5.1 MB,2018-10-21T05:37:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20181028.gz,5320022,5.1 MB,2018-10-28T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20181104.gz,5321624,5.1 MB,2018-11-04T05:37:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20181111.gz,5322560,5.1 MB,2018-11-11T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20181118.gz,5325591,5.1 MB,2018-11-18T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20181125.gz,5327571,5.1 MB,2018-11-25T05:37:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20181202.gz,5329762,5.1 MB,2018-12-02T05:37:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20181209.gz,5331146,5.1 MB,2018-12-09T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20181216.gz,5333928,5.1 MB,2018-12-16T05:37:21,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20181223.gz,5335859,5.1 MB,2018-12-23T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20181230.gz,5318778,5.1 MB,2018-12-30T05:37:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190106.gz,5318111,5.1 MB,2019-01-06T05:37:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190113.gz,5319426,5.1 MB,2019-01-13T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190120.gz,5318894,5.1 MB,2019-01-20T05:37:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190127.gz,5320408,5.1 MB,2019-01-27T05:37:17,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190203.gz,5321853,5.1 MB,2019-02-03T05:37:12,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190210.gz,5325226,5.1 MB,2019-02-10T05:37:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190217.gz,5328029,5.1 MB,2019-02-17T05:37:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190224.gz,5329319,5.1 MB,2019-02-24T05:37:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190303.gz,5332621,5.1 MB,2019-03-03T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190305,14146048,13.5 MB,2019-03-05T10:10:11,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190310.gz,5335155,5.1 MB,2019-03-10T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190317.gz,5375885,5.1 MB,2019-03-17T05:37:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190324.gz,5418369,5.2 MB,2019-03-24T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190331.gz,5421600,5.2 MB,2019-03-31T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190407.gz,5421956,5.2 MB,2019-04-07T05:37:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190414.gz,5423615,5.2 MB,2019-04-14T05:37:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190421.gz,5425468,5.2 MB,2019-04-21T05:37:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190428.gz,5428069,5.2 MB,2019-04-28T05:37:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190505.gz,5429391,5.2 MB,2019-05-05T05:37:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190512.gz,5395137,5.1 MB,2019-05-12T05:37:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190519.gz,5419412,5.2 MB,2019-05-19T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190526.gz,5420601,5.2 MB,2019-05-26T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190602.gz,5421426,5.2 MB,2019-06-02T05:35:58,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190609.gz,5428515,5.2 MB,2019-06-09T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190616.gz,5434297,5.2 MB,2019-06-16T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190623.gz,5429915,5.2 MB,2019-06-23T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190630.gz,5432372,5.2 MB,2019-06-30T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190707.gz,5439876,5.2 MB,2019-07-07T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190714.gz,5440014,5.2 MB,2019-07-14T05:36:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190721.gz,5439322,5.2 MB,2019-07-21T05:36:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190728.gz,5445689,5.2 MB,2019-07-28T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190804.gz,5439058,5.2 MB,2019-08-04T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190811.gz,5447439,5.2 MB,2019-08-11T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190818.gz,5446622,5.2 MB,2019-08-18T05:35:58,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190825.gz,5418353,5.2 MB,2019-08-25T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190901.gz,5416255,5.2 MB,2019-09-01T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190908.gz,5416434,5.2 MB,2019-09-08T05:35:58,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190915.gz,5422431,5.2 MB,2019-09-15T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190922.gz,5423727,5.2 MB,2019-09-22T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20190929.gz,5430956,5.2 MB,2019-09-29T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20191006.gz,5434017,5.2 MB,2019-10-06T05:35:58,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20191013.gz,5430318,5.2 MB,2019-10-13T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20191020.gz,5437129,5.2 MB,2019-10-20T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20191027.gz,5441718,5.2 MB,2019-10-27T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20191103.gz,5445573,5.2 MB,2019-11-03T05:36:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20191110.gz,5445832,5.2 MB,2019-11-10T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20191117.gz,5455697,5.2 MB,2019-11-17T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20191124.gz,5451934,5.2 MB,2019-11-24T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20191201.gz,5451979,5.2 MB,2019-12-01T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20191208.gz,5461506,5.2 MB,2019-12-08T05:36:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20191215.gz,5458205,5.2 MB,2019-12-15T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20191222.gz,5458013,5.2 MB,2019-12-22T05:36:20,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20191229.gz,5461930,5.2 MB,2019-12-29T05:36:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200105.gz,5463850,5.2 MB,2020-01-05T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200112.gz,5466044,5.2 MB,2020-01-12T05:36:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200119.gz,5464745,5.2 MB,2020-01-19T05:36:19,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200126.gz,5466024,5.2 MB,2020-01-26T05:36:23,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200202.gz,5467559,5.2 MB,2020-02-02T05:36:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200209.gz,5470937,5.2 MB,2020-02-09T05:36:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200216.gz,5471343,5.2 MB,2020-02-16T05:36:23,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200223.gz,5471354,5.2 MB,2020-02-23T05:36:19,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200301.gz,5474180,5.2 MB,2020-03-01T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200308.gz,5473664,5.2 MB,2020-03-08T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200315.gz,5463796,5.2 MB,2020-03-15T05:36:20,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200322.gz,5465321,5.2 MB,2020-03-22T05:36:23,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200329.gz,5467785,5.2 MB,2020-03-29T05:36:19,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200405.gz,5472407,5.2 MB,2020-04-05T05:36:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200412.gz,5465260,5.2 MB,2020-04-12T05:36:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200419.gz,5465142,5.2 MB,2020-04-19T05:36:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200426.gz,5461677,5.2 MB,2020-04-26T05:36:25,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200503.gz,5463829,5.2 MB,2020-05-03T05:36:28,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200510.gz,5458045,5.2 MB,2020-05-10T05:36:26,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200517.gz,5462653,5.2 MB,2020-05-17T05:36:28,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200524.gz,5460800,5.2 MB,2020-05-24T05:36:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200531.gz,5469862,5.2 MB,2020-05-31T05:36:05,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200607.gz,5463217,5.2 MB,2020-06-07T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200614.gz,5467292,5.2 MB,2020-06-14T05:36:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200621.gz,5465325,5.2 MB,2020-06-21T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200628.gz,5471555,5.2 MB,2020-06-28T05:36:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200705.gz,5471567,5.2 MB,2020-07-05T05:36:05,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200712.gz,5476867,5.2 MB,2020-07-12T05:36:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200719.gz,5471186,5.2 MB,2020-07-19T05:36:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200726.gz,5472796,5.2 MB,2020-07-26T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200802.gz,5476251,5.2 MB,2020-08-02T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200809.gz,5478863,5.2 MB,2020-08-09T05:36:03,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200816.gz,5473664,5.2 MB,2020-08-16T05:36:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200823.gz,5477655,5.2 MB,2020-08-23T05:36:29,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200830.gz,5477456,5.2 MB,2020-08-30T05:36:05,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200906.gz,5483815,5.2 MB,2020-09-06T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200913.gz,5483979,5.2 MB,2020-09-13T05:36:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200920.gz,5486982,5.2 MB,2020-09-20T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20200927.gz,5489823,5.2 MB,2020-09-27T05:36:12,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20201004.gz,5493873,5.2 MB,2020-10-04T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20201011.gz,5353629,5.1 MB,2020-10-11T05:36:12,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20201018.gz,5351843,5.1 MB,2020-10-18T05:36:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20201025.gz,5356330,5.1 MB,2020-10-25T05:36:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20201101.gz,5361558,5.1 MB,2020-11-01T05:36:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20201108.gz,5367209,5.1 MB,2020-11-08T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20201115.gz,5373450,5.1 MB,2020-11-15T05:36:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20201122.gz,5374999,5.1 MB,2020-11-22T05:36:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20201129.gz,5375588,5.1 MB,2020-11-29T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20201206.gz,5378435,5.1 MB,2020-12-06T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20201213.gz,5378121,5.1 MB,2020-12-13T05:36:23,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20201220.gz,5379090,5.1 MB,2020-12-20T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20201227.gz,5385236,5.1 MB,2020-12-27T05:36:17,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210103.gz,5364570,5.1 MB,2021-01-03T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210110.gz,5370139,5.1 MB,2021-01-10T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210117.gz,5361554,5.1 MB,2021-01-17T05:36:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210124.gz,5362915,5.1 MB,2021-01-24T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210131.gz,5367201,5.1 MB,2021-01-31T05:36:16,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210207.gz,5367499,5.1 MB,2021-02-07T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210214.gz,5364983,5.1 MB,2021-02-14T05:36:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210221.gz,5368031,5.1 MB,2021-02-21T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210228.gz,5364538,5.1 MB,2021-02-28T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210307.gz,5365015,5.1 MB,2021-03-07T05:36:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210314.gz,5360745,5.1 MB,2021-03-14T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210321.gz,5360768,5.1 MB,2021-03-21T05:36:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210328.gz,5362870,5.1 MB,2021-03-28T05:36:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210404.gz,5368260,5.1 MB,2021-04-04T05:36:11,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210411.gz,5367736,5.1 MB,2021-04-11T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210418.gz,5373324,5.1 MB,2021-04-18T05:36:12,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210425.gz,5374198,5.1 MB,2021-04-25T05:36:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210502.gz,5372693,5.1 MB,2021-05-02T05:36:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210509.gz,5377115,5.1 MB,2021-05-09T05:36:17,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210516.gz,5375739,5.1 MB,2021-05-16T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210523.gz,5382275,5.1 MB,2021-05-23T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210530.gz,5379674,5.1 MB,2021-05-30T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210606.gz,5385394,5.1 MB,2021-06-06T05:35:58,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210613.gz,5388017,5.1 MB,2021-06-13T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210620.gz,5388433,5.1 MB,2021-06-20T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210627.gz,5391403,5.1 MB,2021-06-27T05:36:13,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210704.gz,5390852,5.1 MB,2021-07-04T05:36:19,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210711.gz,5395270,5.1 MB,2021-07-11T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210718.gz,5396631,5.1 MB,2021-07-18T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210725.gz,5397005,5.1 MB,2021-07-25T05:36:14,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210801.gz,5401647,5.2 MB,2021-08-01T05:36:08,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210808.gz,5401636,5.2 MB,2021-08-08T05:36:17,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210815.gz,5406293,5.2 MB,2021-08-15T05:36:15,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210822.gz,5405273,5.2 MB,2021-08-22T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210829.gz,5411232,5.2 MB,2021-08-29T05:36:17,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210905.gz,5388531,5.1 MB,2021-09-05T05:37:10,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210912.gz,5415592,5.2 MB,2021-09-12T05:36:20,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210919.gz,5417955,5.2 MB,2021-09-19T05:36:18,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20210926.gz,5419149,5.2 MB,2021-09-26T05:36:22,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20211003.gz,5420540,5.2 MB,2021-10-03T05:35:59,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20211010.gz,5422226,5.2 MB,2021-10-10T05:36:01,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20211017.gz,5432128,5.2 MB,2021-10-17T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20211024.gz,5430053,5.2 MB,2021-10-24T05:36:02,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20211031.gz,5431714,5.2 MB,2021-10-31T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20211107.gz,5435533,5.2 MB,2021-11-07T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20211114.gz,5434115,5.2 MB,2021-11-14T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20211121.gz,5439155,5.2 MB,2021-11-21T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20211128.gz,5438942,5.2 MB,2021-11-28T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20211205.gz,5441852,5.2 MB,2021-12-05T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20211212.gz,5443948,5.2 MB,2021-12-12T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20211219.gz,5444709,5.2 MB,2021-12-19T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20211226.gz,5441799,5.2 MB,2021-12-26T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220102.gz,5446451,5.2 MB,2022-01-02T05:35:45,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220109.gz,5449554,5.2 MB,2022-01-09T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220116.gz,5455218,5.2 MB,2022-01-16T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220123.gz,5455756,5.2 MB,2022-01-23T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220130.gz,5456668,5.2 MB,2022-01-30T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220206.gz,5454755,5.2 MB,2022-02-06T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220213.gz,5459065,5.2 MB,2022-02-13T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220220.gz,5458783,5.2 MB,2022-02-20T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220227.gz,5460054,5.2 MB,2022-02-27T05:36:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220306.gz,5459949,5.2 MB,2022-03-06T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220313.gz,5461722,5.2 MB,2022-03-13T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220320.gz,5464424,5.2 MB,2022-03-20T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220327.gz,5465783,5.2 MB,2022-03-27T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220403.gz,5470169,5.2 MB,2022-04-03T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220410.gz,5470323,5.2 MB,2022-04-10T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220417.gz,5471849,5.2 MB,2022-04-17T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220424.gz,5474385,5.2 MB,2022-04-24T05:35:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220501.gz,5476943,5.2 MB,2022-05-01T05:35:42,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220508.gz,5475868,5.2 MB,2022-05-08T05:35:45,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220515.gz,5482776,5.2 MB,2022-05-15T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220522.gz,5484660,5.2 MB,2022-05-22T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220529.gz,5486753,5.2 MB,2022-05-29T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220605.gz,5488024,5.2 MB,2022-06-05T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220612.gz,5490860,5.2 MB,2022-06-12T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220619.gz,5492095,5.2 MB,2022-06-19T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220626.gz,5491056,5.2 MB,2022-06-26T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220703.gz,5492179,5.2 MB,2022-07-03T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220710.gz,5495267,5.2 MB,2022-07-10T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220717.gz,5496485,5.2 MB,2022-07-17T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220724.gz,5497708,5.2 MB,2022-07-24T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220731.gz,5500647,5.2 MB,2022-07-31T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220807.gz,5501860,5.2 MB,2022-08-07T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220814.gz,5506783,5.3 MB,2022-08-14T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220821.gz,5507174,5.3 MB,2022-08-21T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220828.gz,5509689,5.3 MB,2022-08-28T05:35:45,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220904.gz,5513336,5.3 MB,2022-09-04T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220911.gz,5512645,5.3 MB,2022-09-11T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220918.gz,5517138,5.3 MB,2022-09-18T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20220925.gz,5517662,5.3 MB,2022-09-25T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20221002.gz,5521998,5.3 MB,2022-10-02T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20221009.gz,5523431,5.3 MB,2022-10-09T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20221016.gz,5527844,5.3 MB,2022-10-16T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20221023.gz,5532037,5.3 MB,2022-10-23T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20221030.gz,5533024,5.3 MB,2022-10-30T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20221106.gz,5536009,5.3 MB,2022-11-06T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20221113.gz,5536605,5.3 MB,2022-11-13T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20221120.gz,5537783,5.3 MB,2022-11-20T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20221127.gz,5541017,5.3 MB,2022-11-27T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20221204.gz,5544137,5.3 MB,2022-12-04T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20221211.gz,5546593,5.3 MB,2022-12-11T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20221218.gz,5546669,5.3 MB,2022-12-18T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20221225.gz,5538759,5.3 MB,2022-12-25T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230101.gz,5510574,5.3 MB,2023-01-01T05:35:44,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230108.gz,5511556,5.3 MB,2023-01-08T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230115.gz,5514951,5.3 MB,2023-01-15T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230122.gz,5516390,5.3 MB,2023-01-22T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230129.gz,5519930,5.3 MB,2023-01-29T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230205.gz,5519370,5.3 MB,2023-02-05T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230212.gz,5523348,5.3 MB,2023-02-12T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230219.gz,5525990,5.3 MB,2023-02-19T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230226.gz,5523604,5.3 MB,2023-02-26T05:36:00,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230305.gz,5525950,5.3 MB,2023-03-05T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230312.gz,5528515,5.3 MB,2023-03-12T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230319.gz,5528037,5.3 MB,2023-03-19T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230326.gz,5532427,5.3 MB,2023-03-26T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230402.gz,5533684,5.3 MB,2023-04-02T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230409.gz,5538200,5.3 MB,2023-04-09T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230416.gz,5537718,5.3 MB,2023-04-16T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230423.gz,5536467,5.3 MB,2023-04-23T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230430.gz,5534497,5.3 MB,2023-04-30T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230507.gz,5536191,5.3 MB,2023-05-07T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230514.gz,5538328,5.3 MB,2023-05-14T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230521.gz,5541032,5.3 MB,2023-05-21T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230528.gz,5546397,5.3 MB,2023-05-28T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230604.gz,5545880,5.3 MB,2023-06-04T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230611.gz,5545700,5.3 MB,2023-06-11T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230618.gz,5545198,5.3 MB,2023-06-18T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230625.gz,5544579,5.3 MB,2023-06-25T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230702.gz,5544151,5.3 MB,2023-07-02T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230709.gz,5549175,5.3 MB,2023-07-09T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230716.gz,5551286,5.3 MB,2023-07-16T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230723.gz,5546995,5.3 MB,2023-07-23T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230730.gz,5539561,5.3 MB,2023-07-30T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230806.gz,5540469,5.3 MB,2023-08-06T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230813.gz,5542059,5.3 MB,2023-08-13T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230820.gz,5541363,5.3 MB,2023-08-20T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230827.gz,5545348,5.3 MB,2023-08-27T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230903.gz,5541522,5.3 MB,2023-09-03T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230910.gz,5544079,5.3 MB,2023-09-10T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230917.gz,5541946,5.3 MB,2023-09-17T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20230924.gz,5542809,5.3 MB,2023-09-24T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231001.gz,5539300,5.3 MB,2023-10-01T05:35:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231008.gz,5540210,5.3 MB,2023-10-08T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231015.gz,5542238,5.3 MB,2023-10-15T05:36:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231022.gz,5546927,5.3 MB,2023-10-22T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231029.gz,5547659,5.3 MB,2023-10-29T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231105.gz,5549043,5.3 MB,2023-11-05T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231112.gz,5551288,5.3 MB,2023-11-12T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231119.gz,5552398,5.3 MB,2023-11-19T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231126.gz,5553843,5.3 MB,2023-11-26T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231203.gz,5558068,5.3 MB,2023-12-03T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231210.gz,5558677,5.3 MB,2023-12-10T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231217.gz,5562119,5.3 MB,2023-12-17T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231224.gz,5563358,5.3 MB,2023-12-24T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20231231.gz,5566001,5.3 MB,2023-12-31T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240107.gz,5569351,5.3 MB,2024-01-07T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240114.gz,5571829,5.3 MB,2024-01-14T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240121.gz,5574485,5.3 MB,2024-01-21T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240128.gz,5566933,5.3 MB,2024-01-28T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240204.gz,5566419,5.3 MB,2024-02-04T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240211.gz,5565275,5.3 MB,2024-02-11T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240218.gz,5568179,5.3 MB,2024-02-18T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240225.gz,5572229,5.3 MB,2024-02-25T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240303.gz,5574037,5.3 MB,2024-03-03T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240310.gz,5576612,5.3 MB,2024-03-10T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240317.gz,5575230,5.3 MB,2024-03-17T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240324.gz,5578894,5.3 MB,2024-03-24T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240331.gz,5580404,5.3 MB,2024-03-31T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240407.gz,5582504,5.3 MB,2024-04-07T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240414.gz,5582191,5.3 MB,2024-04-14T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240421.gz,5585028,5.3 MB,2024-04-21T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240428.gz,5586495,5.3 MB,2024-04-28T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240505.gz,5587030,5.3 MB,2024-05-05T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240512.gz,5588614,5.3 MB,2024-05-12T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240519.gz,5592239,5.3 MB,2024-05-19T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240526.gz,5591924,5.3 MB,2024-05-26T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240602.gz,5590469,5.3 MB,2024-06-02T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240609.gz,5594363,5.3 MB,2024-06-09T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240616.gz,5595897,5.3 MB,2024-06-16T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240623.gz,5600025,5.3 MB,2024-06-23T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240630.gz,5596409,5.3 MB,2024-06-30T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240707.gz,5601491,5.3 MB,2024-07-07T05:35:54,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240714.gz,5604318,5.3 MB,2024-07-14T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240721.gz,5607181,5.3 MB,2024-07-21T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240728.gz,5610036,5.4 MB,2024-07-28T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240804.gz,5604243,5.3 MB,2024-08-04T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240811.gz,5606805,5.3 MB,2024-08-11T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240820,14385224,13.7 MB,2024-08-20T23:24:10,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240825.gz,5646289,5.4 MB,2024-08-25T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240901.gz,5647043,5.4 MB,2024-09-01T05:35:44,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240908.gz,5650338,5.4 MB,2024-09-08T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240915.gz,5652999,5.4 MB,2024-09-15T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240922.gz,5653243,5.4 MB,2024-09-22T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20240929.gz,5656891,5.4 MB,2024-09-29T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20241006.gz,5658145,5.4 MB,2024-10-06T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20241013.gz,5660040,5.4 MB,2024-10-13T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20241020.gz,5662319,5.4 MB,2024-10-20T05:35:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20241027.gz,5663441,5.4 MB,2024-10-27T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20241103.gz,5663958,5.4 MB,2024-11-03T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20241110.gz,5664662,5.4 MB,2024-11-10T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20241117.gz,5664829,5.4 MB,2024-11-17T05:35:46,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20241124.gz,5669600,5.4 MB,2024-11-24T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20241201.gz,5671110,5.4 MB,2024-12-01T05:35:45,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20241208.gz,5672670,5.4 MB,2024-12-08T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20241215.gz,5668489,5.4 MB,2024-12-15T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20241222.gz,5669149,5.4 MB,2024-12-22T05:35:57,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20241229.gz,5670502,5.4 MB,2024-12-29T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250105.gz,5674789,5.4 MB,2025-01-05T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250112.gz,5675990,5.4 MB,2025-01-12T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250119.gz,5676151,5.4 MB,2025-01-19T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250126.gz,5680241,5.4 MB,2025-01-26T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250202.gz,5678133,5.4 MB,2025-02-02T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250209.gz,5681610,5.4 MB,2025-02-09T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250216.gz,5683180,5.4 MB,2025-02-16T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250223.gz,5683516,5.4 MB,2025-02-23T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250302.gz,5684759,5.4 MB,2025-03-02T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250309.gz,5686625,5.4 MB,2025-03-09T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250316.gz,5688272,5.4 MB,2025-03-16T05:36:04,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250323.gz,5690287,5.4 MB,2025-03-23T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250330.gz,5688239,5.4 MB,2025-03-30T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250406.gz,5689861,5.4 MB,2025-04-06T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250413.gz,5692849,5.4 MB,2025-04-13T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250420.gz,5695187,5.4 MB,2025-04-20T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250427.gz,5692171,5.4 MB,2025-04-27T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250504.gz,5694589,5.4 MB,2025-05-04T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250511.gz,5699207,5.4 MB,2025-05-11T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250518.gz,5701510,5.4 MB,2025-05-18T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250525.gz,5702659,5.4 MB,2025-05-25T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250601.gz,5702579,5.4 MB,2025-06-01T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250608.gz,5705701,5.4 MB,2025-06-08T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250615.gz,5707528,5.4 MB,2025-06-15T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250622.gz,5708171,5.4 MB,2025-06-22T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250629.gz,5709602,5.4 MB,2025-06-29T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250706.gz,5711428,5.4 MB,2025-07-06T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250713.gz,5707319,5.4 MB,2025-07-13T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250720.gz,5714755,5.5 MB,2025-07-20T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250727.gz,5715006,5.5 MB,2025-07-27T05:35:54,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250803.gz,5716653,5.5 MB,2025-08-03T05:35:50,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250810.gz,5719255,5.5 MB,2025-08-10T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250817.gz,5721105,5.5 MB,2025-08-17T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250824.gz,5722534,5.5 MB,2025-08-24T05:35:55,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250831.gz,5724645,5.5 MB,2025-08-31T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250907.gz,5724834,5.5 MB,2025-09-07T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250914.gz,5725260,5.5 MB,2025-09-14T05:35:54,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250921.gz,5729489,5.5 MB,2025-09-21T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20250928.gz,5730988,5.5 MB,2025-09-28T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20251005.gz,5730303,5.5 MB,2025-10-05T05:35:54,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20251012.gz,5729208,5.5 MB,2025-10-12T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20251019.gz,5736332,5.5 MB,2025-10-19T05:35:56,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20251026.gz,5736316,5.5 MB,2025-10-26T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20251102.gz,5737633,5.5 MB,2025-11-02T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20251109.gz,5740394,5.5 MB,2025-11-09T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20251116.gz,5742850,5.5 MB,2025-11-16T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20251123.gz,5742671,5.5 MB,2025-11-23T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20251130.gz,5744152,5.5 MB,2025-11-30T05:35:49,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20251207.gz,5745686,5.5 MB,2025-12-07T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20251214.gz,5746181,5.5 MB,2025-12-14T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20251221.gz,5750259,5.5 MB,2025-12-21T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20251228.gz,5749014,5.5 MB,2025-12-28T05:35:54,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20260104.gz,5751808,5.5 MB,2026-01-04T05:35:52,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20260118.gz,5752836,5.5 MB,2026-01-18T05:35:51,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20260125.gz,5748921,5.5 MB,2026-01-25T05:35:48,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20260201.gz,5756189,5.5 MB,2026-02-01T05:35:47,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20260208.gz,5752820,5.5 MB,2026-02-08T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20260215.gz,5758836,5.5 MB,2026-02-15T05:35:53,.gz,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20260222,14594832,13.9 MB,2026-02-22T05:35:52,,Reports/deletedbibs
Reports/deletedbibs/bib_ids_20260301,14599072,13.9 MB,2026-03-01T05:35:45,,Reports/deletedbibs
Reports/deletedbibs/cron_log.txt,1237,1.2 KB,2026-03-01T05:35:50,.txt,Reports/deletedbibs
Reports/deletedbibs/de-duped-20141125.csv,7436,7.3 KB,2014-11-25T15:44:53,.csv,Reports/deletedbibs
Reports/deletedbibs/de_dupe.pl,3660,3.6 KB,2014-11-26T13:08:43,.pl,Reports/deletedbibs
Reports/deletedbibs/deleted-20140812.csv,16,16.0 B,2014-08-12T05:48:03,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20141126.csv,3048,3.0 KB,2014-11-26T12:26:16,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20141130.csv,13646232,13.0 MB,2014-11-30T06:25:13,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20141202.csv,28720,28.0 KB,2014-12-02T10:21:35,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20141207.csv,1576,1.5 KB,2014-12-07T06:02:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20141214.csv,2064,2.0 KB,2014-12-14T06:04:16,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20141221.csv,9560,9.3 KB,2014-12-21T05:51:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20141228.csv,63960,62.5 KB,2014-12-28T05:52:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150104.csv,0,0.0 B,2015-01-04T05:51:47,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150118.csv,26576,26.0 KB,2015-01-18T05:50:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150125.csv,112,112.0 B,2015-01-25T06:00:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150201.csv,32,32.0 B,2015-02-01T05:51:40,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150208.csv,8,8.0 B,2015-02-08T05:53:14,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150215.csv,144,144.0 B,2015-02-15T05:54:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150222.csv,64,64.0 B,2015-02-22T05:50:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150301.csv,224,224.0 B,2015-03-01T05:38:44,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150309.csv,1416,1.4 KB,2015-03-09T08:56:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150315.csv,7512,7.3 KB,2015-03-15T05:42:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150316.csv,7280,7.1 KB,2015-03-16T11:36:41,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150322.csv,24,24.0 B,2015-03-22T05:44:16,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150329.csv,88,88.0 B,2015-03-29T05:44:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150405.csv,32,32.0 B,2015-04-05T05:43:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150412.csv,16,16.0 B,2015-04-12T05:43:43,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150419.csv,128,128.0 B,2015-04-19T05:43:47,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150426.csv,0,0.0 B,2015-04-26T05:43:36,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150503.csv,8,8.0 B,2015-05-03T05:42:13,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150510.csv,72,72.0 B,2015-05-10T05:43:40,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150517.csv,40,40.0 B,2015-05-17T05:43:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150524.csv,1216,1.2 KB,2015-05-24T05:44:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150531.csv,3096,3.0 KB,2015-05-31T05:43:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150607.csv,32,32.0 B,2015-06-07T05:44:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150614.csv,5608,5.5 KB,2015-06-14T05:44:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150621.csv,96,96.0 B,2015-06-21T05:44:14,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150628.csv,3792,3.7 KB,2015-06-28T05:45:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150705.csv,296,296.0 B,2015-07-05T05:43:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150712.csv,6032,5.9 KB,2015-07-12T05:55:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150719.csv,2848,2.8 KB,2015-07-19T05:50:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150726.csv,160,160.0 B,2015-07-26T05:48:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150802.csv,17184,16.8 KB,2015-08-02T05:44:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150809.csv,29504,28.8 KB,2015-08-09T05:45:12,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150816.csv,38640,37.7 KB,2015-08-16T05:48:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150823.csv,0,0.0 B,2015-08-23T05:45:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150830.csv,13584,13.3 KB,2015-08-30T05:44:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150906.csv,5168,5.0 KB,2015-09-06T05:44:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150913.csv,336,336.0 B,2015-09-13T05:48:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150920.csv,1712,1.7 KB,2015-09-20T05:44:38,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20150927.csv,16,16.0 B,2015-09-27T05:49:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20151004.csv,4688,4.6 KB,2015-10-04T05:48:42,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20151011.csv,26024,25.4 KB,2015-10-11T05:48:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20151018.csv,208,208.0 B,2015-10-18T05:48:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20151025.csv,920,920.0 B,2015-10-25T05:45:42,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20151101.csv,8,8.0 B,2015-11-01T05:42:40,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20151108.csv,80,80.0 B,2015-11-08T05:44:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20151115.csv,11784,11.5 KB,2015-11-15T05:48:47,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20151122.csv,1928,1.9 KB,2015-11-22T05:45:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20151129.csv,288,288.0 B,2015-11-29T05:48:35,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20151206.csv,8,8.0 B,2015-12-06T05:49:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20151213.csv,8,8.0 B,2015-12-13T05:49:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20151220.csv,144,144.0 B,2015-12-20T05:48:40,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20151227.csv,0,0.0 B,2015-12-27T05:45:28,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160103.csv,8,8.0 B,2016-01-03T05:44:16,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160110.csv,0,0.0 B,2016-01-10T05:43:11,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160117.csv,3056,3.0 KB,2016-01-17T05:43:11,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160124.csv,8376,8.2 KB,2016-01-24T05:44:35,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160131.csv,7096,6.9 KB,2016-01-31T05:45:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160207.csv,0,0.0 B,2016-02-07T05:45:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160214.csv,5232,5.1 KB,2016-02-14T05:49:14,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160221.csv,2816,2.8 KB,2016-02-21T05:45:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160228.csv,14944,14.6 KB,2016-02-28T05:43:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160306.csv,0,0.0 B,2016-03-06T05:43:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160313.csv,432,432.0 B,2016-03-13T05:43:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160320.csv,16,16.0 B,2016-03-20T05:50:25,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160327.csv,0,0.0 B,2016-03-27T05:49:33,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160403.csv,0,0.0 B,2016-04-03T05:48:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160410.csv,10760,10.5 KB,2016-04-10T05:45:14,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160417.csv,24,24.0 B,2016-04-17T05:49:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160424.csv,8,8.0 B,2016-04-24T05:45:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160501.csv,8,8.0 B,2016-05-01T05:41:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160508.csv,8,8.0 B,2016-05-08T05:49:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160515.csv,8,8.0 B,2016-05-15T05:44:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160522.csv,1448,1.4 KB,2016-05-22T05:45:30,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160529.csv,10816,10.6 KB,2016-05-29T05:45:32,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160605.csv,8,8.0 B,2016-06-05T05:45:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160612.csv,9760,9.5 KB,2016-06-12T05:44:35,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160619.csv,16,16.0 B,2016-06-19T05:49:48,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160626.csv,16,16.0 B,2016-06-26T05:48:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160703.csv,5400,5.3 KB,2016-07-03T05:44:44,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160710.csv,416,416.0 B,2016-07-10T05:44:48,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160717.csv,4256,4.2 KB,2016-07-17T05:45:03,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160724.csv,48,48.0 B,2016-07-24T05:44:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160731.csv,152,152.0 B,2016-07-31T05:44:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160807.csv,8,8.0 B,2016-08-07T05:44:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160814.csv,720,720.0 B,2016-08-14T05:43:46,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160821.csv,16,16.0 B,2016-08-21T05:49:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160828.csv,4616,4.5 KB,2016-08-28T05:49:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160904.csv,6736,6.6 KB,2016-09-04T05:45:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160911.csv,14480,14.1 KB,2016-09-11T05:43:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160918.csv,1744,1.7 KB,2016-09-18T05:48:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20160925.csv,40,40.0 B,2016-09-25T05:44:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20161002.csv,32,32.0 B,2016-10-02T05:45:30,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20161009.csv,56,56.0 B,2016-10-09T05:49:12,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20161016.csv,144,144.0 B,2016-10-16T05:44:31,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20161023.csv,7576,7.4 KB,2016-10-23T05:45:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20161030.csv,1592,1.6 KB,2016-10-30T05:44:44,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20161106.csv,56,56.0 B,2016-11-06T05:44:34,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20161113.csv,304,304.0 B,2016-11-13T05:44:46,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20161120.csv,5128,5.0 KB,2016-11-20T05:45:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20161127.csv,1104,1.1 KB,2016-11-27T05:44:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20161204.csv,8,8.0 B,2016-12-04T05:45:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20161211.csv,24,24.0 B,2016-12-11T05:50:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20161218.csv,592,592.0 B,2016-12-18T05:51:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20161225.csv,4824,4.7 KB,2016-12-25T05:50:14,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170101.csv,1528,1.5 KB,2017-01-01T05:44:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170108.csv,8,8.0 B,2017-01-08T05:50:44,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170115.csv,392,392.0 B,2017-01-15T05:52:14,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170122.csv,72,72.0 B,2017-01-22T05:52:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170129.csv,8504,8.3 KB,2017-01-29T05:52:48,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170205.csv,4840,4.7 KB,2017-02-05T05:52:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170212.csv,1208,1.2 KB,2017-02-12T05:52:41,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170219.csv,88,88.0 B,2017-02-19T05:53:38,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170226.csv,32,32.0 B,2017-02-26T05:53:14,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170305.csv,40,40.0 B,2017-03-05T05:54:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170312.csv,1408,1.4 KB,2017-03-12T05:52:35,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170319.csv,4128,4.0 KB,2017-03-19T05:51:46,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170326.csv,2632,2.6 KB,2017-03-26T05:50:12,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170402.csv,32,32.0 B,2017-04-02T05:50:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170409.csv,32,32.0 B,2017-04-09T05:50:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170416.csv,8848,8.6 KB,2017-04-16T05:50:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170423.csv,16,16.0 B,2017-04-23T05:50:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170430.csv,16,16.0 B,2017-04-30T05:39:34,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170507.csv,16,16.0 B,2017-05-07T05:39:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170514.csv,6856,6.7 KB,2017-05-14T05:39:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170521.csv,336,336.0 B,2017-05-21T05:39:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170528.csv,1424,1.4 KB,2017-05-28T05:39:38,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170604.csv,0,0.0 B,2017-06-04T05:39:33,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170611.csv,24,24.0 B,2017-06-11T05:39:25,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170618.csv,5960,5.8 KB,2017-06-18T05:39:38,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170625.csv,0,0.0 B,2017-06-25T05:39:42,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170702.csv,0,0.0 B,2017-07-02T05:39:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170709.csv,8,8.0 B,2017-07-09T05:40:11,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170716.csv,1912,1.9 KB,2017-07-16T05:40:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170723.csv,32,32.0 B,2017-07-23T05:40:28,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170730.csv,10704,10.5 KB,2017-07-30T05:40:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170806.csv,112,112.0 B,2017-08-06T05:40:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170813.csv,6320,6.2 KB,2017-08-13T05:40:34,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170820.csv,8,8.0 B,2017-08-20T05:40:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170827.csv,296,296.0 B,2017-08-27T05:40:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170903.csv,5296,5.2 KB,2017-09-03T05:39:12,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170910.csv,112,112.0 B,2017-09-10T05:39:14,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170917.csv,10216,10.0 KB,2017-09-17T05:39:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20170924.csv,24,24.0 B,2017-09-24T05:39:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171001.csv,328,328.0 B,2017-10-01T05:38:48,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171008.csv,200,200.0 B,2017-10-08T05:39:25,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171015.csv,472,472.0 B,2017-10-15T05:39:30,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171022.csv,16,16.0 B,2017-10-22T05:39:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171029.csv,8,8.0 B,2017-10-29T05:39:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171105.csv,7224,7.1 KB,2017-11-05T05:39:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171112.csv,6328,6.2 KB,2017-11-12T05:39:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171119.csv,80,80.0 B,2017-11-19T05:39:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171126.csv,40,40.0 B,2017-11-26T05:39:14,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171203.csv,64,64.0 B,2017-12-03T05:39:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171210.csv,88,88.0 B,2017-12-10T05:39:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171217.csv,5464,5.3 KB,2017-12-17T05:39:30,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171224.csv,24,24.0 B,2017-12-24T05:39:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20171231.csv,6936,6.8 KB,2017-12-31T05:39:35,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180107.csv,24,24.0 B,2018-01-07T05:39:25,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180114.csv,11784,11.5 KB,2018-01-14T05:39:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180121.csv,1336,1.3 KB,2018-01-21T05:40:03,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180128.csv,112,112.0 B,2018-01-28T05:39:39,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180204.csv,32,32.0 B,2018-02-04T05:39:13,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180211.csv,4704,4.6 KB,2018-02-11T05:39:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180218.csv,3600,3.5 KB,2018-02-18T05:39:12,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180225.csv,2512,2.5 KB,2018-02-25T05:39:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180304.csv,8,8.0 B,2018-03-04T05:39:38,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180311.csv,64,64.0 B,2018-03-11T05:39:28,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180318.csv,1136,1.1 KB,2018-03-18T05:39:33,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180325.csv,24,24.0 B,2018-03-25T05:39:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180401.csv,64,64.0 B,2018-04-01T05:38:43,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180408.csv,48,48.0 B,2018-04-08T05:39:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180415.csv,6112,6.0 KB,2018-04-15T05:39:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180422.csv,24,24.0 B,2018-04-22T05:39:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180429.csv,0,0.0 B,2018-04-29T05:39:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180506.csv,4096,4.0 KB,2018-05-06T05:39:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180513.csv,38816,37.9 KB,2018-05-13T05:39:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180520.csv,17024,16.6 KB,2018-05-20T05:36:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180527.csv,272,272.0 B,2018-05-27T05:36:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180603.csv,32,32.0 B,2018-06-03T05:36:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180610.csv,0,0.0 B,2018-06-10T05:37:12,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180617.csv,272,272.0 B,2018-06-17T05:37:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180624.csv,392,392.0 B,2018-06-24T05:37:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180701.csv,32,32.0 B,2018-07-01T05:36:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180708.csv,8,8.0 B,2018-07-08T05:37:28,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180715.csv,7992,7.8 KB,2018-07-15T05:37:25,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180722.csv,9472,9.2 KB,2018-07-22T05:37:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180729.csv,56,56.0 B,2018-07-29T05:37:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180805.csv,8,8.0 B,2018-08-05T05:37:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180812.csv,8408,8.2 KB,2018-08-12T05:37:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180819.csv,56,56.0 B,2018-08-19T05:37:16,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180826.csv,72,72.0 B,2018-08-26T05:37:16,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180902.csv,88,88.0 B,2018-09-02T05:37:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180909.csv,19664,19.2 KB,2018-09-09T05:37:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180916.csv,24,24.0 B,2018-09-16T05:37:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180923.csv,1912,1.9 KB,2018-09-23T05:37:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20180930.csv,80,80.0 B,2018-09-30T05:37:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20181007.csv,328,328.0 B,2018-10-07T05:37:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20181014.csv,88,88.0 B,2018-10-14T05:37:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20181021.csv,48,48.0 B,2018-10-21T05:37:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20181028.csv,16,16.0 B,2018-10-28T05:37:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20181104.csv,5344,5.2 KB,2018-11-04T05:37:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20181111.csv,112,112.0 B,2018-11-11T05:37:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20181118.csv,88,88.0 B,2018-11-18T05:37:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20181125.csv,88,88.0 B,2018-11-25T05:37:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20181202.csv,16,16.0 B,2018-12-02T05:37:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20181209.csv,16,16.0 B,2018-12-09T05:37:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20181216.csv,128,128.0 B,2018-12-16T05:37:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20181223.csv,16,16.0 B,2018-12-23T05:37:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20181230.csv,40272,39.3 KB,2018-12-30T05:37:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190106.csv,4880,4.8 KB,2019-01-06T05:37:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190113.csv,2064,2.0 KB,2019-01-13T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190120.csv,8928,8.7 KB,2019-01-20T05:37:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190127.csv,56,56.0 B,2019-01-27T05:37:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190203.csv,0,0.0 B,2019-02-03T05:37:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190210.csv,1424,1.4 KB,2019-02-10T05:37:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190217.csv,552,552.0 B,2019-02-17T05:37:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190224.csv,64,64.0 B,2019-02-24T05:37:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190303.csv,16,16.0 B,2019-03-03T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190305.csv,8,8.0 B,2019-03-05T10:10:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190310.csv,24,24.0 B,2019-03-10T05:37:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190317.csv,1800,1.8 KB,2019-03-17T05:37:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190324.csv,16,16.0 B,2019-03-24T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190331.csv,24,24.0 B,2019-03-31T05:37:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190407.csv,1336,1.3 KB,2019-04-07T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190414.csv,120,120.0 B,2019-04-14T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190421.csv,6584,6.4 KB,2019-04-21T05:37:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190428.csv,112,112.0 B,2019-04-28T05:37:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190505.csv,8,8.0 B,2019-05-05T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190512.csv,106704,104.2 KB,2019-05-12T05:37:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190519.csv,96,96.0 B,2019-05-19T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190526.csv,152,152.0 B,2019-05-26T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190602.csv,96,96.0 B,2019-06-02T05:36:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190609.csv,3664,3.6 KB,2019-06-09T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190616.csv,168,168.0 B,2019-06-16T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190623.csv,3144,3.1 KB,2019-06-23T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190630.csv,216,216.0 B,2019-06-30T05:36:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190707.csv,24,24.0 B,2019-07-07T05:36:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190714.csv,1416,1.4 KB,2019-07-14T05:36:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190721.csv,3208,3.1 KB,2019-07-21T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190728.csv,184,184.0 B,2019-07-28T05:36:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190804.csv,72,72.0 B,2019-08-04T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190811.csv,1456,1.4 KB,2019-08-11T05:36:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190818.csv,16,16.0 B,2019-08-18T05:36:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190825.csv,16,16.0 B,2019-08-25T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190901.csv,0,0.0 B,2019-09-01T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190908.csv,16,16.0 B,2019-09-08T05:36:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190915.csv,1112,1.1 KB,2019-09-15T05:36:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190922.csv,56,56.0 B,2019-09-22T05:36:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20190929.csv,56,56.0 B,2019-09-29T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20191006.csv,56,56.0 B,2019-10-06T05:36:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20191013.csv,3184,3.1 KB,2019-10-13T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20191020.csv,96,96.0 B,2019-10-20T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20191027.csv,272,272.0 B,2019-10-27T05:36:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20191103.csv,160,160.0 B,2019-11-03T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20191110.csv,136,136.0 B,2019-11-10T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20191117.csv,760,760.0 B,2019-11-17T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20191124.csv,40,40.0 B,2019-11-24T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20191201.csv,16,16.0 B,2019-12-01T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20191208.csv,8,8.0 B,2019-12-08T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20191215.csv,120,120.0 B,2019-12-15T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20191222.csv,24,24.0 B,2019-12-22T05:36:25,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20191229.csv,24,24.0 B,2019-12-29T05:36:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200105.csv,8,8.0 B,2020-01-05T05:36:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200112.csv,32,32.0 B,2020-01-12T05:36:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200119.csv,6560,6.4 KB,2020-01-19T05:36:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200126.csv,5384,5.3 KB,2020-01-26T05:36:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200202.csv,8272,8.1 KB,2020-02-02T05:36:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200209.csv,56,56.0 B,2020-02-09T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200216.csv,480,480.0 B,2020-02-16T05:36:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200223.csv,32,32.0 B,2020-02-23T05:36:25,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200301.csv,11024,10.8 KB,2020-03-01T05:36:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200308.csv,13824,13.5 KB,2020-03-08T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200315.csv,13568,13.2 KB,2020-03-15T05:36:25,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200322.csv,0,0.0 B,2020-03-22T05:36:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200329.csv,120,120.0 B,2020-03-29T05:36:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200405.csv,0,0.0 B,2020-04-05T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200412.csv,0,0.0 B,2020-04-12T05:36:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200419.csv,6352,6.2 KB,2020-04-19T05:36:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200426.csv,10304,10.1 KB,2020-04-26T05:36:31,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200503.csv,72,72.0 B,2020-05-03T05:36:33,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200510.csv,0,0.0 B,2020-05-10T05:36:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200517.csv,144,144.0 B,2020-05-17T05:36:34,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200524.csv,0,0.0 B,2020-05-24T05:36:25,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200531.csv,136,136.0 B,2020-05-31T05:36:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200607.csv,24,24.0 B,2020-06-07T05:36:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200614.csv,632,632.0 B,2020-06-14T05:36:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200621.csv,200,200.0 B,2020-06-21T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200628.csv,16,16.0 B,2020-06-28T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200705.csv,24,24.0 B,2020-07-05T05:36:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200712.csv,16,16.0 B,2020-07-12T05:36:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200719.csv,7720,7.5 KB,2020-07-19T05:36:11,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200726.csv,7528,7.4 KB,2020-07-26T05:36:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200802.csv,8120,7.9 KB,2020-08-02T05:36:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200809.csv,0,0.0 B,2020-08-09T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200816.csv,184,184.0 B,2020-08-16T05:36:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200823.csv,8,8.0 B,2020-08-23T05:36:36,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200830.csv,8,8.0 B,2020-08-30T05:36:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200906.csv,0,0.0 B,2020-09-06T05:36:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200913.csv,64,64.0 B,2020-09-13T05:36:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200920.csv,8,8.0 B,2020-09-20T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20200927.csv,16,16.0 B,2020-09-27T05:36:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20201004.csv,8,8.0 B,2020-10-04T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20201011.csv,347856,339.7 KB,2020-10-11T05:36:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20201018.csv,592,592.0 B,2020-10-18T05:36:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20201025.csv,0,0.0 B,2020-10-25T05:36:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20201101.csv,64,64.0 B,2020-11-01T05:36:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20201108.csv,48,48.0 B,2020-11-08T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20201115.csv,1432,1.4 KB,2020-11-15T05:36:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20201122.csv,8,8.0 B,2020-11-22T05:36:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20201129.csv,0,0.0 B,2020-11-29T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20201206.csv,24,24.0 B,2020-12-06T05:36:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20201213.csv,1352,1.3 KB,2020-12-13T05:36:28,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20201220.csv,0,0.0 B,2020-12-20T05:36:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20201227.csv,24,24.0 B,2020-12-27T05:36:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210103.csv,36840,36.0 KB,2021-01-03T05:36:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210110.csv,24,24.0 B,2021-01-10T05:36:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210117.csv,29536,28.8 KB,2021-01-17T05:36:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210124.csv,72,72.0 B,2021-01-24T05:36:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210131.csv,112,112.0 B,2021-01-31T05:36:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210207.csv,2776,2.7 KB,2021-02-07T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210214.csv,200,200.0 B,2021-02-14T05:36:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210221.csv,7096,6.9 KB,2021-02-21T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210228.csv,7976,7.8 KB,2021-02-28T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210307.csv,12448,12.2 KB,2021-03-07T05:36:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210314.csv,14080,13.8 KB,2021-03-14T05:36:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210321.csv,8,8.0 B,2021-03-21T05:36:16,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210328.csv,16,16.0 B,2021-03-28T05:36:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210404.csv,56,56.0 B,2021-04-04T05:36:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210411.csv,8,8.0 B,2021-04-11T05:35:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210418.csv,272,272.0 B,2021-04-18T05:36:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210425.csv,160,160.0 B,2021-04-25T05:36:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210502.csv,4616,4.5 KB,2021-05-02T05:36:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210509.csv,984,984.0 B,2021-05-09T05:36:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210516.csv,136,136.0 B,2021-05-16T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210523.csv,112,112.0 B,2021-05-23T05:36:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210530.csv,32,32.0 B,2021-05-30T05:36:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210606.csv,16,16.0 B,2021-06-06T05:36:03,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210613.csv,5616,5.5 KB,2021-06-13T05:36:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210620.csv,1032,1.0 KB,2021-06-20T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210627.csv,240,240.0 B,2021-06-27T05:36:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210704.csv,48,48.0 B,2021-07-04T05:36:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210711.csv,344,344.0 B,2021-07-11T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210718.csv,4576,4.5 KB,2021-07-18T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210725.csv,240,240.0 B,2021-07-25T05:36:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210801.csv,104,104.0 B,2021-08-01T05:36:12,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210808.csv,112,112.0 B,2021-08-08T05:36:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210815.csv,912,912.0 B,2021-08-15T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210822.csv,8,8.0 B,2021-08-22T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210829.csv,24,24.0 B,2021-08-29T05:36:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210905.csv,0,0.0 B,2021-09-05T05:37:13,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210912.csv,48,48.0 B,2021-09-12T05:36:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210919.csv,24,24.0 B,2021-09-19T05:36:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20210926.csv,208,208.0 B,2021-09-26T05:36:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20211003.csv,136,136.0 B,2021-10-03T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20211010.csv,40,40.0 B,2021-10-10T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20211017.csv,488,488.0 B,2021-10-17T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20211024.csv,72,72.0 B,2021-10-24T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20211031.csv,48,48.0 B,2021-10-31T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20211107.csv,56,56.0 B,2021-11-07T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20211114.csv,5888,5.8 KB,2021-11-14T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20211121.csv,16,16.0 B,2021-11-21T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20211128.csv,8,8.0 B,2021-11-28T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20211205.csv,16,16.0 B,2021-12-05T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20211212.csv,24,24.0 B,2021-12-12T05:36:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20211219.csv,88,88.0 B,2021-12-19T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20211226.csv,0,0.0 B,2021-12-26T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220102.csv,64,64.0 B,2022-01-02T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220109.csv,0,0.0 B,2022-01-09T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220116.csv,152,152.0 B,2022-01-16T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220123.csv,48,48.0 B,2022-01-23T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220130.csv,16,16.0 B,2022-01-30T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220206.csv,9288,9.1 KB,2022-02-06T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220213.csv,8,8.0 B,2022-02-13T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220220.csv,568,568.0 B,2022-02-20T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220227.csv,48,48.0 B,2022-02-27T05:36:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220306.csv,11024,10.8 KB,2022-03-06T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220313.csv,352,352.0 B,2022-03-13T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220320.csv,80,80.0 B,2022-03-20T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220327.csv,32,32.0 B,2022-03-27T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220403.csv,128,128.0 B,2022-04-03T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220410.csv,96,96.0 B,2022-04-10T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220417.csv,88,88.0 B,2022-04-17T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220424.csv,56,56.0 B,2022-04-24T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220501.csv,120,120.0 B,2022-05-01T05:35:47,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220508.csv,808,808.0 B,2022-05-08T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220515.csv,200,200.0 B,2022-05-15T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220522.csv,8,8.0 B,2022-05-22T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220529.csv,96,96.0 B,2022-05-29T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220605.csv,128,128.0 B,2022-06-05T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220612.csv,1560,1.5 KB,2022-06-12T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220619.csv,16,16.0 B,2022-06-19T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220626.csv,2080,2.0 KB,2022-06-26T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220703.csv,8,8.0 B,2022-07-03T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220710.csv,16,16.0 B,2022-07-10T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220717.csv,912,912.0 B,2022-07-17T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220724.csv,904,904.0 B,2022-07-24T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220731.csv,96,96.0 B,2022-07-31T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220807.csv,40,40.0 B,2022-08-07T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220814.csv,192,192.0 B,2022-08-14T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220821.csv,16,16.0 B,2022-08-21T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220828.csv,136,136.0 B,2022-08-28T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220904.csv,32,32.0 B,2022-09-04T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220911.csv,32,32.0 B,2022-09-11T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220918.csv,2832,2.8 KB,2022-09-18T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20220925.csv,96,96.0 B,2022-09-25T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20221002.csv,24,24.0 B,2022-10-02T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20221009.csv,48,48.0 B,2022-10-09T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20221016.csv,48,48.0 B,2022-10-16T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20221023.csv,992,992.0 B,2022-10-23T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20221030.csv,120,120.0 B,2022-10-30T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20221106.csv,56,56.0 B,2022-11-06T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20221113.csv,144,144.0 B,2022-11-13T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20221120.csv,344,344.0 B,2022-11-20T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20221127.csv,752,752.0 B,2022-11-27T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20221204.csv,736,736.0 B,2022-12-04T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20221211.csv,120,120.0 B,2022-12-11T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20221218.csv,3480,3.4 KB,2022-12-18T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20221225.csv,16144,15.8 KB,2022-12-25T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230101.csv,67856,66.3 KB,2023-01-01T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230108.csv,936,936.0 B,2023-01-08T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230115.csv,152,152.0 B,2023-01-15T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230122.csv,216,216.0 B,2023-01-22T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230129.csv,808,808.0 B,2023-01-29T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230205.csv,4168,4.1 KB,2023-02-05T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230212.csv,408,408.0 B,2023-02-12T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230219.csv,600,600.0 B,2023-02-19T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230226.csv,5080,5.0 KB,2023-02-26T05:36:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230305.csv,96,96.0 B,2023-03-05T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230312.csv,96,96.0 B,2023-03-12T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230319.csv,8352,8.2 KB,2023-03-19T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230326.csv,48,48.0 B,2023-03-26T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230402.csv,168,168.0 B,2023-04-02T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230409.csv,264,264.0 B,2023-04-09T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230416.csv,10880,10.6 KB,2023-04-16T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230423.csv,6224,6.1 KB,2023-04-23T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230430.csv,8192,8.0 KB,2023-04-30T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230507.csv,72,72.0 B,2023-05-07T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230514.csv,1216,1.2 KB,2023-05-14T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230521.csv,88,88.0 B,2023-05-21T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230528.csv,488,488.0 B,2023-05-28T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230604.csv,104,104.0 B,2023-06-04T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230611.csv,72,72.0 B,2023-06-11T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230618.csv,7256,7.1 KB,2023-06-18T05:35:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230625.csv,4920,4.8 KB,2023-06-25T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230702.csv,152,152.0 B,2023-07-02T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230709.csv,0,0.0 B,2023-07-09T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230716.csv,560,560.0 B,2023-07-16T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230723.csv,10944,10.7 KB,2023-07-23T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230730.csv,23272,22.7 KB,2023-07-30T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230806.csv,6256,6.1 KB,2023-08-06T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230813.csv,184,184.0 B,2023-08-13T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230820.csv,40,40.0 B,2023-08-20T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230827.csv,672,672.0 B,2023-08-27T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230903.csv,21888,21.4 KB,2023-09-03T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230910.csv,24,24.0 B,2023-09-10T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230917.csv,27472,26.8 KB,2023-09-17T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20230924.csv,4104,4.0 KB,2023-09-24T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231001.csv,18976,18.5 KB,2023-10-01T05:35:48,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231008.csv,80,80.0 B,2023-10-08T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231015.csv,824,824.0 B,2023-10-15T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231022.csv,16,16.0 B,2023-10-22T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231029.csv,1096,1.1 KB,2023-10-29T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231105.csv,64,64.0 B,2023-11-05T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231112.csv,264,264.0 B,2023-11-12T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231119.csv,56,56.0 B,2023-11-19T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231126.csv,8,8.0 B,2023-11-26T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231203.csv,144,144.0 B,2023-12-03T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231210.csv,96,96.0 B,2023-12-10T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231217.csv,3680,3.6 KB,2023-12-17T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231224.csv,88,88.0 B,2023-12-24T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20231231.csv,208,208.0 B,2023-12-31T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240107.csv,200,200.0 B,2024-01-07T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240114.csv,216,216.0 B,2024-01-14T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240121.csv,8,8.0 B,2024-01-21T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240128.csv,30488,29.8 KB,2024-01-28T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240204.csv,7408,7.2 KB,2024-02-04T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240211.csv,1264,1.2 KB,2024-02-11T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240218.csv,6720,6.6 KB,2024-02-18T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240225.csv,48,48.0 B,2024-02-25T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240303.csv,5400,5.3 KB,2024-03-03T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240310.csv,64,64.0 B,2024-03-10T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240317.csv,5232,5.1 KB,2024-03-17T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240324.csv,32,32.0 B,2024-03-24T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240331.csv,5992,5.9 KB,2024-03-31T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240407.csv,16,16.0 B,2024-04-07T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240414.csv,24,24.0 B,2024-04-14T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240421.csv,2816,2.8 KB,2024-04-21T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240428.csv,16,16.0 B,2024-04-28T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240505.csv,5856,5.7 KB,2024-05-05T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240512.csv,120,120.0 B,2024-05-12T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240519.csv,3176,3.1 KB,2024-05-19T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240526.csv,5744,5.6 KB,2024-05-26T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240602.csv,16,16.0 B,2024-06-02T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240609.csv,0,0.0 B,2024-06-09T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240616.csv,112,112.0 B,2024-06-16T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240623.csv,40,40.0 B,2024-06-23T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240630.csv,5376,5.2 KB,2024-06-30T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240707.csv,16,16.0 B,2024-07-07T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240714.csv,200,200.0 B,2024-07-14T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240721.csv,160,160.0 B,2024-07-21T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240728.csv,408,408.0 B,2024-07-28T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240804.csv,14520,14.2 KB,2024-08-04T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240811.csv,16,16.0 B,2024-08-11T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240818.csv,13902928,13.3 MB,2024-08-18T05:35:03,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240820.csv,472,472.0 B,2024-08-20T23:24:16,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240825.csv,8,8.0 B,2024-08-25T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240901.csv,776,776.0 B,2024-09-01T05:35:46,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240908.csv,48,48.0 B,2024-09-08T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240915.csv,632,632.0 B,2024-09-15T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240922.csv,472,472.0 B,2024-09-22T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20240929.csv,24,24.0 B,2024-09-29T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20241006.csv,4320,4.2 KB,2024-10-06T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20241013.csv,392,392.0 B,2024-10-13T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20241020.csv,112,112.0 B,2024-10-20T05:35:48,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20241027.csv,32,32.0 B,2024-10-27T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20241103.csv,6688,6.5 KB,2024-11-03T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20241110.csv,360,360.0 B,2024-11-10T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20241117.csv,3560,3.5 KB,2024-11-17T05:35:48,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20241124.csv,40,40.0 B,2024-11-24T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20241201.csv,4744,4.6 KB,2024-12-01T05:35:47,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20241208.csv,144,144.0 B,2024-12-08T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20241215.csv,11512,11.2 KB,2024-12-15T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20241222.csv,64,64.0 B,2024-12-22T05:35:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20241229.csv,8,8.0 B,2024-12-29T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250105.csv,16,16.0 B,2025-01-05T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250112.csv,720,720.0 B,2025-01-12T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250119.csv,32,32.0 B,2025-01-19T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250126.csv,8,8.0 B,2025-01-26T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250202.csv,5752,5.6 KB,2025-02-02T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250209.csv,448,448.0 B,2025-02-09T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250216.csv,352,352.0 B,2025-02-16T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250223.csv,8,8.0 B,2025-02-23T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250302.csv,8192,8.0 KB,2025-03-02T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250309.csv,64,64.0 B,2025-03-09T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250316.csv,192,192.0 B,2025-03-16T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250323.csv,40,40.0 B,2025-03-23T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250330.csv,7016,6.9 KB,2025-03-30T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250406.csv,104,104.0 B,2025-04-06T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250413.csv,1448,1.4 KB,2025-04-13T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250420.csv,1288,1.3 KB,2025-04-20T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250427.csv,7616,7.4 KB,2025-04-27T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250504.csv,8,8.0 B,2025-05-04T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250511.csv,104,104.0 B,2025-05-11T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250518.csv,336,336.0 B,2025-05-18T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250525.csv,0,0.0 B,2025-05-25T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250601.csv,4760,4.6 KB,2025-06-01T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250608.csv,240,240.0 B,2025-06-08T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250615.csv,104,104.0 B,2025-06-15T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250622.csv,8,8.0 B,2025-06-22T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250629.csv,5336,5.2 KB,2025-06-29T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250706.csv,464,464.0 B,2025-07-06T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250713.csv,40,40.0 B,2025-07-13T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250720.csv,320,320.0 B,2025-07-20T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250727.csv,8048,7.9 KB,2025-07-27T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250803.csv,8,8.0 B,2025-08-03T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250810.csv,224,224.0 B,2025-08-10T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250817.csv,192,192.0 B,2025-08-17T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250824.csv,6032,5.9 KB,2025-08-24T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250831.csv,24,24.0 B,2025-08-31T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250907.csv,480,480.0 B,2025-09-07T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250914.csv,920,920.0 B,2025-09-14T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250921.csv,8,8.0 B,2025-09-21T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20250928.csv,7400,7.2 KB,2025-09-28T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20251005.csv,6536,6.4 KB,2025-10-05T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20251012.csv,1984,1.9 KB,2025-10-12T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20251019.csv,40,40.0 B,2025-10-19T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20251026.csv,3320,3.2 KB,2025-10-26T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20251102.csv,40,40.0 B,2025-11-02T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20251109.csv,208,208.0 B,2025-11-09T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20251116.csv,224,224.0 B,2025-11-16T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20251123.csv,4664,4.6 KB,2025-11-23T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20251130.csv,40,40.0 B,2025-11-30T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20251207.csv,824,824.0 B,2025-12-07T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20251214.csv,64,64.0 B,2025-12-14T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20251221.csv,0,0.0 B,2025-12-21T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20251228.csv,5296,5.2 KB,2025-12-28T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20260104.csv,8,8.0 B,2026-01-04T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20260111.csv,14096904,13.4 MB,2026-01-11T05:35:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20260118.csv,4776,4.7 KB,2026-01-18T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20260125.csv,32,32.0 B,2026-01-25T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20260201.csv,472,472.0 B,2026-02-01T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20260208.csv,2824,2.8 KB,2026-02-08T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20260215.csv,144,144.0 B,2026-02-15T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20260222.csv,24,24.0 B,2026-02-22T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-20260301.csv,24,24.0 B,2026-03-01T05:35:47,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20140812.csv,152,152.0 B,2014-08-12T05:48:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20141126.csv,37318,36.4 KB,2014-11-26T12:26:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20141130.csv,169108961,161.3 MB,2014-11-30T06:25:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20141202.csv,217315,212.2 KB,2014-12-02T10:21:45,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20141207.csv,15695,15.3 KB,2014-12-07T06:02:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20141214.csv,18610,18.2 KB,2014-12-14T06:04:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20141221.csv,99872,97.5 KB,2014-12-21T05:52:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20141228.csv,759111,741.3 KB,2014-12-28T05:52:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150104.csv,0,0.0 B,2015-01-04T05:51:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150118.csv,294753,287.8 KB,2015-01-18T05:51:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150125.csv,1274,1.2 KB,2015-01-25T06:01:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150201.csv,352,352.0 B,2015-02-01T05:51:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150208.csv,142,142.0 B,2015-02-08T05:53:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150215.csv,1291,1.3 KB,2015-02-15T05:54:36,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150222.csv,494,494.0 B,2015-02-22T05:50:39,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150301.csv,2649,2.6 KB,2015-03-01T05:38:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150309.csv,14158,13.8 KB,2015-03-09T08:56:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150315.csv,86648,84.6 KB,2015-03-15T05:43:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150316.csv,81730,79.8 KB,2015-03-16T11:36:45,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150322.csv,218,218.0 B,2015-03-22T05:44:28,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150329.csv,837,837.0 B,2015-03-29T05:44:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150405.csv,283,283.0 B,2015-04-05T05:43:16,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150412.csv,176,176.0 B,2015-04-12T05:43:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150419.csv,1606,1.6 KB,2015-04-19T05:43:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150426.csv,0,0.0 B,2015-04-26T05:43:41,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150503.csv,133,133.0 B,2015-05-03T05:42:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150510.csv,758,758.0 B,2015-05-10T05:43:45,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150517.csv,364,364.0 B,2015-05-17T05:43:31,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150524.csv,15533,15.2 KB,2015-05-24T05:44:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150531.csv,29953,29.3 KB,2015-05-31T05:43:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150607.csv,342,342.0 B,2015-06-07T05:44:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150614.csv,65664,64.1 KB,2015-06-14T05:45:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150621.csv,845,845.0 B,2015-06-21T05:44:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150628.csv,39107,38.2 KB,2015-06-28T05:45:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150705.csv,2962,2.9 KB,2015-07-05T05:43:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150712.csv,62613,61.1 KB,2015-07-12T05:55:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150719.csv,34289,33.5 KB,2015-07-19T05:50:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150726.csv,1755,1.7 KB,2015-07-26T05:49:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150802.csv,178203,174.0 KB,2015-08-02T05:44:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150809.csv,321792,314.2 KB,2015-08-09T05:45:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150816.csv,431562,421.4 KB,2015-08-16T05:49:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150823.csv,0,0.0 B,2015-08-23T05:45:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150830.csv,140129,136.8 KB,2015-08-30T05:44:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150906.csv,53196,51.9 KB,2015-09-06T05:44:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150913.csv,3550,3.5 KB,2015-09-13T05:48:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150920.csv,20627,20.1 KB,2015-09-20T05:44:42,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20150927.csv,158,158.0 B,2015-09-27T05:49:11,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20151004.csv,45225,44.2 KB,2015-10-04T05:48:47,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20151011.csv,328342,320.6 KB,2015-10-11T05:49:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20151018.csv,2466,2.4 KB,2015-10-18T05:48:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20151025.csv,9852,9.6 KB,2015-10-25T05:45:47,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20151101.csv,64,64.0 B,2015-11-01T05:42:45,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20151108.csv,753,753.0 B,2015-11-08T05:44:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20151115.csv,130089,127.0 KB,2015-11-15T05:48:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20151122.csv,20315,19.8 KB,2015-11-22T05:45:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20151129.csv,2844,2.8 KB,2015-11-29T05:48:40,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20151206.csv,82,82.0 B,2015-12-06T05:49:13,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20151213.csv,62,62.0 B,2015-12-13T05:49:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20151220.csv,1820,1.8 KB,2015-12-20T05:48:47,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20151227.csv,0,0.0 B,2015-12-27T05:45:31,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160103.csv,71,71.0 B,2016-01-03T05:44:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160110.csv,0,0.0 B,2016-01-10T05:43:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160117.csv,32163,31.4 KB,2016-01-17T05:43:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160124.csv,86378,84.4 KB,2016-01-24T05:44:43,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160131.csv,74763,73.0 KB,2016-01-31T05:45:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160207.csv,0,0.0 B,2016-02-07T05:45:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160214.csv,62724,61.3 KB,2016-02-14T05:49:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160221.csv,33658,32.9 KB,2016-02-21T05:45:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160228.csv,158416,154.7 KB,2016-02-28T05:43:31,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160306.csv,0,0.0 B,2016-03-06T05:43:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160313.csv,4517,4.4 KB,2016-03-13T05:44:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160320.csv,120,120.0 B,2016-03-20T05:50:30,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160327.csv,0,0.0 B,2016-03-27T05:49:36,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160403.csv,0,0.0 B,2016-04-03T05:48:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160410.csv,110890,108.3 KB,2016-04-10T05:45:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160417.csv,207,207.0 B,2016-04-17T05:49:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160424.csv,116,116.0 B,2016-04-24T05:45:34,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160501.csv,95,95.0 B,2016-05-01T05:41:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160508.csv,87,87.0 B,2016-05-08T05:49:30,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160515.csv,81,81.0 B,2016-05-15T05:44:28,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160522.csv,15546,15.2 KB,2016-05-22T05:45:34,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160529.csv,114577,111.9 KB,2016-05-29T05:45:37,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160605.csv,66,66.0 B,2016-06-05T05:45:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160612.csv,104048,101.6 KB,2016-06-12T05:44:40,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160619.csv,238,238.0 B,2016-06-19T05:49:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160626.csv,159,159.0 B,2016-06-26T05:49:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160703.csv,62695,61.2 KB,2016-07-03T05:44:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160710.csv,4214,4.1 KB,2016-07-10T05:44:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160717.csv,48788,47.6 KB,2016-07-17T05:45:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160724.csv,454,454.0 B,2016-07-24T05:45:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160731.csv,1207,1.2 KB,2016-07-31T05:45:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160807.csv,68,68.0 B,2016-08-07T05:44:34,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160814.csv,8785,8.6 KB,2016-08-14T05:43:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160821.csv,170,170.0 B,2016-08-21T05:49:14,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160828.csv,45486,44.4 KB,2016-08-28T05:49:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160904.csv,69365,67.7 KB,2016-09-04T05:45:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160911.csv,153469,149.9 KB,2016-09-11T05:44:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160918.csv,19557,19.1 KB,2016-09-18T05:49:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20160925.csv,408,408.0 B,2016-09-25T05:44:28,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20161002.csv,278,278.0 B,2016-10-02T05:45:34,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20161009.csv,850,850.0 B,2016-10-09T05:49:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20161016.csv,1709,1.7 KB,2016-10-16T05:44:36,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20161023.csv,82312,80.4 KB,2016-10-23T05:45:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20161030.csv,16728,16.3 KB,2016-10-30T05:44:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20161106.csv,571,571.0 B,2016-11-06T05:44:38,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20161113.csv,3644,3.6 KB,2016-11-13T05:44:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20161120.csv,55475,54.2 KB,2016-11-20T05:45:14,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20161127.csv,11384,11.1 KB,2016-11-27T05:45:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20161204.csv,89,89.0 B,2016-12-04T05:45:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20161211.csv,198,198.0 B,2016-12-11T05:50:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20161218.csv,9870,9.6 KB,2016-12-18T05:51:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20161225.csv,55963,54.7 KB,2016-12-25T05:50:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170101.csv,15896,15.5 KB,2017-01-01T05:44:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170108.csv,74,74.0 B,2017-01-08T05:50:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170115.csv,5533,5.4 KB,2017-01-15T05:52:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170122.csv,583,583.0 B,2017-01-22T05:52:28,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170129.csv,85948,83.9 KB,2017-01-29T05:52:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170205.csv,47614,46.5 KB,2017-02-05T05:52:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170212.csv,15316,15.0 KB,2017-02-12T05:52:44,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170219.csv,4302,4.2 KB,2017-02-19T05:53:42,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170226.csv,658,658.0 B,2017-02-26T05:53:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170305.csv,411,411.0 B,2017-03-05T05:54:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170312.csv,17800,17.4 KB,2017-03-12T05:52:39,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170319.csv,39160,38.2 KB,2017-03-19T05:51:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170326.csv,18704,18.3 KB,2017-03-26T05:50:16,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170402.csv,328,328.0 B,2017-04-02T05:50:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170409.csv,222,222.0 B,2017-04-09T05:50:32,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170416.csv,104524,102.1 KB,2017-04-16T05:50:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170423.csv,131,131.0 B,2017-04-23T05:50:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170430.csv,217,217.0 B,2017-04-30T05:39:39,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170507.csv,149,149.0 B,2017-05-07T05:39:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170514.csv,80240,78.4 KB,2017-05-14T05:39:28,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170521.csv,3129,3.1 KB,2017-05-21T05:39:31,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170528.csv,14951,14.6 KB,2017-05-28T05:39:43,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170604.csv,0,0.0 B,2017-06-04T05:39:36,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170611.csv,301,301.0 B,2017-06-11T05:39:31,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170618.csv,66910,65.3 KB,2017-06-18T05:39:43,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170625.csv,0,0.0 B,2017-06-25T05:39:45,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170702.csv,0,0.0 B,2017-07-02T05:40:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170709.csv,670,670.0 B,2017-07-09T05:40:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170716.csv,18572,18.1 KB,2017-07-16T05:40:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170723.csv,299,299.0 B,2017-07-23T05:40:32,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170730.csv,93310,91.1 KB,2017-07-30T05:40:32,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170806.csv,1153,1.1 KB,2017-08-06T05:40:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170813.csv,63204,61.7 KB,2017-08-13T05:40:38,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170820.csv,79,79.0 B,2017-08-20T05:40:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170827.csv,3289,3.2 KB,2017-08-27T05:40:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170903.csv,69586,68.0 KB,2017-09-03T05:39:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170910.csv,1025,1.0 KB,2017-09-10T05:39:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170917.csv,109466,106.9 KB,2017-09-17T05:39:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20170924.csv,244,244.0 B,2017-09-24T05:39:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171001.csv,3630,3.5 KB,2017-10-01T05:38:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171008.csv,2550,2.5 KB,2017-10-08T05:39:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171015.csv,5697,5.6 KB,2017-10-15T05:39:34,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171022.csv,157,157.0 B,2017-10-22T05:39:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171029.csv,89,89.0 B,2017-10-29T05:39:30,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171105.csv,72901,71.2 KB,2017-11-05T05:39:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171112.csv,65964,64.4 KB,2017-11-12T05:39:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171119.csv,735,735.0 B,2017-11-19T05:39:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171126.csv,362,362.0 B,2017-11-26T05:39:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171203.csv,688,688.0 B,2017-12-03T05:39:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171210.csv,804,804.0 B,2017-12-10T05:39:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171217.csv,65245,63.7 KB,2017-12-17T05:39:34,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171224.csv,219,219.0 B,2017-12-24T05:39:32,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20171231.csv,67501,65.9 KB,2017-12-31T05:39:39,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180107.csv,205,205.0 B,2018-01-07T05:39:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180114.csv,102582,100.2 KB,2018-01-14T05:39:32,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180121.csv,13289,13.0 KB,2018-01-21T05:40:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180128.csv,685,685.0 B,2018-01-28T05:39:43,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180204.csv,351,351.0 B,2018-02-04T05:39:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180211.csv,37301,36.4 KB,2018-02-11T05:39:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180218.csv,40698,39.7 KB,2018-02-18T05:39:16,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180225.csv,25538,24.9 KB,2018-02-25T05:39:30,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180304.csv,139,139.0 B,2018-03-04T05:39:43,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180311.csv,822,822.0 B,2018-03-11T05:39:32,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180318.csv,14028,13.7 KB,2018-03-18T05:39:37,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180325.csv,238,238.0 B,2018-03-25T05:39:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180401.csv,660,660.0 B,2018-04-01T05:38:45,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180408.csv,354,354.0 B,2018-04-08T05:39:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180415.csv,60814,59.4 KB,2018-04-15T05:39:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180422.csv,210,210.0 B,2018-04-22T05:39:12,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180429.csv,0,0.0 B,2018-04-29T05:39:12,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180506.csv,39895,39.0 KB,2018-05-06T05:39:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180513.csv,452005,441.4 KB,2018-05-13T05:39:13,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180520.csv,160207,156.5 KB,2018-05-20T05:36:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180527.csv,2666,2.6 KB,2018-05-27T05:36:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180603.csv,312,312.0 B,2018-06-03T05:36:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180610.csv,0,0.0 B,2018-06-10T05:37:14,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180617.csv,3051,3.0 KB,2018-06-17T05:37:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180624.csv,3565,3.5 KB,2018-06-24T05:37:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180701.csv,366,366.0 B,2018-07-01T05:36:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180708.csv,72,72.0 B,2018-07-08T05:37:31,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180715.csv,73460,71.7 KB,2018-07-15T05:37:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180722.csv,92592,90.4 KB,2018-07-22T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180729.csv,583,583.0 B,2018-07-29T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180805.csv,55,55.0 B,2018-08-05T05:37:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180812.csv,77739,75.9 KB,2018-08-12T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180819.csv,626,626.0 B,2018-08-19T05:37:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180826.csv,635,635.0 B,2018-08-26T05:37:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180902.csv,761,761.0 B,2018-09-02T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180909.csv,187679,183.3 KB,2018-09-09T05:37:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180916.csv,260,260.0 B,2018-09-16T05:37:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180923.csv,19020,18.6 KB,2018-09-23T05:37:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20180930.csv,812,812.0 B,2018-09-30T05:37:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20181007.csv,3471,3.4 KB,2018-10-07T05:37:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20181014.csv,1023,1023.0 B,2018-10-14T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20181021.csv,460,460.0 B,2018-10-21T05:37:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20181028.csv,191,191.0 B,2018-10-28T05:37:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20181104.csv,49052,47.9 KB,2018-11-04T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20181111.csv,1169,1.1 KB,2018-11-11T05:37:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20181118.csv,1036,1.0 KB,2018-11-18T05:37:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20181125.csv,1072,1.0 KB,2018-11-25T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20181202.csv,102,102.0 B,2018-12-02T05:37:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20181209.csv,214,214.0 B,2018-12-09T05:37:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20181216.csv,1617,1.6 KB,2018-12-16T05:37:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20181223.csv,138,138.0 B,2018-12-23T05:37:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20181230.csv,417231,407.5 KB,2018-12-30T05:37:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190106.csv,46055,45.0 KB,2019-01-06T05:37:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190113.csv,19359,18.9 KB,2019-01-13T05:37:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190120.csv,101536,99.2 KB,2019-01-20T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190127.csv,576,576.0 B,2019-01-27T05:37:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190203.csv,0,0.0 B,2019-02-03T05:37:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190210.csv,12502,12.2 KB,2019-02-10T05:37:25,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190217.csv,6218,6.1 KB,2019-02-17T05:37:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190224.csv,803,803.0 B,2019-02-24T05:37:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190303.csv,114,114.0 B,2019-03-03T05:37:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190305.csv,74,74.0 B,2019-03-05T10:10:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190310.csv,321,321.0 B,2019-03-10T05:37:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190317.csv,20160,19.7 KB,2019-03-17T05:37:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190324.csv,154,154.0 B,2019-03-24T05:37:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190331.csv,154,154.0 B,2019-03-31T05:37:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190407.csv,14999,14.6 KB,2019-04-07T05:37:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190414.csv,1478,1.4 KB,2019-04-14T05:37:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190421.csv,65629,64.1 KB,2019-04-21T05:37:25,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190428.csv,1022,1022.0 B,2019-04-28T05:37:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190505.csv,82,82.0 B,2019-05-05T05:37:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190512.csv,1556566,1.5 MB,2019-05-12T05:37:30,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190519.csv,1283,1.3 KB,2019-05-19T05:36:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190526.csv,1448,1.4 KB,2019-05-26T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190602.csv,1006,1006.0 B,2019-06-02T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190609.csv,35001,34.2 KB,2019-06-09T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190616.csv,2167,2.1 KB,2019-06-16T05:36:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190623.csv,31322,30.6 KB,2019-06-23T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190630.csv,1973,1.9 KB,2019-06-30T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190707.csv,217,217.0 B,2019-07-07T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190714.csv,16290,15.9 KB,2019-07-14T05:36:11,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190721.csv,33580,32.8 KB,2019-07-21T05:36:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190728.csv,1730,1.7 KB,2019-07-28T05:36:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190804.csv,713,713.0 B,2019-08-04T05:36:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190811.csv,13932,13.6 KB,2019-08-11T05:36:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190818.csv,246,246.0 B,2019-08-18T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190825.csv,164,164.0 B,2019-08-25T05:36:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190901.csv,0,0.0 B,2019-09-01T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190908.csv,178,178.0 B,2019-09-08T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190915.csv,14141,13.8 KB,2019-09-15T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190922.csv,747,747.0 B,2019-09-22T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20190929.csv,423,423.0 B,2019-09-29T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20191006.csv,515,515.0 B,2019-10-06T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20191013.csv,31271,30.5 KB,2019-10-13T05:36:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20191020.csv,2025,2.0 KB,2019-10-20T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20191027.csv,2555,2.5 KB,2019-10-27T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20191103.csv,1666,1.6 KB,2019-11-03T05:36:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20191110.csv,1315,1.3 KB,2019-11-10T05:36:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20191117.csv,8819,8.6 KB,2019-11-17T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20191124.csv,400,400.0 B,2019-11-24T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20191201.csv,141,141.0 B,2019-12-01T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20191208.csv,98,98.0 B,2019-12-08T05:36:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20191215.csv,1153,1.1 KB,2019-12-15T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20191222.csv,216,216.0 B,2019-12-22T05:36:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20191229.csv,235,235.0 B,2019-12-29T05:36:11,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200105.csv,72,72.0 B,2020-01-05T05:36:11,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200112.csv,241,241.0 B,2020-01-12T05:36:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200119.csv,70593,68.9 KB,2020-01-19T05:36:28,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200126.csv,58189,56.8 KB,2020-01-26T05:36:31,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200202.csv,83662,81.7 KB,2020-02-02T05:36:31,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200209.csv,571,571.0 B,2020-02-09T05:36:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200216.csv,5728,5.6 KB,2020-02-16T05:36:32,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200223.csv,306,306.0 B,2020-02-23T05:36:28,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200301.csv,115110,112.4 KB,2020-03-01T05:36:06,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200308.csv,146814,143.4 KB,2020-03-08T05:36:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200315.csv,148456,145.0 KB,2020-03-15T05:36:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200322.csv,0,0.0 B,2020-03-22T05:36:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200329.csv,1414,1.4 KB,2020-03-29T05:36:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200405.csv,0,0.0 B,2020-04-05T05:36:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200412.csv,0,0.0 B,2020-04-12T05:36:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200419.csv,67840,66.2 KB,2020-04-19T05:36:29,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200426.csv,110549,108.0 KB,2020-04-26T05:36:33,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200503.csv,673,673.0 B,2020-05-03T05:36:35,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200510.csv,0,0.0 B,2020-05-10T05:36:31,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200517.csv,1559,1.5 KB,2020-05-17T05:36:36,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200524.csv,0,0.0 B,2020-05-24T05:36:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200531.csv,1458,1.4 KB,2020-05-31T05:36:12,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200607.csv,295,295.0 B,2020-06-07T05:36:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200614.csv,7180,7.0 KB,2020-06-14T05:36:11,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200621.csv,2202,2.2 KB,2020-06-21T05:36:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200628.csv,307,307.0 B,2020-06-28T05:36:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200705.csv,250,250.0 B,2020-07-05T05:36:12,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200712.csv,132,132.0 B,2020-07-12T05:36:12,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200719.csv,86652,84.6 KB,2020-07-19T05:36:13,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200726.csv,88881,86.8 KB,2020-07-26T05:36:11,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200802.csv,89589,87.5 KB,2020-08-02T05:36:11,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200809.csv,0,0.0 B,2020-08-09T05:36:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200816.csv,2326,2.3 KB,2020-08-16T05:36:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200823.csv,63,63.0 B,2020-08-23T05:36:38,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200830.csv,73,73.0 B,2020-08-30T05:36:13,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200906.csv,0,0.0 B,2020-09-06T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200913.csv,768,768.0 B,2020-09-13T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200920.csv,60,60.0 B,2020-09-20T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20200927.csv,198,198.0 B,2020-09-27T05:36:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20201004.csv,81,81.0 B,2020-10-04T05:36:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20201011.csv,3805261,3.6 MB,2020-10-11T05:36:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20201018.csv,6059,5.9 KB,2020-10-18T05:36:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20201025.csv,0,0.0 B,2020-10-25T05:36:16,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20201101.csv,879,879.0 B,2020-11-01T05:36:11,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20201108.csv,549,549.0 B,2020-11-08T05:36:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20201115.csv,16261,15.9 KB,2020-11-15T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20201122.csv,139,139.0 B,2020-11-22T05:36:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20201129.csv,0,0.0 B,2020-11-29T05:36:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20201206.csv,198,198.0 B,2020-12-06T05:36:03,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20201213.csv,14769,14.4 KB,2020-12-13T05:36:30,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20201220.csv,0,0.0 B,2020-12-20T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20201227.csv,330,330.0 B,2020-12-27T05:36:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210103.csv,400165,390.8 KB,2021-01-03T05:36:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210110.csv,192,192.0 B,2021-01-10T05:36:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210117.csv,271117,264.8 KB,2021-01-17T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210124.csv,622,622.0 B,2021-01-24T05:36:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210131.csv,1163,1.1 KB,2021-01-31T05:36:25,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210207.csv,23145,22.6 KB,2021-02-07T05:36:03,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210214.csv,2264,2.2 KB,2021-02-14T05:36:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210221.csv,83751,81.8 KB,2021-02-21T05:36:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210228.csv,84006,82.0 KB,2021-02-28T05:36:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210307.csv,125562,122.6 KB,2021-03-07T05:36:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210314.csv,155813,152.2 KB,2021-03-14T05:36:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210321.csv,213,213.0 B,2021-03-21T05:36:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210328.csv,148,148.0 B,2021-03-28T05:36:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210404.csv,577,577.0 B,2021-04-04T05:36:18,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210411.csv,74,74.0 B,2021-04-11T05:36:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210418.csv,2852,2.8 KB,2021-04-18T05:36:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210425.csv,1745,1.7 KB,2021-04-25T05:36:17,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210502.csv,45624,44.6 KB,2021-05-02T05:36:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210509.csv,9025,8.8 KB,2021-05-09T05:36:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210516.csv,1180,1.2 KB,2021-05-16T05:36:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210523.csv,1324,1.3 KB,2021-05-23T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210530.csv,309,309.0 B,2021-05-30T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210606.csv,162,162.0 B,2021-06-06T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210613.csv,70485,68.8 KB,2021-06-13T05:36:21,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210620.csv,9811,9.6 KB,2021-06-20T05:36:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210627.csv,2413,2.4 KB,2021-06-27T05:36:20,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210704.csv,658,658.0 B,2021-07-04T05:36:26,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210711.csv,3534,3.5 KB,2021-07-11T05:36:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210718.csv,50837,49.6 KB,2021-07-18T05:36:23,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210725.csv,10519,10.3 KB,2021-07-25T05:36:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210801.csv,832,832.0 B,2021-08-01T05:36:14,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210808.csv,1032,1.0 KB,2021-08-08T05:36:24,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210815.csv,8128,7.9 KB,2021-08-15T05:36:22,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210822.csv,187,187.0 B,2021-08-22T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210829.csv,348,348.0 B,2021-08-29T05:36:25,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210905.csv,0,0.0 B,2021-09-05T05:37:15,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210912.csv,456,456.0 B,2021-09-12T05:36:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210919.csv,203,203.0 B,2021-09-19T05:36:27,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20210926.csv,2394,2.3 KB,2021-09-26T05:36:30,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20211003.csv,1322,1.3 KB,2021-10-03T05:36:07,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20211010.csv,344,344.0 B,2021-10-10T05:36:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20211017.csv,5710,5.6 KB,2021-10-17T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20211024.csv,724,724.0 B,2021-10-24T05:36:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20211031.csv,455,455.0 B,2021-10-31T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20211107.csv,539,539.0 B,2021-11-07T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20211114.csv,55338,54.0 KB,2021-11-14T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20211121.csv,166,166.0 B,2021-11-21T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20211128.csv,48,48.0 B,2021-11-28T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20211205.csv,125,125.0 B,2021-12-05T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20211212.csv,203,203.0 B,2021-12-12T05:36:04,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20211219.csv,951,951.0 B,2021-12-19T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20211226.csv,0,0.0 B,2021-12-26T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220102.csv,718,718.0 B,2022-01-02T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220109.csv,0,0.0 B,2022-01-09T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220116.csv,1703,1.7 KB,2022-01-16T05:36:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220123.csv,565,565.0 B,2022-01-23T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220130.csv,168,168.0 B,2022-01-30T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220206.csv,84892,82.9 KB,2022-02-06T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220213.csv,53,53.0 B,2022-02-13T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220220.csv,8162,8.0 KB,2022-02-20T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220227.csv,524,524.0 B,2022-02-27T05:36:11,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220306.csv,107608,105.1 KB,2022-03-06T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220313.csv,4459,4.4 KB,2022-03-13T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220320.csv,865,865.0 B,2022-03-20T05:35:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220327.csv,357,357.0 B,2022-03-27T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220403.csv,1557,1.5 KB,2022-04-03T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220410.csv,1367,1.3 KB,2022-04-10T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220417.csv,1142,1.1 KB,2022-04-17T05:35:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220424.csv,685,685.0 B,2022-04-24T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220501.csv,1349,1.3 KB,2022-05-01T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220508.csv,8278,8.1 KB,2022-05-08T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220515.csv,2414,2.4 KB,2022-05-15T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220522.csv,61,61.0 B,2022-05-22T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220529.csv,1283,1.3 KB,2022-05-29T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220605.csv,1496,1.5 KB,2022-06-05T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220612.csv,15606,15.2 KB,2022-06-12T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220619.csv,142,142.0 B,2022-06-19T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220626.csv,22503,22.0 KB,2022-06-26T05:36:03,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220703.csv,56,56.0 B,2022-07-03T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220710.csv,190,190.0 B,2022-07-10T05:36:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220717.csv,9666,9.4 KB,2022-07-17T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220724.csv,9236,9.0 KB,2022-07-24T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220731.csv,1181,1.2 KB,2022-07-31T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220807.csv,375,375.0 B,2022-08-07T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220814.csv,2209,2.2 KB,2022-08-14T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220821.csv,169,169.0 B,2022-08-21T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220828.csv,1226,1.2 KB,2022-08-28T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220904.csv,312,312.0 B,2022-09-04T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220911.csv,433,433.0 B,2022-09-11T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220918.csv,36963,36.1 KB,2022-09-18T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20220925.csv,1083,1.1 KB,2022-09-25T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20221002.csv,199,199.0 B,2022-10-02T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20221009.csv,478,478.0 B,2022-10-09T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20221016.csv,488,488.0 B,2022-10-16T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20221023.csv,8996,8.8 KB,2022-10-23T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20221030.csv,1058,1.0 KB,2022-10-30T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20221106.csv,564,564.0 B,2022-11-06T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20221113.csv,1662,1.6 KB,2022-11-13T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20221120.csv,3607,3.5 KB,2022-11-20T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20221127.csv,6495,6.3 KB,2022-11-27T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20221204.csv,6680,6.5 KB,2022-12-04T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20221211.csv,1406,1.4 KB,2022-12-11T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20221218.csv,36190,35.3 KB,2022-12-18T05:35:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20221225.csv,158509,154.8 KB,2022-12-25T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230101.csv,532616,520.1 KB,2023-01-01T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230108.csv,9440,9.2 KB,2023-01-08T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230115.csv,1650,1.6 KB,2023-01-15T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230122.csv,2233,2.2 KB,2023-01-22T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230129.csv,9169,9.0 KB,2023-01-29T05:35:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230205.csv,43088,42.1 KB,2023-02-05T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230212.csv,4865,4.8 KB,2023-02-12T05:36:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230219.csv,7519,7.3 KB,2023-02-19T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230226.csv,52709,51.5 KB,2023-02-26T05:36:05,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230305.csv,833,833.0 B,2023-03-05T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230312.csv,1243,1.2 KB,2023-03-12T05:36:00,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230319.csv,98364,96.1 KB,2023-03-19T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230326.csv,538,538.0 B,2023-03-26T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230402.csv,1968,1.9 KB,2023-04-02T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230409.csv,3595,3.5 KB,2023-04-09T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230416.csv,147514,144.1 KB,2023-04-16T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230423.csv,56961,55.6 KB,2023-04-23T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230430.csv,74007,72.3 KB,2023-04-30T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230507.csv,636,636.0 B,2023-05-07T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230514.csv,16101,15.7 KB,2023-05-14T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230521.csv,704,704.0 B,2023-05-21T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230528.csv,4791,4.7 KB,2023-05-28T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230604.csv,1243,1.2 KB,2023-06-04T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230611.csv,742,742.0 B,2023-06-11T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230618.csv,69706,68.1 KB,2023-06-18T05:36:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230625.csv,48686,47.5 KB,2023-06-25T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230702.csv,1558,1.5 KB,2023-07-02T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230709.csv,0,0.0 B,2023-07-09T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230716.csv,7053,6.9 KB,2023-07-16T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230723.csv,110313,107.7 KB,2023-07-23T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230730.csv,238894,233.3 KB,2023-07-30T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230806.csv,64243,62.7 KB,2023-08-06T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230813.csv,1902,1.9 KB,2023-08-13T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230820.csv,422,422.0 B,2023-08-20T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230827.csv,7747,7.6 KB,2023-08-27T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230903.csv,258099,252.0 KB,2023-09-03T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230910.csv,382,382.0 B,2023-09-10T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230917.csv,275098,268.7 KB,2023-09-17T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20230924.csv,42271,41.3 KB,2023-09-24T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231001.csv,201740,197.0 KB,2023-10-01T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231008.csv,940,940.0 B,2023-10-08T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231015.csv,11521,11.3 KB,2023-10-15T05:36:09,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231022.csv,196,196.0 B,2023-10-22T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231029.csv,9854,9.6 KB,2023-10-29T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231105.csv,685,685.0 B,2023-11-05T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231112.csv,3238,3.2 KB,2023-11-12T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231119.csv,532,532.0 B,2023-11-19T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231126.csv,143,143.0 B,2023-11-26T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231203.csv,1526,1.5 KB,2023-12-03T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231210.csv,823,823.0 B,2023-12-10T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231217.csv,42262,41.3 KB,2023-12-17T05:35:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231224.csv,1038,1.0 KB,2023-12-24T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20231231.csv,2693,2.6 KB,2023-12-31T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240107.csv,2011,2.0 KB,2024-01-07T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240114.csv,2638,2.6 KB,2024-01-14T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240121.csv,86,86.0 B,2024-01-21T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240128.csv,316706,309.3 KB,2024-01-28T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240204.csv,72613,70.9 KB,2024-02-04T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240211.csv,12096,11.8 KB,2024-02-11T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240218.csv,83019,81.1 KB,2024-02-18T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240225.csv,637,637.0 B,2024-02-25T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240303.csv,56037,54.7 KB,2024-03-03T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240310.csv,631,631.0 B,2024-03-10T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240317.csv,64270,62.8 KB,2024-03-17T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240324.csv,359,359.0 B,2024-03-24T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240331.csv,62480,61.0 KB,2024-03-31T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240407.csv,101,101.0 B,2024-04-07T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240414.csv,451,451.0 B,2024-04-14T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240421.csv,31718,31.0 KB,2024-04-21T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240428.csv,176,176.0 B,2024-04-28T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240505.csv,59240,57.9 KB,2024-05-05T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240512.csv,1094,1.1 KB,2024-05-12T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240519.csv,40646,39.7 KB,2024-05-19T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240526.csv,56564,55.2 KB,2024-05-26T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240602.csv,146,146.0 B,2024-06-02T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240609.csv,0,0.0 B,2024-06-09T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240616.csv,1268,1.2 KB,2024-06-16T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240623.csv,347,347.0 B,2024-06-23T05:36:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240630.csv,54697,53.4 KB,2024-06-30T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240707.csv,167,167.0 B,2024-07-07T05:35:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240714.csv,2446,2.4 KB,2024-07-14T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240721.csv,1901,1.9 KB,2024-07-21T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240728.csv,3862,3.8 KB,2024-07-28T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240804.csv,145794,142.4 KB,2024-08-04T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240811.csv,211,211.0 B,2024-08-11T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240818.csv,177806234,169.6 MB,2024-08-18T05:35:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240820.csv,5608,5.5 KB,2024-08-20T23:24:19,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240825.csv,56,56.0 B,2024-08-25T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240901.csv,7982,7.8 KB,2024-09-01T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240908.csv,564,564.0 B,2024-09-08T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240915.csv,6705,6.5 KB,2024-09-15T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240922.csv,5414,5.3 KB,2024-09-22T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20240929.csv,288,288.0 B,2024-09-29T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20241006.csv,45772,44.7 KB,2024-10-06T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20241013.csv,4122,4.0 KB,2024-10-13T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20241020.csv,1158,1.1 KB,2024-10-20T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20241027.csv,338,338.0 B,2024-10-27T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20241103.csv,69762,68.1 KB,2024-11-03T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20241110.csv,2891,2.8 KB,2024-11-10T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20241117.csv,43740,42.7 KB,2024-11-17T05:35:50,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20241124.csv,500,500.0 B,2024-11-24T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20241201.csv,49118,48.0 KB,2024-12-01T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20241208.csv,1346,1.3 KB,2024-12-08T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20241215.csv,95701,93.5 KB,2024-12-15T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20241222.csv,744,744.0 B,2024-12-22T05:36:02,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20241229.csv,119,119.0 B,2024-12-29T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250105.csv,216,216.0 B,2025-01-05T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250112.csv,7751,7.6 KB,2025-01-12T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250119.csv,450,450.0 B,2025-01-19T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250126.csv,73,73.0 B,2025-01-26T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250202.csv,54457,53.2 KB,2025-02-02T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250209.csv,3974,3.9 KB,2025-02-09T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250216.csv,4426,4.3 KB,2025-02-16T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250223.csv,58,58.0 B,2025-02-23T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250302.csv,81690,79.8 KB,2025-03-02T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250309.csv,602,602.0 B,2025-03-09T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250316.csv,2072,2.0 KB,2025-03-16T05:36:08,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250323.csv,387,387.0 B,2025-03-23T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250330.csv,65684,64.1 KB,2025-03-30T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250406.csv,910,910.0 B,2025-04-06T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250413.csv,15497,15.1 KB,2025-04-13T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250420.csv,16560,16.2 KB,2025-04-20T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250427.csv,78317,76.5 KB,2025-04-27T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250504.csv,55,55.0 B,2025-05-04T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250511.csv,873,873.0 B,2025-05-11T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250518.csv,3932,3.8 KB,2025-05-18T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250525.csv,0,0.0 B,2025-05-25T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250601.csv,48425,47.3 KB,2025-06-01T05:35:51,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250608.csv,2072,2.0 KB,2025-06-08T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250615.csv,1279,1.2 KB,2025-06-15T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250622.csv,83,83.0 B,2025-06-22T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250629.csv,54768,53.5 KB,2025-06-29T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250706.csv,4073,4.0 KB,2025-07-06T05:36:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250713.csv,308,308.0 B,2025-07-13T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250720.csv,4104,4.0 KB,2025-07-20T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250727.csv,79676,77.8 KB,2025-07-27T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250803.csv,74,74.0 B,2025-08-03T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250810.csv,2646,2.6 KB,2025-08-10T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250817.csv,2067,2.0 KB,2025-08-17T05:36:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250824.csv,65319,63.8 KB,2025-08-24T05:35:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250831.csv,280,280.0 B,2025-08-31T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250907.csv,4825,4.7 KB,2025-09-07T05:36:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250914.csv,12752,12.5 KB,2025-09-14T05:35:59,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250921.csv,92,92.0 B,2025-09-21T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20250928.csv,76558,74.8 KB,2025-09-28T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20251005.csv,68619,67.0 KB,2025-10-05T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20251012.csv,21738,21.2 KB,2025-10-12T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20251019.csv,655,655.0 B,2025-10-19T05:36:01,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20251026.csv,33838,33.0 KB,2025-10-26T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20251102.csv,362,362.0 B,2025-11-02T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20251109.csv,1458,1.4 KB,2025-11-09T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20251116.csv,3045,3.0 KB,2025-11-16T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20251123.csv,47548,46.4 KB,2025-11-23T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20251130.csv,411,411.0 B,2025-11-30T05:35:54,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20251207.csv,7870,7.7 KB,2025-12-07T05:35:56,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20251214.csv,832,832.0 B,2025-12-14T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20251221.csv,0,0.0 B,2025-12-21T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20251228.csv,54270,53.0 KB,2025-12-28T05:35:58,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20260104.csv,76,76.0 B,2026-01-04T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20260111.csv,180291202,171.9 MB,2026-01-11T05:35:10,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20260118.csv,47910,46.8 KB,2026-01-18T05:35:55,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20260125.csv,383,383.0 B,2026-01-25T05:35:53,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20260201.csv,4703,4.6 KB,2026-02-01T05:35:52,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20260208.csv,26906,26.3 KB,2026-02-08T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20260215.csv,1693,1.7 KB,2026-02-15T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20260222.csv,167,167.0 B,2026-02-22T05:35:57,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted-data-20260301.csv,366,366.0 B,2026-03-01T05:35:49,.csv,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20141126.xlsx,11260,11.0 KB,2014-11-26T12:32:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20141130.xlsx,65562950,62.5 MB,2014-11-30T06:29:49,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20141202.xlsx,162971,159.2 KB,2014-12-02T10:23:12,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20141207.xlsx,16112,15.7 KB,2014-12-07T06:02:30,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20141214.xlsx,18801,18.4 KB,2014-12-14T06:04:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20141221.xlsx,71302,69.6 KB,2014-12-21T05:52:05,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20141228.xlsx,464992,454.1 KB,2014-12-28T05:52:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150104.xlsx,5404,5.3 KB,2015-01-04T05:51:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150118.xlsx,188538,184.1 KB,2015-01-18T05:51:10,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150125.xlsx,6176,6.0 KB,2015-01-25T06:01:03,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150201.xlsx,5681,5.5 KB,2015-02-01T05:51:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150208.xlsx,5541,5.4 KB,2015-02-08T05:53:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150215.xlsx,6451,6.3 KB,2015-02-15T05:54:36,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150222.xlsx,5899,5.8 KB,2015-02-22T05:50:40,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150301.xlsx,6020,5.9 KB,2015-03-01T05:38:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150309.xlsx,15113,14.8 KB,2015-03-09T08:56:10,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150315.xlsx,16316,15.9 KB,2015-03-15T05:43:01,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150316.xlsx,14881,14.5 KB,2015-03-16T11:36:45,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150322.xlsx,5673,5.5 KB,2015-03-22T05:44:28,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150329.xlsx,6180,6.0 KB,2015-03-29T05:45:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150405.xlsx,5694,5.6 KB,2015-04-05T05:43:16,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150412.xlsx,5596,5.5 KB,2015-04-12T05:43:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150419.xlsx,5811,5.7 KB,2015-04-19T05:43:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150426.xlsx,5404,5.3 KB,2015-04-26T05:43:51,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150503.xlsx,5587,5.5 KB,2015-05-03T05:42:18,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150510.xlsx,6077,5.9 KB,2015-05-10T05:43:45,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150517.xlsx,5729,5.6 KB,2015-05-17T05:43:31,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150524.xlsx,5852,5.7 KB,2015-05-24T05:44:59,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150531.xlsx,20177,19.7 KB,2015-05-31T05:43:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150607.xlsx,5734,5.6 KB,2015-06-07T05:44:08,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150614.xlsx,14348,14.0 KB,2015-06-14T05:45:01,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150621.xlsx,6181,6.0 KB,2015-06-21T05:44:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150628.xlsx,26464,25.8 KB,2015-06-28T05:45:27,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150705.xlsx,7148,7.0 KB,2015-07-05T05:43:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150712.xlsx,48365,47.2 KB,2015-07-12T05:55:10,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150719.xlsx,7790,7.6 KB,2015-07-19T05:50:05,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150726.xlsx,6765,6.6 KB,2015-07-26T05:49:01,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150802.xlsx,110579,108.0 KB,2015-08-02T05:44:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150809.xlsx,190833,186.4 KB,2015-08-09T05:45:18,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150816.xlsx,239597,234.0 KB,2015-08-16T05:49:03,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150823.xlsx,5408,5.3 KB,2015-08-23T05:45:09,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150830.xlsx,93976,91.8 KB,2015-08-30T05:44:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150906.xlsx,40365,39.4 KB,2015-09-06T05:45:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150913.xlsx,8096,7.9 KB,2015-09-13T05:48:09,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150920.xlsx,5740,5.6 KB,2015-09-20T05:44:42,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20150927.xlsx,5616,5.5 KB,2015-09-27T05:49:11,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20151004.xlsx,35888,35.0 KB,2015-10-04T05:48:48,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20151011.xlsx,115718,113.0 KB,2015-10-11T05:49:01,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20151018.xlsx,5568,5.4 KB,2015-10-18T05:48:27,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20151025.xlsx,12168,11.9 KB,2015-10-25T05:45:48,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20151101.xlsx,5534,5.4 KB,2015-11-01T05:42:46,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20151108.xlsx,6083,5.9 KB,2015-11-08T05:44:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20151115.xlsx,14624,14.3 KB,2015-11-15T05:48:51,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20151122.xlsx,19391,18.9 KB,2015-11-22T05:45:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20151129.xlsx,7627,7.4 KB,2015-11-29T05:48:40,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20151206.xlsx,5533,5.4 KB,2015-12-06T05:49:13,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20151213.xlsx,5535,5.4 KB,2015-12-13T05:49:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20151220.xlsx,5604,5.5 KB,2015-12-20T05:48:47,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20151227.xlsx,5406,5.3 KB,2015-12-27T05:45:38,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160103.xlsx,5540,5.4 KB,2016-01-03T05:44:25,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160110.xlsx,5403,5.3 KB,2016-01-10T05:43:20,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160117.xlsx,26796,26.2 KB,2016-01-17T05:43:17,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160124.xlsx,60142,58.7 KB,2016-01-24T05:44:44,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160131.xlsx,53656,52.4 KB,2016-01-31T05:45:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160207.xlsx,5407,5.3 KB,2016-02-07T05:45:29,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160214.xlsx,5404,5.3 KB,2016-02-14T05:49:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160221.xlsx,5604,5.5 KB,2016-02-21T05:45:26,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160228.xlsx,80575,78.7 KB,2016-02-28T05:43:32,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160306.xlsx,5407,5.3 KB,2016-03-06T05:43:35,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160313.xlsx,5544,5.4 KB,2016-03-13T05:44:02,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160320.xlsx,5587,5.5 KB,2016-03-20T05:50:31,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160327.xlsx,5408,5.3 KB,2016-03-27T05:49:41,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160403.xlsx,5407,5.3 KB,2016-04-03T05:49:03,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160410.xlsx,78053,76.2 KB,2016-04-10T05:45:20,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160417.xlsx,5651,5.5 KB,2016-04-17T05:49:11,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160424.xlsx,5558,5.4 KB,2016-04-24T05:45:34,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160501.xlsx,5555,5.4 KB,2016-05-01T05:41:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160508.xlsx,5545,5.4 KB,2016-05-08T05:49:30,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160515.xlsx,5546,5.4 KB,2016-05-15T05:44:28,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160522.xlsx,5581,5.5 KB,2016-05-22T05:45:34,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160529.xlsx,82398,80.5 KB,2016-05-29T05:45:37,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160605.xlsx,5534,5.4 KB,2016-06-05T05:45:27,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160612.xlsx,48831,47.7 KB,2016-06-12T05:44:41,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160619.xlsx,5653,5.5 KB,2016-06-19T05:49:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160626.xlsx,5603,5.5 KB,2016-06-26T05:49:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160703.xlsx,44653,43.6 KB,2016-07-03T05:44:49,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160710.xlsx,8568,8.4 KB,2016-07-10T05:44:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160717.xlsx,29031,28.4 KB,2016-07-17T05:45:09,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160724.xlsx,5863,5.7 KB,2016-07-24T05:45:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160731.xlsx,6418,6.3 KB,2016-07-31T05:45:01,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160807.xlsx,5541,5.4 KB,2016-08-07T05:44:35,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160814.xlsx,5600,5.5 KB,2016-08-14T05:43:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160821.xlsx,5604,5.5 KB,2016-08-21T05:49:14,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160828.xlsx,35823,35.0 KB,2016-08-28T05:49:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160904.xlsx,49497,48.3 KB,2016-09-04T05:45:21,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160911.xlsx,99562,97.2 KB,2016-09-11T05:44:05,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160918.xlsx,17640,17.2 KB,2016-09-18T05:49:04,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20160925.xlsx,5798,5.7 KB,2016-09-25T05:44:28,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20161002.xlsx,5701,5.6 KB,2016-10-02T05:45:34,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20161009.xlsx,6014,5.9 KB,2016-10-09T05:49:17,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20161016.xlsx,6220,6.1 KB,2016-10-16T05:44:37,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20161023.xlsx,59759,58.4 KB,2016-10-23T05:45:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20161030.xlsx,16253,15.9 KB,2016-10-30T05:44:50,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20161106.xlsx,5825,5.7 KB,2016-11-06T05:44:39,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20161113.xlsx,5527,5.4 KB,2016-11-13T05:44:50,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20161120.xlsx,42545,41.5 KB,2016-11-20T05:45:14,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20161127.xlsx,13255,12.9 KB,2016-11-27T05:45:02,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20161204.xlsx,5547,5.4 KB,2016-12-04T05:45:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20161211.xlsx,5645,5.5 KB,2016-12-11T05:50:06,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20161218.xlsx,9953,9.7 KB,2016-12-18T05:51:05,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20161225.xlsx,39000,38.1 KB,2016-12-25T05:50:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170101.xlsx,15919,15.5 KB,2017-01-01T05:44:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170108.xlsx,5541,5.4 KB,2017-01-08T05:50:49,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170115.xlsx,5905,5.8 KB,2017-01-15T05:52:20,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170122.xlsx,5937,5.8 KB,2017-01-22T05:52:28,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170129.xlsx,59955,58.5 KB,2017-01-29T05:52:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170205.xlsx,38892,38.0 KB,2017-02-05T05:52:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170212.xlsx,11647,11.4 KB,2017-02-12T05:52:45,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170219.xlsx,7283,7.1 KB,2017-02-19T05:53:42,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170226.xlsx,5905,5.8 KB,2017-02-26T05:53:18,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170305.xlsx,5806,5.7 KB,2017-03-05T05:54:10,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170312.xlsx,5549,5.4 KB,2017-03-12T05:52:39,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170319.xlsx,33082,32.3 KB,2017-03-19T05:51:50,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170326.xlsx,18050,17.6 KB,2017-03-26T05:50:16,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170402.xlsx,5682,5.5 KB,2017-04-02T05:50:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170409.xlsx,5661,5.5 KB,2017-04-09T05:50:32,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170416.xlsx,44947,43.9 KB,2017-04-16T05:50:20,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170423.xlsx,5600,5.5 KB,2017-04-23T05:50:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170430.xlsx,5640,5.5 KB,2017-04-30T05:39:39,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170507.xlsx,5604,5.5 KB,2017-05-07T05:39:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170514.xlsx,22969,22.4 KB,2017-05-14T05:39:28,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170521.xlsx,6651,6.5 KB,2017-05-21T05:39:31,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170528.xlsx,15038,14.7 KB,2017-05-28T05:39:43,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170604.xlsx,5405,5.3 KB,2017-06-04T05:39:41,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170611.xlsx,5722,5.6 KB,2017-06-11T05:39:31,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170618.xlsx,34909,34.1 KB,2017-06-18T05:39:43,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170625.xlsx,0,0.0 B,2017-06-25T05:39:50,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170702.xlsx,5404,5.3 KB,2017-07-02T05:40:02,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170709.xlsx,5808,5.7 KB,2017-07-09T05:40:17,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170716.xlsx,14090,13.8 KB,2017-07-16T05:40:15,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170723.xlsx,5714,5.6 KB,2017-07-23T05:40:33,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170730.xlsx,71111,69.4 KB,2017-07-30T05:40:33,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170806.xlsx,6132,6.0 KB,2017-08-06T05:40:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170813.xlsx,42267,41.3 KB,2017-08-13T05:40:39,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170820.xlsx,5548,5.4 KB,2017-08-20T05:40:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170827.xlsx,7692,7.5 KB,2017-08-27T05:40:28,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170903.xlsx,36414,35.6 KB,2017-09-03T05:39:17,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170910.xlsx,6256,6.1 KB,2017-09-10T05:39:18,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170917.xlsx,63535,62.0 KB,2017-09-17T05:39:05,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20170924.xlsx,5677,5.5 KB,2017-09-24T05:39:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171001.xlsx,8006,7.8 KB,2017-10-01T05:38:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171008.xlsx,7023,6.9 KB,2017-10-08T05:39:29,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171015.xlsx,5972,5.8 KB,2017-10-15T05:39:34,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171022.xlsx,5596,5.5 KB,2017-10-22T05:39:20,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171029.xlsx,5554,5.4 KB,2017-10-29T05:39:31,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171105.xlsx,53232,52.0 KB,2017-11-05T05:39:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171112.xlsx,41302,40.3 KB,2017-11-12T05:39:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171119.xlsx,6061,5.9 KB,2017-11-19T05:39:25,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171126.xlsx,5739,5.6 KB,2017-11-26T05:39:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171203.xlsx,6035,5.9 KB,2017-12-03T05:39:26,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171210.xlsx,6075,5.9 KB,2017-12-10T05:39:25,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171217.xlsx,5777,5.6 KB,2017-12-17T05:39:34,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171224.xlsx,5664,5.5 KB,2017-12-24T05:39:32,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20171231.xlsx,51145,49.9 KB,2017-12-31T05:39:39,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180107.xlsx,5660,5.5 KB,2018-01-07T05:39:29,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180114.xlsx,74805,73.1 KB,2018-01-14T05:39:32,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180121.xlsx,14807,14.5 KB,2018-01-21T05:40:08,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180128.xlsx,6063,5.9 KB,2018-01-28T05:39:43,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180204.xlsx,5720,5.6 KB,2018-02-04T05:39:17,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180211.xlsx,29330,28.6 KB,2018-02-11T05:39:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180218.xlsx,5699,5.6 KB,2018-02-18T05:39:16,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180225.xlsx,22903,22.4 KB,2018-02-25T05:39:30,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180304.xlsx,5533,5.4 KB,2018-03-04T05:39:43,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180311.xlsx,5953,5.8 KB,2018-03-11T05:39:32,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180318.xlsx,5406,5.3 KB,2018-03-18T05:39:38,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180325.xlsx,5682,5.5 KB,2018-03-25T05:39:09,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180401.xlsx,5958,5.8 KB,2018-04-01T05:38:45,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180408.xlsx,5775,5.6 KB,2018-04-08T05:39:04,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180415.xlsx,46564,45.5 KB,2018-04-15T05:39:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180422.xlsx,5630,5.5 KB,2018-04-22T05:39:12,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180429.xlsx,5404,5.3 KB,2018-04-29T05:39:14,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180506.xlsx,30041,29.3 KB,2018-05-06T05:39:10,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180513.xlsx,5537,5.4 KB,2018-05-13T05:39:13,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180520.xlsx,115680,113.0 KB,2018-05-20T05:36:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180527.xlsx,7223,7.1 KB,2018-05-27T05:36:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180603.xlsx,5719,5.6 KB,2018-06-03T05:36:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180610.xlsx,5404,5.3 KB,2018-06-10T05:37:17,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180617.xlsx,5908,5.8 KB,2018-06-17T05:37:29,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180624.xlsx,7796,7.6 KB,2018-06-24T05:37:26,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180701.xlsx,5729,5.6 KB,2018-07-01T05:36:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180708.xlsx,5540,5.4 KB,2018-07-08T05:37:31,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180715.xlsx,56065,54.8 KB,2018-07-15T05:37:27,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180722.xlsx,68510,66.9 KB,2018-07-22T05:37:21,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180729.xlsx,5853,5.7 KB,2018-07-29T05:37:21,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180805.xlsx,5524,5.4 KB,2018-08-05T05:37:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180812.xlsx,52948,51.7 KB,2018-08-12T05:37:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180819.xlsx,5925,5.8 KB,2018-08-19T05:37:18,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180826.xlsx,5999,5.9 KB,2018-08-26T05:37:18,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180902.xlsx,5993,5.9 KB,2018-09-02T05:37:21,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180909.xlsx,134391,131.2 KB,2018-09-09T05:37:18,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180916.xlsx,5641,5.5 KB,2018-09-16T05:37:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180923.xlsx,17780,17.4 KB,2018-09-23T05:37:21,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20180930.xlsx,6153,6.0 KB,2018-09-30T05:37:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20181007.xlsx,7972,7.8 KB,2018-10-07T05:37:17,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20181014.xlsx,5688,5.6 KB,2018-10-14T05:37:21,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20181021.xlsx,5794,5.7 KB,2018-10-21T05:37:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20181028.xlsx,5634,5.5 KB,2018-10-28T05:37:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20181104.xlsx,35799,35.0 KB,2018-11-04T05:37:21,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20181111.xlsx,6272,6.1 KB,2018-11-11T05:37:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20181118.xlsx,6007,5.9 KB,2018-11-18T05:37:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20181125.xlsx,6087,5.9 KB,2018-11-25T05:37:21,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20181202.xlsx,5572,5.4 KB,2018-12-02T05:37:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20181209.xlsx,5621,5.5 KB,2018-12-09T05:37:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20181216.xlsx,5600,5.5 KB,2018-12-16T05:37:29,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20181223.xlsx,5602,5.5 KB,2018-12-23T05:37:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20181230.xlsx,281166,274.6 KB,2018-12-30T05:37:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190106.xlsx,37220,36.3 KB,2019-01-06T05:37:20,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190113.xlsx,18743,18.3 KB,2019-01-13T05:37:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190120.xlsx,70588,68.9 KB,2019-01-20T05:37:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190127.xlsx,5885,5.7 KB,2019-01-27T05:37:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190203.xlsx,5407,5.3 KB,2019-02-03T05:37:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190210.xlsx,13571,13.3 KB,2019-02-10T05:37:25,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190217.xlsx,6563,6.4 KB,2019-02-17T05:37:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190224.xlsx,5976,5.8 KB,2019-02-24T05:37:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190303.xlsx,5573,5.4 KB,2019-03-03T05:37:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190305.xlsx,5540,5.4 KB,2019-03-05T10:10:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190310.xlsx,5738,5.6 KB,2019-03-10T05:37:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190317.xlsx,5407,5.3 KB,2019-03-17T05:37:21,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190324.xlsx,5621,5.5 KB,2019-03-24T05:37:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190331.xlsx,5624,5.5 KB,2019-03-31T05:37:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190407.xlsx,15441,15.1 KB,2019-04-07T05:37:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190414.xlsx,5577,5.4 KB,2019-04-14T05:37:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190421.xlsx,49840,48.7 KB,2019-04-21T05:37:25,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190428.xlsx,6298,6.2 KB,2019-04-28T05:37:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190505.xlsx,5543,5.4 KB,2019-05-05T05:37:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190512.xlsx,5866,5.7 KB,2019-05-12T05:37:30,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190519.xlsx,6209,6.1 KB,2019-05-19T05:36:10,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190526.xlsx,6538,6.4 KB,2019-05-26T05:36:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190602.xlsx,6273,6.1 KB,2019-06-02T05:36:06,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190609.xlsx,27334,26.7 KB,2019-06-09T05:36:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190616.xlsx,5836,5.7 KB,2019-06-16T05:36:09,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190623.xlsx,27007,26.4 KB,2019-06-23T05:36:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190630.xlsx,6990,6.8 KB,2019-06-30T05:36:05,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190707.xlsx,5666,5.5 KB,2019-07-07T05:36:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190714.xlsx,6132,6.0 KB,2019-07-14T05:36:11,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190721.xlsx,27799,27.1 KB,2019-07-21T05:36:09,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190728.xlsx,6840,6.7 KB,2019-07-28T05:36:05,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190804.xlsx,5911,5.8 KB,2019-08-04T05:36:10,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190811.xlsx,11121,10.9 KB,2019-08-11T05:36:05,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190818.xlsx,5653,5.5 KB,2019-08-18T05:36:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190825.xlsx,5618,5.5 KB,2019-08-25T05:36:09,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190901.xlsx,5403,5.3 KB,2019-09-01T05:35:59,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190908.xlsx,5619,5.5 KB,2019-09-08T05:36:06,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190915.xlsx,5750,5.6 KB,2019-09-15T05:36:06,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190922.xlsx,5902,5.8 KB,2019-09-22T05:36:06,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20190929.xlsx,5861,5.7 KB,2019-09-29T05:36:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20191006.xlsx,5842,5.7 KB,2019-10-06T05:36:06,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20191013.xlsx,27265,26.6 KB,2019-10-13T05:36:08,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20191020.xlsx,6731,6.6 KB,2019-10-20T05:36:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20191027.xlsx,7390,7.2 KB,2019-10-27T05:36:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20191103.xlsx,6709,6.6 KB,2019-11-03T05:36:08,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20191110.xlsx,6337,6.2 KB,2019-11-10T05:36:08,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20191117.xlsx,5646,5.5 KB,2019-11-17T05:36:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20191124.xlsx,5831,5.7 KB,2019-11-24T05:36:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20191201.xlsx,5597,5.5 KB,2019-12-01T05:36:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20191208.xlsx,5554,5.4 KB,2019-12-08T05:36:09,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20191215.xlsx,5958,5.8 KB,2019-12-15T05:36:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20191222.xlsx,5660,5.5 KB,2019-12-22T05:36:27,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20191229.xlsx,5626,5.5 KB,2019-12-29T05:36:11,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200105.xlsx,5533,5.4 KB,2020-01-05T05:36:11,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200112.xlsx,5689,5.6 KB,2020-01-12T05:36:29,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200119.xlsx,52520,51.3 KB,2020-01-19T05:36:28,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200126.xlsx,44310,43.3 KB,2020-01-26T05:36:31,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200202.xlsx,62063,60.6 KB,2020-02-02T05:36:31,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200209.xlsx,5896,5.8 KB,2020-02-09T05:36:08,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200216.xlsx,6675,6.5 KB,2020-02-16T05:36:32,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200223.xlsx,5725,5.6 KB,2020-02-23T05:36:28,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200301.xlsx,80634,78.7 KB,2020-03-01T05:36:06,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200308.xlsx,103511,101.1 KB,2020-03-08T05:36:08,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200315.xlsx,104188,101.7 KB,2020-03-15T05:36:27,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200322.xlsx,5403,5.3 KB,2020-03-22T05:36:32,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200329.xlsx,5406,5.3 KB,2020-03-29T05:36:26,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200405.xlsx,5402,5.3 KB,2020-04-05T05:36:11,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200412.xlsx,5402,5.3 KB,2020-04-12T05:36:25,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200419.xlsx,47631,46.5 KB,2020-04-19T05:36:29,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200426.xlsx,77459,75.6 KB,2020-04-26T05:36:34,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200503.xlsx,6027,5.9 KB,2020-05-03T05:36:36,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200510.xlsx,5401,5.3 KB,2020-05-10T05:36:33,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200517.xlsx,5405,5.3 KB,2020-05-17T05:36:36,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200524.xlsx,5404,5.3 KB,2020-05-24T05:36:29,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200531.xlsx,6321,6.2 KB,2020-05-31T05:36:12,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200607.xlsx,5688,5.6 KB,2020-06-07T05:36:10,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200614.xlsx,8407,8.2 KB,2020-06-14T05:36:11,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200621.xlsx,6820,6.7 KB,2020-06-21T05:36:08,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200628.xlsx,5588,5.5 KB,2020-06-28T05:36:08,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200705.xlsx,5688,5.6 KB,2020-07-05T05:36:12,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200712.xlsx,5580,5.4 KB,2020-07-12T05:36:12,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200719.xlsx,61184,59.8 KB,2020-07-19T05:36:13,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200726.xlsx,62208,60.8 KB,2020-07-26T05:36:11,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200802.xlsx,64869,63.3 KB,2020-08-02T05:36:11,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200809.xlsx,5402,5.3 KB,2020-08-09T05:36:11,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200816.xlsx,5405,5.3 KB,2020-08-16T05:36:26,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200823.xlsx,5536,5.4 KB,2020-08-23T05:36:38,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200830.xlsx,5536,5.4 KB,2020-08-30T05:36:13,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200906.xlsx,5404,5.3 KB,2020-09-06T05:36:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200913.xlsx,5867,5.7 KB,2020-09-13T05:36:20,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200920.xlsx,5529,5.4 KB,2020-09-20T05:36:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20200927.xlsx,5640,5.5 KB,2020-09-27T05:36:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20201004.xlsx,5543,5.4 KB,2020-10-04T05:36:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20201011.xlsx,2076608,2.0 MB,2020-10-11T05:36:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20201018.xlsx,6781,6.6 KB,2020-10-18T05:36:18,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20201025.xlsx,5402,5.3 KB,2020-10-25T05:36:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20201101.xlsx,5618,5.5 KB,2020-11-01T05:36:11,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20201108.xlsx,5829,5.7 KB,2020-11-08T05:36:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20201115.xlsx,5698,5.6 KB,2020-11-15T05:36:20,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20201122.xlsx,5583,5.5 KB,2020-11-22T05:36:21,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20201129.xlsx,5403,5.3 KB,2020-11-29T05:36:05,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20201206.xlsx,5653,5.5 KB,2020-12-06T05:36:03,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20201213.xlsx,5601,5.5 KB,2020-12-13T05:36:30,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20201220.xlsx,5402,5.3 KB,2020-12-20T05:36:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20201227.xlsx,5655,5.5 KB,2020-12-27T05:36:26,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210103.xlsx,270055,263.7 KB,2021-01-03T05:36:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210110.xlsx,5654,5.5 KB,2021-01-10T05:36:21,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210117.xlsx,188484,184.1 KB,2021-01-17T05:36:20,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210124.xlsx,5973,5.8 KB,2021-01-24T05:36:04,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210131.xlsx,6352,6.2 KB,2021-01-31T05:36:25,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210207.xlsx,21086,20.6 KB,2021-02-07T05:36:03,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210214.xlsx,5721,5.6 KB,2021-02-14T05:36:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210221.xlsx,44014,43.0 KB,2021-02-21T05:36:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210228.xlsx,60722,59.3 KB,2021-02-28T05:36:02,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210307.xlsx,90941,88.8 KB,2021-03-07T05:36:18,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210314.xlsx,6297,6.1 KB,2021-03-14T05:36:21,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210321.xlsx,5405,5.3 KB,2021-03-21T05:36:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210328.xlsx,5603,5.5 KB,2021-03-28T05:36:18,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210404.xlsx,5925,5.8 KB,2021-04-04T05:36:18,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210411.xlsx,5539,5.4 KB,2021-04-11T05:36:02,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210418.xlsx,6942,6.8 KB,2021-04-18T05:36:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210425.xlsx,6750,6.6 KB,2021-04-25T05:36:18,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210502.xlsx,37298,36.4 KB,2021-05-02T05:36:26,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210509.xlsx,10801,10.5 KB,2021-05-09T05:36:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210516.xlsx,6343,6.2 KB,2021-05-16T05:36:02,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210523.xlsx,5690,5.6 KB,2021-05-23T05:36:05,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210530.xlsx,5655,5.5 KB,2021-05-30T05:36:20,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210606.xlsx,5609,5.5 KB,2021-06-06T05:36:05,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210613.xlsx,30308,29.6 KB,2021-06-13T05:36:21,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210620.xlsx,12528,12.2 KB,2021-06-20T05:36:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210627.xlsx,7268,7.1 KB,2021-06-27T05:36:20,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210704.xlsx,5978,5.8 KB,2021-07-04T05:36:26,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210711.xlsx,8067,7.9 KB,2021-07-11T05:36:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210718.xlsx,5406,5.3 KB,2021-07-18T05:36:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210725.xlsx,7747,7.6 KB,2021-07-25T05:36:22,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210801.xlsx,6165,6.0 KB,2021-08-01T05:36:14,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210808.xlsx,6300,6.2 KB,2021-08-08T05:36:24,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210815.xlsx,9808,9.6 KB,2021-08-15T05:36:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210816.xlsx,9808,9.6 KB,2021-08-15T05:36:23,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210822.xlsx,5583,5.5 KB,2021-08-22T05:36:08,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210829.xlsx,5672,5.5 KB,2021-08-29T05:36:25,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210905.xlsx,5402,5.3 KB,2021-09-05T05:37:17,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210912.xlsx,5864,5.7 KB,2021-09-12T05:36:27,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210919.xlsx,5629,5.5 KB,2021-09-19T05:36:27,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20210926.xlsx,5778,5.6 KB,2021-09-26T05:36:30,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20211003.xlsx,6460,6.3 KB,2021-10-03T05:36:07,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20211010.xlsx,5750,5.6 KB,2021-10-10T05:36:09,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20211017.xlsx,5661,5.5 KB,2021-10-17T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20211024.xlsx,6066,5.9 KB,2021-10-24T05:36:10,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20211031.xlsx,5845,5.7 KB,2021-10-31T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20211107.xlsx,5931,5.8 KB,2021-11-07T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20211114.xlsx,41513,40.5 KB,2021-11-14T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20211121.xlsx,5598,5.5 KB,2021-11-21T05:35:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20211128.xlsx,5521,5.4 KB,2021-11-28T05:36:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20211205.xlsx,5593,5.5 KB,2021-12-05T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20211212.xlsx,5650,5.5 KB,2021-12-12T05:36:04,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20211219.xlsx,6125,6.0 KB,2021-12-19T05:35:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20211226.xlsx,5401,5.3 KB,2021-12-26T05:36:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220102.xlsx,5403,5.3 KB,2022-01-02T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220109.xlsx,5400,5.3 KB,2022-01-09T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220116.xlsx,5753,5.6 KB,2022-01-16T05:36:03,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220123.xlsx,5891,5.8 KB,2022-01-23T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220130.xlsx,5621,5.5 KB,2022-01-30T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220206.xlsx,65272,63.7 KB,2022-02-06T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220213.xlsx,5527,5.4 KB,2022-02-13T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220220.xlsx,5859,5.7 KB,2022-02-20T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220227.xlsx,5894,5.8 KB,2022-02-27T05:36:11,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220306.xlsx,79591,77.7 KB,2022-03-06T05:36:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220313.xlsx,5962,5.8 KB,2022-03-13T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220320.xlsx,6094,6.0 KB,2022-03-20T05:35:59,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220327.xlsx,5750,5.6 KB,2022-03-27T05:35:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220403.xlsx,6498,6.3 KB,2022-04-03T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220410.xlsx,6374,6.2 KB,2022-04-10T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220417.xlsx,5555,5.4 KB,2022-04-17T05:35:59,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220424.xlsx,5984,5.8 KB,2022-04-24T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220501.xlsx,6319,6.2 KB,2022-05-01T05:35:49,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220508.xlsx,9774,9.5 KB,2022-05-08T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220515.xlsx,5786,5.7 KB,2022-05-15T05:35:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220522.xlsx,5517,5.4 KB,2022-05-22T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220529.xlsx,6304,6.2 KB,2022-05-29T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220605.xlsx,6536,6.4 KB,2022-06-05T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220612.xlsx,16392,16.0 KB,2022-06-12T05:36:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220619.xlsx,5600,5.5 KB,2022-06-19T05:36:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220626.xlsx,16303,15.9 KB,2022-06-26T05:36:03,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220703.xlsx,5529,5.4 KB,2022-07-03T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220710.xlsx,5619,5.5 KB,2022-07-10T05:36:01,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220717.xlsx,8716,8.5 KB,2022-07-17T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220724.xlsx,11952,11.7 KB,2022-07-24T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220731.xlsx,6266,6.1 KB,2022-07-31T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220807.xlsx,5774,5.6 KB,2022-08-07T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220814.xlsx,5682,5.5 KB,2022-08-14T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220821.xlsx,5596,5.5 KB,2022-08-21T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220828.xlsx,6409,6.3 KB,2022-08-28T05:35:51,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220904.xlsx,5708,5.6 KB,2022-09-04T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220911.xlsx,5730,5.6 KB,2022-09-11T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220918.xlsx,6233,6.1 KB,2022-09-18T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20220925.xlsx,6172,6.0 KB,2022-09-25T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20221002.xlsx,5643,5.5 KB,2022-10-02T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20221009.xlsx,5850,5.7 KB,2022-10-09T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20221016.xlsx,5844,5.7 KB,2022-10-16T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20221023.xlsx,9248,9.0 KB,2022-10-23T05:36:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20221030.xlsx,6344,6.2 KB,2022-10-30T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20221106.xlsx,5943,5.8 KB,2022-11-06T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20221113.xlsx,6208,6.1 KB,2022-11-13T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20221120.xlsx,7768,7.6 KB,2022-11-20T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20221127.xlsx,10024,9.8 KB,2022-11-27T05:36:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20221204.xlsx,9696,9.5 KB,2022-12-04T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20221211.xlsx,6489,6.3 KB,2022-12-11T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20221218.xlsx,29522,28.8 KB,2022-12-18T05:35:59,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20221225.xlsx,114411,111.7 KB,2022-12-25T05:35:59,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230101.xlsx,396094,386.8 KB,2023-01-01T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230108.xlsx,11743,11.5 KB,2023-01-08T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230115.xlsx,6217,6.1 KB,2023-01-15T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230122.xlsx,6981,6.8 KB,2023-01-22T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230129.xlsx,11694,11.4 KB,2023-01-29T05:36:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230205.xlsx,34207,33.4 KB,2023-02-05T05:35:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230212.xlsx,8495,8.3 KB,2023-02-12T05:36:01,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230219.xlsx,6688,6.5 KB,2023-02-19T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230226.xlsx,40212,39.3 KB,2023-02-26T05:36:05,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230305.xlsx,6160,6.0 KB,2023-03-05T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230312.xlsx,6286,6.1 KB,2023-03-12T05:36:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230319.xlsx,36208,35.4 KB,2023-03-19T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230326.xlsx,5895,5.8 KB,2023-03-26T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230402.xlsx,6757,6.6 KB,2023-04-02T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230409.xlsx,7445,7.3 KB,2023-04-09T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230416.xlsx,6711,6.6 KB,2023-04-16T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230423.xlsx,45367,44.3 KB,2023-04-23T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230430.xlsx,56611,55.3 KB,2023-04-30T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230507.xlsx,6011,5.9 KB,2023-05-07T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230514.xlsx,5683,5.5 KB,2023-05-14T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230521.xlsx,6082,5.9 KB,2023-05-21T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230528.xlsx,8707,8.5 KB,2023-05-28T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230604.xlsx,6268,6.1 KB,2023-06-04T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230611.xlsx,6048,5.9 KB,2023-06-11T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230618.xlsx,52606,51.4 KB,2023-06-18T05:36:01,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230625.xlsx,39439,38.5 KB,2023-06-25T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230702.xlsx,6679,6.5 KB,2023-07-02T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230709.xlsx,5403,5.3 KB,2023-07-09T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230716.xlsx,6171,6.0 KB,2023-07-16T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230723.xlsx,80624,78.7 KB,2023-07-23T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230730.xlsx,164443,160.6 KB,2023-07-30T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230806.xlsx,48979,47.8 KB,2023-08-06T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230813.xlsx,6935,6.8 KB,2023-08-13T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230820.xlsx,5827,5.7 KB,2023-08-20T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230827.xlsx,10650,10.4 KB,2023-08-27T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230903.xlsx,84339,82.4 KB,2023-09-03T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230910.xlsx,5677,5.5 KB,2023-09-10T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230917.xlsx,192223,187.7 KB,2023-09-17T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20230924.xlsx,33054,32.3 KB,2023-09-24T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231001.xlsx,138029,134.8 KB,2023-10-01T05:35:50,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231008.xlsx,6132,6.0 KB,2023-10-08T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231015.xlsx,5646,5.5 KB,2023-10-15T05:36:09,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231022.xlsx,5621,5.5 KB,2023-10-22T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231029.xlsx,12193,11.9 KB,2023-10-29T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231105.xlsx,6007,5.9 KB,2023-11-05T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231112.xlsx,5822,5.7 KB,2023-11-12T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231119.xlsx,5866,5.7 KB,2023-11-19T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231126.xlsx,5566,5.4 KB,2023-11-26T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231203.xlsx,6531,6.4 KB,2023-12-03T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231210.xlsx,6035,5.9 KB,2023-12-10T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231217.xlsx,5787,5.7 KB,2023-12-17T05:35:59,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231224.xlsx,6247,6.1 KB,2023-12-24T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20231231.xlsx,7208,7.0 KB,2023-12-31T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240107.xlsx,6964,6.8 KB,2024-01-07T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240114.xlsx,5803,5.7 KB,2024-01-14T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240121.xlsx,5542,5.4 KB,2024-01-21T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240128.xlsx,216306,211.2 KB,2024-01-28T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240204.xlsx,54623,53.3 KB,2024-02-04T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240211.xlsx,14083,13.8 KB,2024-02-11T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240218.xlsx,5692,5.6 KB,2024-02-18T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240225.xlsx,5870,5.7 KB,2024-02-25T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240303.xlsx,43617,42.6 KB,2024-03-03T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240310.xlsx,5913,5.8 KB,2024-03-10T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240317.xlsx,5737,5.6 KB,2024-03-17T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240324.xlsx,5727,5.6 KB,2024-03-24T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240331.xlsx,47377,46.3 KB,2024-03-31T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240407.xlsx,5574,5.4 KB,2024-04-07T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240414.xlsx,5667,5.5 KB,2024-04-14T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240421.xlsx,12487,12.2 KB,2024-04-21T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240428.xlsx,5617,5.5 KB,2024-04-28T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240505.xlsx,46332,45.2 KB,2024-05-05T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240512.xlsx,6247,6.1 KB,2024-05-12T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240519.xlsx,5676,5.5 KB,2024-05-19T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240526.xlsx,44717,43.7 KB,2024-05-26T05:35:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240602.xlsx,5598,5.5 KB,2024-06-02T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240609.xlsx,5402,5.3 KB,2024-06-09T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240616.xlsx,5711,5.6 KB,2024-06-16T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240623.xlsx,5769,5.6 KB,2024-06-23T05:36:01,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240630.xlsx,42643,41.6 KB,2024-06-30T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240707.xlsx,5628,5.5 KB,2024-07-07T05:35:59,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240714.xlsx,5714,5.6 KB,2024-07-14T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240721.xlsx,6822,6.7 KB,2024-07-21T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240728.xlsx,7886,7.7 KB,2024-07-28T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240804.xlsx,104553,102.1 KB,2024-08-04T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240811.xlsx,5643,5.5 KB,2024-08-11T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240818.xlsx,65670545,62.6 MB,2024-08-18T05:36:43,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240820.xlsx,6002,5.9 KB,2024-08-20T23:24:19,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240825.xlsx,5528,5.4 KB,2024-08-25T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240901.xlsx,10710,10.5 KB,2024-09-01T05:35:49,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240908.xlsx,5919,5.8 KB,2024-09-08T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240915.xlsx,8828,8.6 KB,2024-09-15T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240922.xlsx,9359,9.1 KB,2024-09-22T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20240929.xlsx,5661,5.5 KB,2024-09-29T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20241006.xlsx,36361,35.5 KB,2024-10-06T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20241013.xlsx,6800,6.6 KB,2024-10-13T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20241020.xlsx,6254,6.1 KB,2024-10-20T05:35:51,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20241027.xlsx,5757,5.6 KB,2024-10-27T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20241103.xlsx,52555,51.3 KB,2024-11-03T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20241110.xlsx,7600,7.4 KB,2024-11-10T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20241117.xlsx,6659,6.5 KB,2024-11-17T05:35:50,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20241124.xlsx,5877,5.7 KB,2024-11-24T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20241201.xlsx,38501,37.6 KB,2024-12-01T05:35:49,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20241208.xlsx,6482,6.3 KB,2024-12-08T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20241215.xlsx,65900,64.4 KB,2024-12-15T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20241222.xlsx,6028,5.9 KB,2024-12-22T05:36:02,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20241229.xlsx,5563,5.4 KB,2024-12-29T05:35:51,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250105.xlsx,5620,5.5 KB,2025-01-05T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250112.xlsx,7703,7.5 KB,2025-01-12T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250119.xlsx,5777,5.6 KB,2025-01-19T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250126.xlsx,5541,5.4 KB,2025-01-26T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250202.xlsx,43903,42.9 KB,2025-02-02T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250209.xlsx,7984,7.8 KB,2025-02-09T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250216.xlsx,5715,5.6 KB,2025-02-16T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250223.xlsx,5528,5.4 KB,2025-02-23T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250302.xlsx,61191,59.8 KB,2025-03-02T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250309.xlsx,5927,5.8 KB,2025-03-09T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250316.xlsx,6680,6.5 KB,2025-03-16T05:36:08,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250323.xlsx,5745,5.6 KB,2025-03-23T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250330.xlsx,51459,50.3 KB,2025-03-30T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250406.xlsx,6211,6.1 KB,2025-04-06T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250413.xlsx,8862,8.7 KB,2025-04-13T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250420.xlsx,5664,5.5 KB,2025-04-20T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250427.xlsx,59297,57.9 KB,2025-04-27T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250504.xlsx,5528,5.4 KB,2025-05-04T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250511.xlsx,6203,6.1 KB,2025-05-11T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250518.xlsx,5591,5.5 KB,2025-05-18T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250525.xlsx,5404,5.3 KB,2025-05-25T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250601.xlsx,38169,37.3 KB,2025-06-01T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250608.xlsx,6879,6.7 KB,2025-06-08T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250615.xlsx,5865,5.7 KB,2025-06-15T05:35:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250622.xlsx,5547,5.4 KB,2025-06-22T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250629.xlsx,41776,40.8 KB,2025-06-29T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250706.xlsx,8462,8.3 KB,2025-07-06T05:36:01,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250713.xlsx,5741,5.6 KB,2025-07-13T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250720.xlsx,5935,5.8 KB,2025-07-20T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250727.xlsx,59622,58.2 KB,2025-07-27T05:35:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250803.xlsx,5540,5.4 KB,2025-08-03T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250810.xlsx,7138,7.0 KB,2025-08-10T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250817.xlsx,6932,6.8 KB,2025-08-17T05:36:02,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250824.xlsx,49631,48.5 KB,2025-08-24T05:36:00,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250831.xlsx,5713,5.6 KB,2025-08-31T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250907.xlsx,7978,7.8 KB,2025-09-07T05:36:01,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250914.xlsx,6285,6.1 KB,2025-09-14T05:35:59,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250921.xlsx,5540,5.4 KB,2025-09-21T05:35:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20250928.xlsx,57640,56.3 KB,2025-09-28T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20251005.xlsx,51944,50.7 KB,2025-10-05T05:35:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20251012.xlsx,10803,10.5 KB,2025-10-12T05:35:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20251019.xlsx,5943,5.8 KB,2025-10-19T05:36:01,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20251026.xlsx,28547,27.9 KB,2025-10-26T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20251102.xlsx,5787,5.7 KB,2025-11-02T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20251109.xlsx,6634,6.5 KB,2025-11-09T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20251116.xlsx,5710,5.6 KB,2025-11-16T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20251123.xlsx,37821,36.9 KB,2025-11-23T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20251130.xlsx,5785,5.6 KB,2025-11-30T05:35:54,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20251207.xlsx,10764,10.5 KB,2025-12-07T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20251214.xlsx,5730,5.6 KB,2025-12-14T05:35:56,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20251221.xlsx,5404,5.3 KB,2025-12-21T05:35:58,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20251228.xlsx,42742,41.7 KB,2025-12-28T05:35:59,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20260104.xlsx,5538,5.4 KB,2026-01-04T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20260111.xlsx,65694320,62.7 MB,2026-01-11T05:36:46,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20260118.xlsx,37888,37.0 KB,2026-01-18T05:35:55,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20260125.xlsx,5769,5.6 KB,2026-01-25T05:35:53,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20260201.xlsx,8796,8.6 KB,2026-02-01T05:35:52,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20260208.xlsx,24345,23.8 KB,2026-02-08T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20260215.xlsx,5574,5.4 KB,2026-02-15T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20260222.xlsx,5611,5.5 KB,2026-02-22T05:35:57,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deleted_bibs_20260301.xlsx,5739,5.6 KB,2026-03-01T05:35:49,.xlsx,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-cron.sh,382,382.0 B,2015-04-06T08:39:13,.sh,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250302.txt,1015,1015.0 B,2025-03-02T05:35:51,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250309.txt,1015,1015.0 B,2025-03-09T05:35:51,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250316.txt,1015,1015.0 B,2025-03-16T05:36:04,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250323.txt,1015,1015.0 B,2025-03-23T05:35:49,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250330.txt,1015,1015.0 B,2025-03-30T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250406.txt,1015,1015.0 B,2025-04-06T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250413.txt,1015,1015.0 B,2025-04-13T05:35:48,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250420.txt,1015,1015.0 B,2025-04-20T05:35:51,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250427.txt,1015,1015.0 B,2025-04-27T05:35:51,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250504.txt,1015,1015.0 B,2025-05-04T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250511.txt,1015,1015.0 B,2025-05-11T05:35:53,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250518.txt,1015,1015.0 B,2025-05-18T05:35:50,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250525.txt,1015,1015.0 B,2025-05-25T05:35:53,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250601.txt,1015,1015.0 B,2025-06-01T05:35:47,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250608.txt,1015,1015.0 B,2025-06-08T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250615.txt,1015,1015.0 B,2025-06-15T05:35:53,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250622.txt,1015,1015.0 B,2025-06-22T05:35:51,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250629.txt,1015,1015.0 B,2025-06-29T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250706.txt,1015,1015.0 B,2025-07-06T05:35:56,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250713.txt,1015,1015.0 B,2025-07-13T05:35:50,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250720.txt,1015,1015.0 B,2025-07-20T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250727.txt,1015,1015.0 B,2025-07-27T05:35:54,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250803.txt,1015,1015.0 B,2025-08-03T05:35:50,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250810.txt,1015,1015.0 B,2025-08-10T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250817.txt,1015,1015.0 B,2025-08-17T05:35:56,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250824.txt,1015,1015.0 B,2025-08-24T05:35:55,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250831.txt,1015,1015.0 B,2025-08-31T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250907.txt,1015,1015.0 B,2025-09-07T05:35:56,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250914.txt,1015,1015.0 B,2025-09-14T05:35:54,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250921.txt,1015,1015.0 B,2025-09-21T05:35:53,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20250928.txt,1015,1015.0 B,2025-09-28T05:35:51,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20251005.txt,1015,1015.0 B,2025-10-05T05:35:54,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20251012.txt,1015,1015.0 B,2025-10-12T05:35:54,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20251019.txt,1015,1015.0 B,2025-10-19T05:35:56,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20251026.txt,1015,1015.0 B,2025-10-26T05:35:53,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20251102.txt,1015,1015.0 B,2025-11-02T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20251109.txt,1015,1015.0 B,2025-11-09T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20251116.txt,1015,1015.0 B,2025-11-16T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20251123.txt,1015,1015.0 B,2025-11-23T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20251130.txt,1015,1015.0 B,2025-11-30T05:35:49,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20251207.txt,1015,1015.0 B,2025-12-07T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20251214.txt,1015,1015.0 B,2025-12-14T05:35:51,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20251221.txt,1015,1015.0 B,2025-12-21T05:35:53,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20251228.txt,1015,1015.0 B,2025-12-28T05:35:54,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20260104.txt,1015,1015.0 B,2026-01-04T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20260111.txt,771,771.0 B,2026-01-11T05:35:01,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20260118.txt,1015,1015.0 B,2026-01-18T05:35:51,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20260125.txt,1015,1015.0 B,2026-01-25T05:35:48,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20260201.txt,1015,1015.0 B,2026-02-01T05:35:47,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20260208.txt,1015,1015.0 B,2026-02-08T05:35:53,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20260215.txt,1015,1015.0 B,2026-02-15T05:35:53,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20260222.txt,1015,1015.0 B,2026-02-22T05:35:52,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs-log-20260301.txt,1015,1015.0 B,2026-03-01T05:35:45,.txt,Reports/deletedbibs
Reports/deletedbibs/deletedbibs.cfg,263,263.0 B,2014-05-08T09:49:30,.cfg,Reports/deletedbibs
Reports/deletedbibs/diff_results.pl,1543,1.5 KB,2015-03-16T10:57:54,.pl,Reports/deletedbibs
Reports/deletedbibs/email_spreadsheet.pl,1449,1.4 KB,2021-08-16T14:50:02,.pl,Reports/deletedbibs
Reports/deletedbibs/hide/bib_data_20150315,169142635,161.3 MB,2015-03-15T05:42:39,,Reports/deletedbibs/hide
Reports/deletedbibs/hide/bib_ids_20150315,13650208,13.0 MB,2015-03-15T05:42:39,,Reports/deletedbibs/hide
Reports/deletedbibs/test.pl,1049,1.0 KB,2024-08-20T16:30:01,.pl,Reports/deletedbibs
Reports/dupeitembarcodes/.~lock.dupe_item_barcodes_04-07-2023.csv#,68,68.0 B,2023-04-07T16:10:38,.csv#,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250305070701-dupeitembarcodes.json,263,263.0 B,2025-03-05T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250305130701-dupeitembarcodes.json,263,263.0 B,2025-03-05T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250306070701-dupeitembarcodes.json,263,263.0 B,2025-03-06T07:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250306130701-dupeitembarcodes.json,263,263.0 B,2025-03-06T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250307070701-dupeitembarcodes.json,263,263.0 B,2025-03-07T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250307130701-dupeitembarcodes.json,263,263.0 B,2025-03-07T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250308070701-dupeitembarcodes.json,263,263.0 B,2025-03-08T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250308130701-dupeitembarcodes.json,263,263.0 B,2025-03-08T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250309070701-dupeitembarcodes.json,263,263.0 B,2025-03-09T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250309130701-dupeitembarcodes.json,263,263.0 B,2025-03-09T13:07:13,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250310070701-dupeitembarcodes.json,263,263.0 B,2025-03-10T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250310130701-dupeitembarcodes.json,263,263.0 B,2025-03-10T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250311070701-dupeitembarcodes.json,263,263.0 B,2025-03-11T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250311130701-dupeitembarcodes.json,263,263.0 B,2025-03-11T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250312070701-dupeitembarcodes.json,263,263.0 B,2025-03-12T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250312130701-dupeitembarcodes.json,263,263.0 B,2025-03-12T13:07:19,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250313070701-dupeitembarcodes.json,263,263.0 B,2025-03-13T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250313130701-dupeitembarcodes.json,263,263.0 B,2025-03-13T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250314070701-dupeitembarcodes.json,263,263.0 B,2025-03-14T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250314130701-dupeitembarcodes.json,263,263.0 B,2025-03-14T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250315070701-dupeitembarcodes.json,263,263.0 B,2025-03-15T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250315130701-dupeitembarcodes.json,263,263.0 B,2025-03-15T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250316070702-dupeitembarcodes.json,263,263.0 B,2025-03-16T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250316130701-dupeitembarcodes.json,263,263.0 B,2025-03-16T13:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250317070701-dupeitembarcodes.json,263,263.0 B,2025-03-17T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250317130701-dupeitembarcodes.json,263,263.0 B,2025-03-17T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250318070701-dupeitembarcodes.json,263,263.0 B,2025-03-18T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250318130701-dupeitembarcodes.json,263,263.0 B,2025-03-18T13:07:19,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250319070701-dupeitembarcodes.json,263,263.0 B,2025-03-19T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250319130701-dupeitembarcodes.json,263,263.0 B,2025-03-19T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250320070701-dupeitembarcodes.json,263,263.0 B,2025-03-20T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250320130701-dupeitembarcodes.json,263,263.0 B,2025-03-20T13:07:19,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250321070701-dupeitembarcodes.json,263,263.0 B,2025-03-21T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250321130701-dupeitembarcodes.json,263,263.0 B,2025-03-21T13:07:27,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250322070701-dupeitembarcodes.json,263,263.0 B,2025-03-22T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250322130701-dupeitembarcodes.json,263,263.0 B,2025-03-22T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250323070701-dupeitembarcodes.json,263,263.0 B,2025-03-23T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250323130701-dupeitembarcodes.json,263,263.0 B,2025-03-23T13:07:13,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250324070701-dupeitembarcodes.json,263,263.0 B,2025-03-24T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250324130701-dupeitembarcodes.json,263,263.0 B,2025-03-24T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250325070701-dupeitembarcodes.json,263,263.0 B,2025-03-25T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250325130701-dupeitembarcodes.json,263,263.0 B,2025-03-25T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250326070701-dupeitembarcodes.json,263,263.0 B,2025-03-26T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250326130701-dupeitembarcodes.json,263,263.0 B,2025-03-26T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250327070701-dupeitembarcodes.json,263,263.0 B,2025-03-27T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250327130701-dupeitembarcodes.json,263,263.0 B,2025-03-27T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250328070701-dupeitembarcodes.json,263,263.0 B,2025-03-28T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250328130701-dupeitembarcodes.json,263,263.0 B,2025-03-28T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250329070701-dupeitembarcodes.json,263,263.0 B,2025-03-29T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250329130701-dupeitembarcodes.json,263,263.0 B,2025-03-29T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250330070701-dupeitembarcodes.json,263,263.0 B,2025-03-30T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250330130701-dupeitembarcodes.json,263,263.0 B,2025-03-30T13:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250331070701-dupeitembarcodes.json,263,263.0 B,2025-03-31T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250331130701-dupeitembarcodes.json,263,263.0 B,2025-03-31T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250401070701-dupeitembarcodes.json,263,263.0 B,2025-04-01T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250401130701-dupeitembarcodes.json,263,263.0 B,2025-04-01T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250402070701-dupeitembarcodes.json,263,263.0 B,2025-04-02T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250402130701-dupeitembarcodes.json,263,263.0 B,2025-04-02T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250403070701-dupeitembarcodes.json,263,263.0 B,2025-04-03T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250403130701-dupeitembarcodes.json,263,263.0 B,2025-04-03T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250404070701-dupeitembarcodes.json,263,263.0 B,2025-04-04T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250404130701-dupeitembarcodes.json,263,263.0 B,2025-04-04T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250405070701-dupeitembarcodes.json,263,263.0 B,2025-04-05T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250405130701-dupeitembarcodes.json,263,263.0 B,2025-04-05T13:07:16,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250406070701-dupeitembarcodes.json,263,263.0 B,2025-04-06T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250406130701-dupeitembarcodes.json,263,263.0 B,2025-04-06T13:07:18,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250407070701-dupeitembarcodes.json,263,263.0 B,2025-04-07T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250407130701-dupeitembarcodes.json,263,263.0 B,2025-04-07T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250408070701-dupeitembarcodes.json,263,263.0 B,2025-04-08T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250408130701-dupeitembarcodes.json,263,263.0 B,2025-04-08T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250409070701-dupeitembarcodes.json,263,263.0 B,2025-04-09T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250409130701-dupeitembarcodes.json,263,263.0 B,2025-04-09T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250410070701-dupeitembarcodes.json,263,263.0 B,2025-04-10T07:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250410130701-dupeitembarcodes.json,263,263.0 B,2025-04-10T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250411070701-dupeitembarcodes.json,263,263.0 B,2025-04-11T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250411130701-dupeitembarcodes.json,263,263.0 B,2025-04-11T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250412070701-dupeitembarcodes.json,263,263.0 B,2025-04-12T07:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250412130701-dupeitembarcodes.json,263,263.0 B,2025-04-12T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250413070701-dupeitembarcodes.json,263,263.0 B,2025-04-13T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250413130701-dupeitembarcodes.json,263,263.0 B,2025-04-13T13:07:41,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250414070701-dupeitembarcodes.json,263,263.0 B,2025-04-14T07:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250414130701-dupeitembarcodes.json,263,263.0 B,2025-04-14T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250415070701-dupeitembarcodes.json,263,263.0 B,2025-04-15T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250415130701-dupeitembarcodes.json,263,263.0 B,2025-04-15T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250416070702-dupeitembarcodes.json,263,263.0 B,2025-04-16T07:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250416130701-dupeitembarcodes.json,263,263.0 B,2025-04-16T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250417070701-dupeitembarcodes.json,263,263.0 B,2025-04-17T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250417130701-dupeitembarcodes.json,263,263.0 B,2025-04-17T13:07:27,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250418070701-dupeitembarcodes.json,263,263.0 B,2025-04-18T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250418130701-dupeitembarcodes.json,263,263.0 B,2025-04-18T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250419070702-dupeitembarcodes.json,263,263.0 B,2025-04-19T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250419130701-dupeitembarcodes.json,263,263.0 B,2025-04-19T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250420070701-dupeitembarcodes.json,263,263.0 B,2025-04-20T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250420130701-dupeitembarcodes.json,263,263.0 B,2025-04-20T13:07:11,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250421070701-dupeitembarcodes.json,263,263.0 B,2025-04-21T07:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250421130701-dupeitembarcodes.json,263,263.0 B,2025-04-21T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250422070701-dupeitembarcodes.json,263,263.0 B,2025-04-22T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250422130701-dupeitembarcodes.json,263,263.0 B,2025-04-22T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250423070701-dupeitembarcodes.json,263,263.0 B,2025-04-23T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250423130701-dupeitembarcodes.json,263,263.0 B,2025-04-23T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250424070701-dupeitembarcodes.json,263,263.0 B,2025-04-24T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250424130701-dupeitembarcodes.json,263,263.0 B,2025-04-24T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250425070701-dupeitembarcodes.json,263,263.0 B,2025-04-25T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250425130701-dupeitembarcodes.json,263,263.0 B,2025-04-25T13:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250426070701-dupeitembarcodes.json,263,263.0 B,2025-04-26T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250426130701-dupeitembarcodes.json,263,263.0 B,2025-04-26T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250427070701-dupeitembarcodes.json,263,263.0 B,2025-04-27T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250427130701-dupeitembarcodes.json,263,263.0 B,2025-04-27T13:07:13,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250428070701-dupeitembarcodes.json,263,263.0 B,2025-04-28T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250428130701-dupeitembarcodes.json,263,263.0 B,2025-04-28T13:07:17,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250429070701-dupeitembarcodes.json,263,263.0 B,2025-04-29T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250429130701-dupeitembarcodes.json,263,263.0 B,2025-04-29T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250430070701-dupeitembarcodes.json,263,263.0 B,2025-04-30T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250430130701-dupeitembarcodes.json,263,263.0 B,2025-04-30T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250501070701-dupeitembarcodes.json,263,263.0 B,2025-05-01T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250501130701-dupeitembarcodes.json,263,263.0 B,2025-05-01T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250502070701-dupeitembarcodes.json,263,263.0 B,2025-05-02T07:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250502130701-dupeitembarcodes.json,263,263.0 B,2025-05-02T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250503070701-dupeitembarcodes.json,263,263.0 B,2025-05-03T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250503130701-dupeitembarcodes.json,263,263.0 B,2025-05-03T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250504070701-dupeitembarcodes.json,263,263.0 B,2025-05-04T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250504130701-dupeitembarcodes.json,263,263.0 B,2025-05-04T13:07:12,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250505070701-dupeitembarcodes.json,263,263.0 B,2025-05-05T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250505130701-dupeitembarcodes.json,263,263.0 B,2025-05-05T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250506070702-dupeitembarcodes.json,263,263.0 B,2025-05-06T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250506130701-dupeitembarcodes.json,263,263.0 B,2025-05-06T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250507070701-dupeitembarcodes.json,263,263.0 B,2025-05-07T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250507130701-dupeitembarcodes.json,263,263.0 B,2025-05-07T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250508070701-dupeitembarcodes.json,263,263.0 B,2025-05-08T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250508130701-dupeitembarcodes.json,263,263.0 B,2025-05-08T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250509070701-dupeitembarcodes.json,263,263.0 B,2025-05-09T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250509130701-dupeitembarcodes.json,263,263.0 B,2025-05-09T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250510070701-dupeitembarcodes.json,263,263.0 B,2025-05-10T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250510130701-dupeitembarcodes.json,263,263.0 B,2025-05-10T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250511070701-dupeitembarcodes.json,263,263.0 B,2025-05-11T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250511130701-dupeitembarcodes.json,263,263.0 B,2025-05-11T13:07:13,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250512070701-dupeitembarcodes.json,263,263.0 B,2025-05-12T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250512130701-dupeitembarcodes.json,263,263.0 B,2025-05-12T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250513070701-dupeitembarcodes.json,263,263.0 B,2025-05-13T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250513130701-dupeitembarcodes.json,263,263.0 B,2025-05-13T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250514070701-dupeitembarcodes.json,263,263.0 B,2025-05-14T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250514130701-dupeitembarcodes.json,263,263.0 B,2025-05-14T13:07:14,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250515070701-dupeitembarcodes.json,263,263.0 B,2025-05-15T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250515130701-dupeitembarcodes.json,263,263.0 B,2025-05-15T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250516070701-dupeitembarcodes.json,263,263.0 B,2025-05-16T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250516130701-dupeitembarcodes.json,263,263.0 B,2025-05-16T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250517070701-dupeitembarcodes.json,263,263.0 B,2025-05-17T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250517130701-dupeitembarcodes.json,263,263.0 B,2025-05-17T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250518070702-dupeitembarcodes.json,263,263.0 B,2025-05-18T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250518130701-dupeitembarcodes.json,263,263.0 B,2025-05-18T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250519070701-dupeitembarcodes.json,263,263.0 B,2025-05-19T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250519130701-dupeitembarcodes.json,263,263.0 B,2025-05-19T13:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250520070701-dupeitembarcodes.json,263,263.0 B,2025-05-20T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250520130701-dupeitembarcodes.json,263,263.0 B,2025-05-20T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250521070701-dupeitembarcodes.json,263,263.0 B,2025-05-21T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250521130701-dupeitembarcodes.json,263,263.0 B,2025-05-21T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250522070701-dupeitembarcodes.json,263,263.0 B,2025-05-22T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250522130701-dupeitembarcodes.json,263,263.0 B,2025-05-22T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250523070701-dupeitembarcodes.json,263,263.0 B,2025-05-23T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250523130701-dupeitembarcodes.json,263,263.0 B,2025-05-23T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250524070702-dupeitembarcodes.json,263,263.0 B,2025-05-24T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250524130701-dupeitembarcodes.json,263,263.0 B,2025-05-24T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250525070701-dupeitembarcodes.json,263,263.0 B,2025-05-25T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250525130701-dupeitembarcodes.json,263,263.0 B,2025-05-25T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250526070701-dupeitembarcodes.json,263,263.0 B,2025-05-26T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250526130701-dupeitembarcodes.json,263,263.0 B,2025-05-26T13:07:12,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250527070701-dupeitembarcodes.json,263,263.0 B,2025-05-27T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250527130701-dupeitembarcodes.json,263,263.0 B,2025-05-27T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250528070701-dupeitembarcodes.json,263,263.0 B,2025-05-28T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250528130701-dupeitembarcodes.json,263,263.0 B,2025-05-28T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250529070701-dupeitembarcodes.json,263,263.0 B,2025-05-29T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250529130701-dupeitembarcodes.json,263,263.0 B,2025-05-29T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250530070701-dupeitembarcodes.json,263,263.0 B,2025-05-30T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250530130701-dupeitembarcodes.json,263,263.0 B,2025-05-30T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250531070701-dupeitembarcodes.json,263,263.0 B,2025-05-31T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250531130701-dupeitembarcodes.json,263,263.0 B,2025-05-31T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250601070701-dupeitembarcodes.json,263,263.0 B,2025-06-01T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250601130701-dupeitembarcodes.json,263,263.0 B,2025-06-01T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250602070701-dupeitembarcodes.json,263,263.0 B,2025-06-02T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250602130701-dupeitembarcodes.json,263,263.0 B,2025-06-02T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250603070701-dupeitembarcodes.json,263,263.0 B,2025-06-03T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250603130701-dupeitembarcodes.json,263,263.0 B,2025-06-03T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250604070701-dupeitembarcodes.json,263,263.0 B,2025-06-04T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250604130701-dupeitembarcodes.json,263,263.0 B,2025-06-04T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250605070701-dupeitembarcodes.json,263,263.0 B,2025-06-05T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250605130701-dupeitembarcodes.json,263,263.0 B,2025-06-05T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250606070701-dupeitembarcodes.json,263,263.0 B,2025-06-06T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250606130701-dupeitembarcodes.json,263,263.0 B,2025-06-06T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250607070701-dupeitembarcodes.json,263,263.0 B,2025-06-07T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250607130701-dupeitembarcodes.json,263,263.0 B,2025-06-07T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250608070701-dupeitembarcodes.json,263,263.0 B,2025-06-08T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250608130701-dupeitembarcodes.json,263,263.0 B,2025-06-08T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250609070701-dupeitembarcodes.json,263,263.0 B,2025-06-09T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250609130701-dupeitembarcodes.json,263,263.0 B,2025-06-09T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250610070701-dupeitembarcodes.json,263,263.0 B,2025-06-10T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250610130701-dupeitembarcodes.json,263,263.0 B,2025-06-10T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250611070701-dupeitembarcodes.json,263,263.0 B,2025-06-11T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250611130701-dupeitembarcodes.json,263,263.0 B,2025-06-11T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250612070701-dupeitembarcodes.json,263,263.0 B,2025-06-12T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250612130701-dupeitembarcodes.json,263,263.0 B,2025-06-12T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250613070701-dupeitembarcodes.json,263,263.0 B,2025-06-13T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250613130701-dupeitembarcodes.json,263,263.0 B,2025-06-13T13:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250614070701-dupeitembarcodes.json,263,263.0 B,2025-06-14T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250614130701-dupeitembarcodes.json,263,263.0 B,2025-06-14T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250615070701-dupeitembarcodes.json,263,263.0 B,2025-06-15T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250615130701-dupeitembarcodes.json,263,263.0 B,2025-06-15T13:07:15,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250616070701-dupeitembarcodes.json,263,263.0 B,2025-06-16T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250616130701-dupeitembarcodes.json,263,263.0 B,2025-06-16T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250617070701-dupeitembarcodes.json,263,263.0 B,2025-06-17T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250617130701-dupeitembarcodes.json,263,263.0 B,2025-06-17T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250618070701-dupeitembarcodes.json,263,263.0 B,2025-06-18T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250618130701-dupeitembarcodes.json,263,263.0 B,2025-06-18T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250619070701-dupeitembarcodes.json,263,263.0 B,2025-06-19T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250619130701-dupeitembarcodes.json,263,263.0 B,2025-06-19T13:07:12,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250620070701-dupeitembarcodes.json,263,263.0 B,2025-06-20T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250620130701-dupeitembarcodes.json,263,263.0 B,2025-06-20T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250621070701-dupeitembarcodes.json,263,263.0 B,2025-06-21T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250621130701-dupeitembarcodes.json,263,263.0 B,2025-06-21T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250622070701-dupeitembarcodes.json,263,263.0 B,2025-06-22T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250622130701-dupeitembarcodes.json,263,263.0 B,2025-06-22T13:07:19,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250623070701-dupeitembarcodes.json,263,263.0 B,2025-06-23T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250623130701-dupeitembarcodes.json,263,263.0 B,2025-06-23T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250624070701-dupeitembarcodes.json,263,263.0 B,2025-06-24T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250624130701-dupeitembarcodes.json,263,263.0 B,2025-06-24T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250625070701-dupeitembarcodes.json,263,263.0 B,2025-06-25T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250625130701-dupeitembarcodes.json,263,263.0 B,2025-06-25T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250626070701-dupeitembarcodes.json,263,263.0 B,2025-06-26T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250626130701-dupeitembarcodes.json,263,263.0 B,2025-06-26T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250627070701-dupeitembarcodes.json,263,263.0 B,2025-06-27T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250627130701-dupeitembarcodes.json,263,263.0 B,2025-06-27T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250628070701-dupeitembarcodes.json,263,263.0 B,2025-06-28T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250628130701-dupeitembarcodes.json,263,263.0 B,2025-06-28T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250629070701-dupeitembarcodes.json,263,263.0 B,2025-06-29T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250629130701-dupeitembarcodes.json,263,263.0 B,2025-06-29T13:07:13,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250630070701-dupeitembarcodes.json,263,263.0 B,2025-06-30T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250630130701-dupeitembarcodes.json,263,263.0 B,2025-06-30T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250701070701-dupeitembarcodes.json,263,263.0 B,2025-07-01T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250701130701-dupeitembarcodes.json,263,263.0 B,2025-07-01T13:07:14,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250702070701-dupeitembarcodes.json,263,263.0 B,2025-07-02T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250702130701-dupeitembarcodes.json,263,263.0 B,2025-07-02T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250703070701-dupeitembarcodes.json,263,263.0 B,2025-07-03T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250703130701-dupeitembarcodes.json,263,263.0 B,2025-07-03T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250704070702-dupeitembarcodes.json,263,263.0 B,2025-07-04T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250704130701-dupeitembarcodes.json,263,263.0 B,2025-07-04T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250705070701-dupeitembarcodes.json,263,263.0 B,2025-07-05T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250705130701-dupeitembarcodes.json,263,263.0 B,2025-07-05T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250706070701-dupeitembarcodes.json,263,263.0 B,2025-07-06T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250706130701-dupeitembarcodes.json,263,263.0 B,2025-07-06T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250707070701-dupeitembarcodes.json,263,263.0 B,2025-07-07T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250707130701-dupeitembarcodes.json,263,263.0 B,2025-07-07T13:07:27,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250708070701-dupeitembarcodes.json,263,263.0 B,2025-07-08T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250708130701-dupeitembarcodes.json,263,263.0 B,2025-07-08T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250709070701-dupeitembarcodes.json,263,263.0 B,2025-07-09T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250709130701-dupeitembarcodes.json,263,263.0 B,2025-07-09T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250710070701-dupeitembarcodes.json,263,263.0 B,2025-07-10T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250710130701-dupeitembarcodes.json,263,263.0 B,2025-07-10T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250711070701-dupeitembarcodes.json,263,263.0 B,2025-07-11T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250711130701-dupeitembarcodes.json,263,263.0 B,2025-07-11T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250712070701-dupeitembarcodes.json,263,263.0 B,2025-07-12T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250712130701-dupeitembarcodes.json,263,263.0 B,2025-07-12T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250713070701-dupeitembarcodes.json,263,263.0 B,2025-07-13T07:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250713130701-dupeitembarcodes.json,263,263.0 B,2025-07-13T13:07:12,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250714070701-dupeitembarcodes.json,263,263.0 B,2025-07-14T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250714130701-dupeitembarcodes.json,263,263.0 B,2025-07-14T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250715070701-dupeitembarcodes.json,263,263.0 B,2025-07-15T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250715130701-dupeitembarcodes.json,263,263.0 B,2025-07-15T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250716070701-dupeitembarcodes.json,263,263.0 B,2025-07-16T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250716130701-dupeitembarcodes.json,263,263.0 B,2025-07-16T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250717070701-dupeitembarcodes.json,263,263.0 B,2025-07-17T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250717130701-dupeitembarcodes.json,263,263.0 B,2025-07-17T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250718070701-dupeitembarcodes.json,263,263.0 B,2025-07-18T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250718130701-dupeitembarcodes.json,263,263.0 B,2025-07-18T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250719070701-dupeitembarcodes.json,263,263.0 B,2025-07-19T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250719130701-dupeitembarcodes.json,263,263.0 B,2025-07-19T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250720070701-dupeitembarcodes.json,263,263.0 B,2025-07-20T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250720130701-dupeitembarcodes.json,263,263.0 B,2025-07-20T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250721070701-dupeitembarcodes.json,263,263.0 B,2025-07-21T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250721130701-dupeitembarcodes.json,263,263.0 B,2025-07-21T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250722070701-dupeitembarcodes.json,263,263.0 B,2025-07-22T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250722130701-dupeitembarcodes.json,263,263.0 B,2025-07-22T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250723070701-dupeitembarcodes.json,263,263.0 B,2025-07-23T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250723130701-dupeitembarcodes.json,263,263.0 B,2025-07-23T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250724070701-dupeitembarcodes.json,263,263.0 B,2025-07-24T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250724130701-dupeitembarcodes.json,263,263.0 B,2025-07-24T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250725070701-dupeitembarcodes.json,263,263.0 B,2025-07-25T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250725130701-dupeitembarcodes.json,263,263.0 B,2025-07-25T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250726070701-dupeitembarcodes.json,263,263.0 B,2025-07-26T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250726130701-dupeitembarcodes.json,263,263.0 B,2025-07-26T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250727070701-dupeitembarcodes.json,263,263.0 B,2025-07-27T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250727130701-dupeitembarcodes.json,263,263.0 B,2025-07-27T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250728070701-dupeitembarcodes.json,263,263.0 B,2025-07-28T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250728130701-dupeitembarcodes.json,263,263.0 B,2025-07-28T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250729070701-dupeitembarcodes.json,263,263.0 B,2025-07-29T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250729130701-dupeitembarcodes.json,263,263.0 B,2025-07-29T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250730070701-dupeitembarcodes.json,263,263.0 B,2025-07-30T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250730130701-dupeitembarcodes.json,263,263.0 B,2025-07-30T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250731070701-dupeitembarcodes.json,263,263.0 B,2025-07-31T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250731130701-dupeitembarcodes.json,263,263.0 B,2025-07-31T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250801070701-dupeitembarcodes.json,263,263.0 B,2025-08-01T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250801130701-dupeitembarcodes.json,263,263.0 B,2025-08-01T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250802070701-dupeitembarcodes.json,263,263.0 B,2025-08-02T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250802130701-dupeitembarcodes.json,263,263.0 B,2025-08-02T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250803070701-dupeitembarcodes.json,263,263.0 B,2025-08-03T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250803130701-dupeitembarcodes.json,263,263.0 B,2025-08-03T13:07:13,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250804070701-dupeitembarcodes.json,263,263.0 B,2025-08-04T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250804130701-dupeitembarcodes.json,263,263.0 B,2025-08-04T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250805070701-dupeitembarcodes.json,263,263.0 B,2025-08-05T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250805130701-dupeitembarcodes.json,263,263.0 B,2025-08-05T13:07:19,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250806070701-dupeitembarcodes.json,263,263.0 B,2025-08-06T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250806130701-dupeitembarcodes.json,263,263.0 B,2025-08-06T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250807070701-dupeitembarcodes.json,263,263.0 B,2025-08-07T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250807130701-dupeitembarcodes.json,263,263.0 B,2025-08-07T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250808070701-dupeitembarcodes.json,263,263.0 B,2025-08-08T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250808130701-dupeitembarcodes.json,263,263.0 B,2025-08-08T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250809070701-dupeitembarcodes.json,263,263.0 B,2025-08-09T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250809130701-dupeitembarcodes.json,263,263.0 B,2025-08-09T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250810070701-dupeitembarcodes.json,263,263.0 B,2025-08-10T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250810130701-dupeitembarcodes.json,263,263.0 B,2025-08-10T13:07:13,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250811070701-dupeitembarcodes.json,263,263.0 B,2025-08-11T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250811130701-dupeitembarcodes.json,263,263.0 B,2025-08-11T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250812070701-dupeitembarcodes.json,263,263.0 B,2025-08-12T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250812130701-dupeitembarcodes.json,263,263.0 B,2025-08-12T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250813070701-dupeitembarcodes.json,263,263.0 B,2025-08-13T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250813130701-dupeitembarcodes.json,263,263.0 B,2025-08-13T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250814070701-dupeitembarcodes.json,263,263.0 B,2025-08-14T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250814130701-dupeitembarcodes.json,263,263.0 B,2025-08-14T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250815070701-dupeitembarcodes.json,263,263.0 B,2025-08-15T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250815130701-dupeitembarcodes.json,263,263.0 B,2025-08-15T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250816070701-dupeitembarcodes.json,263,263.0 B,2025-08-16T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250816130701-dupeitembarcodes.json,263,263.0 B,2025-08-16T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250817070701-dupeitembarcodes.json,263,263.0 B,2025-08-17T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250817130701-dupeitembarcodes.json,263,263.0 B,2025-08-17T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250818070701-dupeitembarcodes.json,263,263.0 B,2025-08-18T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250818130701-dupeitembarcodes.json,263,263.0 B,2025-08-18T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250819070701-dupeitembarcodes.json,263,263.0 B,2025-08-19T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250819130701-dupeitembarcodes.json,263,263.0 B,2025-08-19T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250820070701-dupeitembarcodes.json,263,263.0 B,2025-08-20T07:07:30,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250820130701-dupeitembarcodes.json,263,263.0 B,2025-08-20T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250821070701-dupeitembarcodes.json,263,263.0 B,2025-08-21T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250821130701-dupeitembarcodes.json,263,263.0 B,2025-08-21T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250822070702-dupeitembarcodes.json,263,263.0 B,2025-08-22T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250822130701-dupeitembarcodes.json,263,263.0 B,2025-08-22T13:07:32,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250823070702-dupeitembarcodes.json,263,263.0 B,2025-08-23T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250823130701-dupeitembarcodes.json,263,263.0 B,2025-08-23T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250824070701-dupeitembarcodes.json,263,263.0 B,2025-08-24T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250824130701-dupeitembarcodes.json,263,263.0 B,2025-08-24T13:07:13,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250825070701-dupeitembarcodes.json,263,263.0 B,2025-08-25T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250825130701-dupeitembarcodes.json,263,263.0 B,2025-08-25T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250826070701-dupeitembarcodes.json,263,263.0 B,2025-08-26T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250826130701-dupeitembarcodes.json,263,263.0 B,2025-08-26T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250827070701-dupeitembarcodes.json,263,263.0 B,2025-08-27T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250827130701-dupeitembarcodes.json,263,263.0 B,2025-08-27T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250828070701-dupeitembarcodes.json,263,263.0 B,2025-08-28T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250828130701-dupeitembarcodes.json,263,263.0 B,2025-08-28T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250829070701-dupeitembarcodes.json,263,263.0 B,2025-08-29T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250829130701-dupeitembarcodes.json,263,263.0 B,2025-08-29T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250830070701-dupeitembarcodes.json,263,263.0 B,2025-08-30T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250830130701-dupeitembarcodes.json,263,263.0 B,2025-08-30T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250831070701-dupeitembarcodes.json,263,263.0 B,2025-08-31T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250831130701-dupeitembarcodes.json,263,263.0 B,2025-08-31T13:07:13,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250901070701-dupeitembarcodes.json,263,263.0 B,2025-09-01T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250901130701-dupeitembarcodes.json,263,263.0 B,2025-09-01T13:07:13,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250902070701-dupeitembarcodes.json,263,263.0 B,2025-09-02T07:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250902130701-dupeitembarcodes.json,263,263.0 B,2025-09-02T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250903070701-dupeitembarcodes.json,263,263.0 B,2025-09-03T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250903130701-dupeitembarcodes.json,263,263.0 B,2025-09-03T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250904070701-dupeitembarcodes.json,263,263.0 B,2025-09-04T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250904130701-dupeitembarcodes.json,263,263.0 B,2025-09-04T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250905070701-dupeitembarcodes.json,263,263.0 B,2025-09-05T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250905130701-dupeitembarcodes.json,263,263.0 B,2025-09-05T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250906070701-dupeitembarcodes.json,263,263.0 B,2025-09-06T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250906130701-dupeitembarcodes.json,263,263.0 B,2025-09-06T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250907070701-dupeitembarcodes.json,263,263.0 B,2025-09-07T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250907130701-dupeitembarcodes.json,263,263.0 B,2025-09-07T13:07:15,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250908070701-dupeitembarcodes.json,263,263.0 B,2025-09-08T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250908130702-dupeitembarcodes.json,263,263.0 B,2025-09-08T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250909070701-dupeitembarcodes.json,263,263.0 B,2025-09-09T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250909130701-dupeitembarcodes.json,263,263.0 B,2025-09-09T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250910070701-dupeitembarcodes.json,263,263.0 B,2025-09-10T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250910130701-dupeitembarcodes.json,263,263.0 B,2025-09-10T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250911070701-dupeitembarcodes.json,263,263.0 B,2025-09-11T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250911130701-dupeitembarcodes.json,263,263.0 B,2025-09-11T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250912070701-dupeitembarcodes.json,263,263.0 B,2025-09-12T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250912130701-dupeitembarcodes.json,263,263.0 B,2025-09-12T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250913070701-dupeitembarcodes.json,263,263.0 B,2025-09-13T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250913130701-dupeitembarcodes.json,263,263.0 B,2025-09-13T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250914070701-dupeitembarcodes.json,263,263.0 B,2025-09-14T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250914130701-dupeitembarcodes.json,263,263.0 B,2025-09-14T13:07:12,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250915070701-dupeitembarcodes.json,263,263.0 B,2025-09-15T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250915130702-dupeitembarcodes.json,263,263.0 B,2025-09-15T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250916070701-dupeitembarcodes.json,263,263.0 B,2025-09-16T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250916130701-dupeitembarcodes.json,263,263.0 B,2025-09-16T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250917070701-dupeitembarcodes.json,263,263.0 B,2025-09-17T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250917130701-dupeitembarcodes.json,263,263.0 B,2025-09-17T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250918070701-dupeitembarcodes.json,263,263.0 B,2025-09-18T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250918130702-dupeitembarcodes.json,263,263.0 B,2025-09-18T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250919070701-dupeitembarcodes.json,263,263.0 B,2025-09-19T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250919130701-dupeitembarcodes.json,263,263.0 B,2025-09-19T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250920070701-dupeitembarcodes.json,263,263.0 B,2025-09-20T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250920130701-dupeitembarcodes.json,263,263.0 B,2025-09-20T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250921070702-dupeitembarcodes.json,263,263.0 B,2025-09-21T07:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250921130701-dupeitembarcodes.json,263,263.0 B,2025-09-21T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250922070701-dupeitembarcodes.json,263,263.0 B,2025-09-22T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250922130701-dupeitembarcodes.json,263,263.0 B,2025-09-22T13:07:33,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250923070701-dupeitembarcodes.json,263,263.0 B,2025-09-23T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250923130701-dupeitembarcodes.json,263,263.0 B,2025-09-23T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250924070701-dupeitembarcodes.json,263,263.0 B,2025-09-24T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250924130701-dupeitembarcodes.json,263,263.0 B,2025-09-24T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250925070701-dupeitembarcodes.json,263,263.0 B,2025-09-25T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250925130701-dupeitembarcodes.json,263,263.0 B,2025-09-25T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250926070701-dupeitembarcodes.json,263,263.0 B,2025-09-26T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250926130701-dupeitembarcodes.json,263,263.0 B,2025-09-26T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250927070701-dupeitembarcodes.json,263,263.0 B,2025-09-27T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250927130701-dupeitembarcodes.json,263,263.0 B,2025-09-27T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250928070701-dupeitembarcodes.json,263,263.0 B,2025-09-28T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250928130701-dupeitembarcodes.json,263,263.0 B,2025-09-28T13:07:13,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250929070701-dupeitembarcodes.json,263,263.0 B,2025-09-29T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250929130701-dupeitembarcodes.json,263,263.0 B,2025-09-29T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250930070701-dupeitembarcodes.json,263,263.0 B,2025-09-30T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20250930130701-dupeitembarcodes.json,263,263.0 B,2025-09-30T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251001070701-dupeitembarcodes.json,263,263.0 B,2025-10-01T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251001130701-dupeitembarcodes.json,263,263.0 B,2025-10-01T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251002070701-dupeitembarcodes.json,263,263.0 B,2025-10-02T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251002130701-dupeitembarcodes.json,263,263.0 B,2025-10-02T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251003070701-dupeitembarcodes.json,263,263.0 B,2025-10-03T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251003130701-dupeitembarcodes.json,263,263.0 B,2025-10-03T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251004070701-dupeitembarcodes.json,263,263.0 B,2025-10-04T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251004130701-dupeitembarcodes.json,263,263.0 B,2025-10-04T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251005070701-dupeitembarcodes.json,263,263.0 B,2025-10-05T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251005130701-dupeitembarcodes.json,263,263.0 B,2025-10-05T13:07:33,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251006070701-dupeitembarcodes.json,263,263.0 B,2025-10-06T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251006130701-dupeitembarcodes.json,263,263.0 B,2025-10-06T13:07:35,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251007070701-dupeitembarcodes.json,263,263.0 B,2025-10-07T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251007130701-dupeitembarcodes.json,263,263.0 B,2025-10-07T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251008070701-dupeitembarcodes.json,263,263.0 B,2025-10-08T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251008130701-dupeitembarcodes.json,263,263.0 B,2025-10-08T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251009070701-dupeitembarcodes.json,263,263.0 B,2025-10-09T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251009130701-dupeitembarcodes.json,263,263.0 B,2025-10-09T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251010070701-dupeitembarcodes.json,263,263.0 B,2025-10-10T07:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251010130701-dupeitembarcodes.json,263,263.0 B,2025-10-10T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251011070701-dupeitembarcodes.json,263,263.0 B,2025-10-11T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251011130701-dupeitembarcodes.json,263,263.0 B,2025-10-11T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251012070701-dupeitembarcodes.json,263,263.0 B,2025-10-12T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251012130701-dupeitembarcodes.json,263,263.0 B,2025-10-12T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251013070701-dupeitembarcodes.json,263,263.0 B,2025-10-13T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251013130701-dupeitembarcodes.json,263,263.0 B,2025-10-13T13:07:27,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251014070701-dupeitembarcodes.json,263,263.0 B,2025-10-14T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251014130701-dupeitembarcodes.json,263,263.0 B,2025-10-14T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251015070701-dupeitembarcodes.json,263,263.0 B,2025-10-15T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251015130701-dupeitembarcodes.json,263,263.0 B,2025-10-15T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251016070701-dupeitembarcodes.json,263,263.0 B,2025-10-16T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251016130701-dupeitembarcodes.json,263,263.0 B,2025-10-16T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251017070701-dupeitembarcodes.json,263,263.0 B,2025-10-17T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251017130701-dupeitembarcodes.json,263,263.0 B,2025-10-17T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251018070701-dupeitembarcodes.json,263,263.0 B,2025-10-18T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251018130701-dupeitembarcodes.json,263,263.0 B,2025-10-18T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251019070701-dupeitembarcodes.json,263,263.0 B,2025-10-19T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251019130701-dupeitembarcodes.json,263,263.0 B,2025-10-19T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251020070701-dupeitembarcodes.json,263,263.0 B,2025-10-20T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251020130701-dupeitembarcodes.json,263,263.0 B,2025-10-20T13:07:27,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251021070701-dupeitembarcodes.json,263,263.0 B,2025-10-21T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251021130701-dupeitembarcodes.json,263,263.0 B,2025-10-21T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251022070701-dupeitembarcodes.json,263,263.0 B,2025-10-22T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251022130701-dupeitembarcodes.json,263,263.0 B,2025-10-22T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251023070701-dupeitembarcodes.json,263,263.0 B,2025-10-23T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251023130701-dupeitembarcodes.json,263,263.0 B,2025-10-23T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251024070701-dupeitembarcodes.json,263,263.0 B,2025-10-24T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251024130701-dupeitembarcodes.json,263,263.0 B,2025-10-24T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251025070701-dupeitembarcodes.json,263,263.0 B,2025-10-25T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251025130701-dupeitembarcodes.json,263,263.0 B,2025-10-25T13:07:18,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251026070701-dupeitembarcodes.json,263,263.0 B,2025-10-26T07:07:30,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251026130701-dupeitembarcodes.json,263,263.0 B,2025-10-26T13:07:12,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251027070701-dupeitembarcodes.json,263,263.0 B,2025-10-27T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251027130701-dupeitembarcodes.json,263,263.0 B,2025-10-27T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251028070701-dupeitembarcodes.json,263,263.0 B,2025-10-28T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251028130701-dupeitembarcodes.json,263,263.0 B,2025-10-28T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251029070701-dupeitembarcodes.json,263,263.0 B,2025-10-29T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251029130701-dupeitembarcodes.json,263,263.0 B,2025-10-29T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251030070701-dupeitembarcodes.json,263,263.0 B,2025-10-30T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251030130701-dupeitembarcodes.json,263,263.0 B,2025-10-30T13:07:19,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251031070701-dupeitembarcodes.json,263,263.0 B,2025-10-31T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251031130701-dupeitembarcodes.json,263,263.0 B,2025-10-31T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251101070701-dupeitembarcodes.json,263,263.0 B,2025-11-01T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251101130701-dupeitembarcodes.json,263,263.0 B,2025-11-01T13:07:12,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251102070701-dupeitembarcodes.json,263,263.0 B,2025-11-02T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251102130701-dupeitembarcodes.json,263,263.0 B,2025-11-02T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251103070701-dupeitembarcodes.json,263,263.0 B,2025-11-03T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251103130701-dupeitembarcodes.json,263,263.0 B,2025-11-03T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251104070701-dupeitembarcodes.json,263,263.0 B,2025-11-04T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251104130701-dupeitembarcodes.json,263,263.0 B,2025-11-04T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251105070701-dupeitembarcodes.json,263,263.0 B,2025-11-05T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251105130701-dupeitembarcodes.json,263,263.0 B,2025-11-05T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251106070701-dupeitembarcodes.json,263,263.0 B,2025-11-06T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251106130701-dupeitembarcodes.json,263,263.0 B,2025-11-06T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251107070701-dupeitembarcodes.json,263,263.0 B,2025-11-07T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251107130701-dupeitembarcodes.json,263,263.0 B,2025-11-07T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251108070701-dupeitembarcodes.json,263,263.0 B,2025-11-08T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251108130701-dupeitembarcodes.json,263,263.0 B,2025-11-08T13:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251109070701-dupeitembarcodes.json,263,263.0 B,2025-11-09T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251109130701-dupeitembarcodes.json,263,263.0 B,2025-11-09T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251110070701-dupeitembarcodes.json,263,263.0 B,2025-11-10T07:07:29,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251110130701-dupeitembarcodes.json,263,263.0 B,2025-11-10T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251111070701-dupeitembarcodes.json,263,263.0 B,2025-11-11T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251111130701-dupeitembarcodes.json,263,263.0 B,2025-11-11T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251112070701-dupeitembarcodes.json,263,263.0 B,2025-11-12T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251112130701-dupeitembarcodes.json,263,263.0 B,2025-11-12T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251113070701-dupeitembarcodes.json,263,263.0 B,2025-11-13T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251113130701-dupeitembarcodes.json,263,263.0 B,2025-11-13T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251114070701-dupeitembarcodes.json,263,263.0 B,2025-11-14T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251114130701-dupeitembarcodes.json,263,263.0 B,2025-11-14T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251115070701-dupeitembarcodes.json,263,263.0 B,2025-11-15T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251115130701-dupeitembarcodes.json,263,263.0 B,2025-11-15T13:07:27,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251116070701-dupeitembarcodes.json,263,263.0 B,2025-11-16T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251116130701-dupeitembarcodes.json,263,263.0 B,2025-11-16T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251117070701-dupeitembarcodes.json,263,263.0 B,2025-11-17T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251117130701-dupeitembarcodes.json,263,263.0 B,2025-11-17T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251118070701-dupeitembarcodes.json,263,263.0 B,2025-11-18T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251118130702-dupeitembarcodes.json,263,263.0 B,2025-11-18T13:07:29,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251119070701-dupeitembarcodes.json,263,263.0 B,2025-11-19T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251119130701-dupeitembarcodes.json,263,263.0 B,2025-11-19T13:07:29,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251120070701-dupeitembarcodes.json,263,263.0 B,2025-11-20T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251120130701-dupeitembarcodes.json,263,263.0 B,2025-11-20T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251121070701-dupeitembarcodes.json,263,263.0 B,2025-11-21T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251121130701-dupeitembarcodes.json,263,263.0 B,2025-11-21T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251122070701-dupeitembarcodes.json,263,263.0 B,2025-11-22T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251122130701-dupeitembarcodes.json,263,263.0 B,2025-11-22T13:07:29,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251123070701-dupeitembarcodes.json,263,263.0 B,2025-11-23T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251123130701-dupeitembarcodes.json,263,263.0 B,2025-11-23T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251124070701-dupeitembarcodes.json,263,263.0 B,2025-11-24T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251124130701-dupeitembarcodes.json,263,263.0 B,2025-11-24T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251125070701-dupeitembarcodes.json,263,263.0 B,2025-11-25T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251125130701-dupeitembarcodes.json,263,263.0 B,2025-11-25T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251126070701-dupeitembarcodes.json,263,263.0 B,2025-11-26T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251126130701-dupeitembarcodes.json,263,263.0 B,2025-11-26T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251127070701-dupeitembarcodes.json,263,263.0 B,2025-11-27T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251127130701-dupeitembarcodes.json,263,263.0 B,2025-11-27T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251128070701-dupeitembarcodes.json,263,263.0 B,2025-11-28T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251128130701-dupeitembarcodes.json,263,263.0 B,2025-11-28T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251129070701-dupeitembarcodes.json,263,263.0 B,2025-11-29T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251129130701-dupeitembarcodes.json,263,263.0 B,2025-11-29T13:07:12,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251130070701-dupeitembarcodes.json,263,263.0 B,2025-11-30T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251130130701-dupeitembarcodes.json,263,263.0 B,2025-11-30T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251201070701-dupeitembarcodes.json,263,263.0 B,2025-12-01T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251201130701-dupeitembarcodes.json,263,263.0 B,2025-12-01T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251202070701-dupeitembarcodes.json,263,263.0 B,2025-12-02T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251202130701-dupeitembarcodes.json,263,263.0 B,2025-12-02T13:07:32,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251203070701-dupeitembarcodes.json,263,263.0 B,2025-12-03T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251203130701-dupeitembarcodes.json,263,263.0 B,2025-12-03T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251204070701-dupeitembarcodes.json,263,263.0 B,2025-12-04T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251204130701-dupeitembarcodes.json,263,263.0 B,2025-12-04T13:07:39,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251205070701-dupeitembarcodes.json,263,263.0 B,2025-12-05T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251205130701-dupeitembarcodes.json,263,263.0 B,2025-12-05T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251206070701-dupeitembarcodes.json,263,263.0 B,2025-12-06T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251206130701-dupeitembarcodes.json,263,263.0 B,2025-12-06T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251207070701-dupeitembarcodes.json,263,263.0 B,2025-12-07T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251207130701-dupeitembarcodes.json,263,263.0 B,2025-12-07T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251208070701-dupeitembarcodes.json,263,263.0 B,2025-12-08T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251208130701-dupeitembarcodes.json,263,263.0 B,2025-12-08T13:07:13,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251209070701-dupeitembarcodes.json,263,263.0 B,2025-12-09T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251209130701-dupeitembarcodes.json,263,263.0 B,2025-12-09T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251210070701-dupeitembarcodes.json,263,263.0 B,2025-12-10T07:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251210130701-dupeitembarcodes.json,263,263.0 B,2025-12-10T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251211070701-dupeitembarcodes.json,263,263.0 B,2025-12-11T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251211130701-dupeitembarcodes.json,263,263.0 B,2025-12-11T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251212070701-dupeitembarcodes.json,263,263.0 B,2025-12-12T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251212130701-dupeitembarcodes.json,263,263.0 B,2025-12-12T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251213070701-dupeitembarcodes.json,263,263.0 B,2025-12-13T07:07:30,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251213130701-dupeitembarcodes.json,263,263.0 B,2025-12-13T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251214070701-dupeitembarcodes.json,263,263.0 B,2025-12-14T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251214130701-dupeitembarcodes.json,263,263.0 B,2025-12-14T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251215070701-dupeitembarcodes.json,263,263.0 B,2025-12-15T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251215130701-dupeitembarcodes.json,263,263.0 B,2025-12-15T13:07:27,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251216070701-dupeitembarcodes.json,263,263.0 B,2025-12-16T07:07:27,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251216130701-dupeitembarcodes.json,263,263.0 B,2025-12-16T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251217070701-dupeitembarcodes.json,263,263.0 B,2025-12-17T07:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251217130701-dupeitembarcodes.json,263,263.0 B,2025-12-17T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251218070702-dupeitembarcodes.json,263,263.0 B,2025-12-18T07:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251218130701-dupeitembarcodes.json,263,263.0 B,2025-12-18T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251219070701-dupeitembarcodes.json,263,263.0 B,2025-12-19T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251219130701-dupeitembarcodes.json,263,263.0 B,2025-12-19T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251220070701-dupeitembarcodes.json,263,263.0 B,2025-12-20T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251220130701-dupeitembarcodes.json,263,263.0 B,2025-12-20T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251221070701-dupeitembarcodes.json,263,263.0 B,2025-12-21T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251221130701-dupeitembarcodes.json,263,263.0 B,2025-12-21T13:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251222070701-dupeitembarcodes.json,263,263.0 B,2025-12-22T07:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251222130701-dupeitembarcodes.json,263,263.0 B,2025-12-22T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251223070701-dupeitembarcodes.json,263,263.0 B,2025-12-23T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251223130701-dupeitembarcodes.json,263,263.0 B,2025-12-23T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251224070701-dupeitembarcodes.json,263,263.0 B,2025-12-24T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251224130701-dupeitembarcodes.json,263,263.0 B,2025-12-24T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251225070701-dupeitembarcodes.json,263,263.0 B,2025-12-25T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251225130701-dupeitembarcodes.json,263,263.0 B,2025-12-25T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251226070701-dupeitembarcodes.json,263,263.0 B,2025-12-26T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251226130701-dupeitembarcodes.json,263,263.0 B,2025-12-26T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251227070701-dupeitembarcodes.json,263,263.0 B,2025-12-27T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251227130701-dupeitembarcodes.json,263,263.0 B,2025-12-27T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251228070701-dupeitembarcodes.json,263,263.0 B,2025-12-28T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251228130701-dupeitembarcodes.json,263,263.0 B,2025-12-28T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251229070701-dupeitembarcodes.json,263,263.0 B,2025-12-29T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251229130701-dupeitembarcodes.json,263,263.0 B,2025-12-29T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251230070701-dupeitembarcodes.json,263,263.0 B,2025-12-30T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251230130701-dupeitembarcodes.json,263,263.0 B,2025-12-30T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251231070701-dupeitembarcodes.json,263,263.0 B,2025-12-31T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20251231130701-dupeitembarcodes.json,263,263.0 B,2025-12-31T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260101070701-dupeitembarcodes.json,263,263.0 B,2026-01-01T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260101130701-dupeitembarcodes.json,263,263.0 B,2026-01-01T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260102070702-dupeitembarcodes.json,263,263.0 B,2026-01-02T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260102130701-dupeitembarcodes.json,263,263.0 B,2026-01-02T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260103070701-dupeitembarcodes.json,263,263.0 B,2026-01-03T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260103130701-dupeitembarcodes.json,263,263.0 B,2026-01-03T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260104070701-dupeitembarcodes.json,263,263.0 B,2026-01-04T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260104130701-dupeitembarcodes.json,263,263.0 B,2026-01-04T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260105070701-dupeitembarcodes.json,263,263.0 B,2026-01-05T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260105130701-dupeitembarcodes.json,263,263.0 B,2026-01-05T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260106070701-dupeitembarcodes.json,263,263.0 B,2026-01-06T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260106130701-dupeitembarcodes.json,263,263.0 B,2026-01-06T13:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260107070701-dupeitembarcodes.json,263,263.0 B,2026-01-07T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260107130701-dupeitembarcodes.json,263,263.0 B,2026-01-07T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260108070701-dupeitembarcodes.json,263,263.0 B,2026-01-08T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260108130701-dupeitembarcodes.json,263,263.0 B,2026-01-08T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260109070701-dupeitembarcodes.json,263,263.0 B,2026-01-09T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260109130701-dupeitembarcodes.json,263,263.0 B,2026-01-09T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260110070701-dupeitembarcodes.json,263,263.0 B,2026-01-10T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260110130701-dupeitembarcodes.json,263,263.0 B,2026-01-10T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260111070701-dupeitembarcodes.json,263,263.0 B,2026-01-11T07:07:01,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260111130701-dupeitembarcodes.json,263,263.0 B,2026-01-11T13:07:01,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260112070701-dupeitembarcodes.json,263,263.0 B,2026-01-12T07:07:01,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260112130701-dupeitembarcodes.json,263,263.0 B,2026-01-12T13:07:01,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260113070701-dupeitembarcodes.json,263,263.0 B,2026-01-13T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260113130701-dupeitembarcodes.json,263,263.0 B,2026-01-13T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260114070701-dupeitembarcodes.json,263,263.0 B,2026-01-14T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260114130701-dupeitembarcodes.json,263,263.0 B,2026-01-14T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260115070701-dupeitembarcodes.json,263,263.0 B,2026-01-15T07:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260115130701-dupeitembarcodes.json,263,263.0 B,2026-01-15T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260116070701-dupeitembarcodes.json,263,263.0 B,2026-01-16T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260116130701-dupeitembarcodes.json,263,263.0 B,2026-01-16T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260117070701-dupeitembarcodes.json,263,263.0 B,2026-01-17T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260117130701-dupeitembarcodes.json,263,263.0 B,2026-01-17T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260118070701-dupeitembarcodes.json,263,263.0 B,2026-01-18T07:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260118130701-dupeitembarcodes.json,263,263.0 B,2026-01-18T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260119070701-dupeitembarcodes.json,263,263.0 B,2026-01-19T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260119130701-dupeitembarcodes.json,263,263.0 B,2026-01-19T13:07:13,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260120070701-dupeitembarcodes.json,263,263.0 B,2026-01-20T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260120130701-dupeitembarcodes.json,263,263.0 B,2026-01-20T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260121070701-dupeitembarcodes.json,263,263.0 B,2026-01-21T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260121130701-dupeitembarcodes.json,263,263.0 B,2026-01-21T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260122070701-dupeitembarcodes.json,263,263.0 B,2026-01-22T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260122130701-dupeitembarcodes.json,263,263.0 B,2026-01-22T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260123070701-dupeitembarcodes.json,263,263.0 B,2026-01-23T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260123130701-dupeitembarcodes.json,263,263.0 B,2026-01-23T13:07:29,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260124070701-dupeitembarcodes.json,263,263.0 B,2026-01-24T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260124130701-dupeitembarcodes.json,263,263.0 B,2026-01-24T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260125070701-dupeitembarcodes.json,263,263.0 B,2026-01-25T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260125130701-dupeitembarcodes.json,263,263.0 B,2026-01-25T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260126070701-dupeitembarcodes.json,263,263.0 B,2026-01-26T07:07:29,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260126130701-dupeitembarcodes.json,263,263.0 B,2026-01-26T13:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260127070701-dupeitembarcodes.json,263,263.0 B,2026-01-27T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260127130701-dupeitembarcodes.json,263,263.0 B,2026-01-27T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260128070701-dupeitembarcodes.json,263,263.0 B,2026-01-28T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260128130701-dupeitembarcodes.json,263,263.0 B,2026-01-28T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260129070701-dupeitembarcodes.json,263,263.0 B,2026-01-29T07:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260129130701-dupeitembarcodes.json,263,263.0 B,2026-01-29T13:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260130070701-dupeitembarcodes.json,263,263.0 B,2026-01-30T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260130130701-dupeitembarcodes.json,263,263.0 B,2026-01-30T13:07:27,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260131070701-dupeitembarcodes.json,263,263.0 B,2026-01-31T07:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260131130701-dupeitembarcodes.json,263,263.0 B,2026-01-31T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260201070701-dupeitembarcodes.json,263,263.0 B,2026-02-01T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260201130701-dupeitembarcodes.json,263,263.0 B,2026-02-01T13:07:20,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260202070701-dupeitembarcodes.json,263,263.0 B,2026-02-02T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260202130701-dupeitembarcodes.json,263,263.0 B,2026-02-02T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260203070701-dupeitembarcodes.json,263,263.0 B,2026-02-03T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260203130701-dupeitembarcodes.json,263,263.0 B,2026-02-03T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260204070701-dupeitembarcodes.json,263,263.0 B,2026-02-04T07:07:27,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260204130701-dupeitembarcodes.json,263,263.0 B,2026-02-04T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260205070701-dupeitembarcodes.json,263,263.0 B,2026-02-05T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260205130702-dupeitembarcodes.json,263,263.0 B,2026-02-05T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260206070701-dupeitembarcodes.json,263,263.0 B,2026-02-06T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260206130701-dupeitembarcodes.json,263,263.0 B,2026-02-06T13:07:27,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260207070701-dupeitembarcodes.json,263,263.0 B,2026-02-07T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260207130701-dupeitembarcodes.json,263,263.0 B,2026-02-07T13:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260208070701-dupeitembarcodes.json,263,263.0 B,2026-02-08T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260208130701-dupeitembarcodes.json,263,263.0 B,2026-02-08T13:07:18,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260209070701-dupeitembarcodes.json,263,263.0 B,2026-02-09T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260209130701-dupeitembarcodes.json,263,263.0 B,2026-02-09T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260210070701-dupeitembarcodes.json,263,263.0 B,2026-02-10T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260210130701-dupeitembarcodes.json,263,263.0 B,2026-02-10T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260211070701-dupeitembarcodes.json,263,263.0 B,2026-02-11T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260211130701-dupeitembarcodes.json,263,263.0 B,2026-02-11T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260212070701-dupeitembarcodes.json,263,263.0 B,2026-02-12T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260212130701-dupeitembarcodes.json,263,263.0 B,2026-02-12T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260213070701-dupeitembarcodes.json,263,263.0 B,2026-02-13T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260213130701-dupeitembarcodes.json,263,263.0 B,2026-02-13T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260214070701-dupeitembarcodes.json,263,263.0 B,2026-02-14T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260214130701-dupeitembarcodes.json,263,263.0 B,2026-02-14T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260215070701-dupeitembarcodes.json,263,263.0 B,2026-02-15T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260215130701-dupeitembarcodes.json,263,263.0 B,2026-02-15T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260216070701-dupeitembarcodes.json,263,263.0 B,2026-02-16T07:07:29,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260216130701-dupeitembarcodes.json,263,263.0 B,2026-02-16T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260217070701-dupeitembarcodes.json,263,263.0 B,2026-02-17T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260217130701-dupeitembarcodes.json,263,263.0 B,2026-02-17T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260218070701-dupeitembarcodes.json,263,263.0 B,2026-02-18T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260218130701-dupeitembarcodes.json,263,263.0 B,2026-02-18T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260219070701-dupeitembarcodes.json,263,263.0 B,2026-02-19T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260219130701-dupeitembarcodes.json,263,263.0 B,2026-02-19T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260220070701-dupeitembarcodes.json,263,263.0 B,2026-02-20T07:07:27,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260220130701-dupeitembarcodes.json,263,263.0 B,2026-02-20T13:07:24,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260221070701-dupeitembarcodes.json,263,263.0 B,2026-02-21T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260221130701-dupeitembarcodes.json,263,263.0 B,2026-02-21T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260222070701-dupeitembarcodes.json,263,263.0 B,2026-02-22T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260222130701-dupeitembarcodes.json,263,263.0 B,2026-02-22T13:07:28,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260223070701-dupeitembarcodes.json,263,263.0 B,2026-02-23T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260223130701-dupeitembarcodes.json,263,263.0 B,2026-02-23T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260224070701-dupeitembarcodes.json,263,263.0 B,2026-02-24T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260224130701-dupeitembarcodes.json,263,263.0 B,2026-02-24T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260225070701-dupeitembarcodes.json,263,263.0 B,2026-02-25T07:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260225130701-dupeitembarcodes.json,263,263.0 B,2026-02-25T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260226070701-dupeitembarcodes.json,263,263.0 B,2026-02-26T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260226130701-dupeitembarcodes.json,263,263.0 B,2026-02-26T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260227070701-dupeitembarcodes.json,263,263.0 B,2026-02-27T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260227130701-dupeitembarcodes.json,263,263.0 B,2026-02-27T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260228070701-dupeitembarcodes.json,263,263.0 B,2026-02-28T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260228130701-dupeitembarcodes.json,263,263.0 B,2026-02-28T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260301070701-dupeitembarcodes.json,263,263.0 B,2026-03-01T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260301130701-dupeitembarcodes.json,263,263.0 B,2026-03-01T13:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260302070701-dupeitembarcodes.json,263,263.0 B,2026-03-02T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260302130701-dupeitembarcodes.json,263,263.0 B,2026-03-02T13:07:26,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260303070701-dupeitembarcodes.json,263,263.0 B,2026-03-03T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260303130701-dupeitembarcodes.json,263,263.0 B,2026-03-03T13:07:25,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260304070701-dupeitembarcodes.json,263,263.0 B,2026-03-04T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260304130701-dupeitembarcodes.json,263,263.0 B,2026-03-04T13:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260305070701-dupeitembarcodes.json,263,263.0 B,2026-03-05T07:07:22,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260305130701-dupeitembarcodes.json,263,263.0 B,2026-03-05T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260306070701-dupeitembarcodes.json,263,263.0 B,2026-03-06T07:07:21,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/20260306130701-dupeitembarcodes.json,263,263.0 B,2026-03-06T13:07:23,.json,Reports/dupeitembarcodes
Reports/dupeitembarcodes/DupeItemBarcodes.pl,6736,6.6 KB,2015-08-21T10:58:31,.pl,Reports/dupeitembarcodes
Reports/dupeitembarcodes/cron_log.txt,707,707.0 B,2026-03-06T13:07:23,.txt,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-01-2016.csv,304,304.0 B,2016-01-01T13:08:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-01-2017.csv,95,95.0 B,2017-01-01T13:09:07,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-01-2018.csv,95,95.0 B,2018-01-01T13:07:59,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-01-2019.csv,303,303.0 B,2019-01-01T13:07:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-01-2020.csv,95,95.0 B,2020-01-01T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-01-2021.csv,95,95.0 B,2021-01-01T13:07:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-01-2022.csv,95,95.0 B,2022-01-01T13:07:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-01-2023.csv,95,95.0 B,2023-01-01T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-01-2024.csv,339,339.0 B,2024-01-01T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-01-2025.csv,707,707.0 B,2025-01-01T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-01-2026.csv,304,304.0 B,2026-01-01T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-02-2016.csv,304,304.0 B,2016-01-02T13:10:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-02-2017.csv,95,95.0 B,2017-01-02T13:12:10,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-02-2018.csv,1815,1.8 KB,2018-01-02T13:08:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-02-2019.csv,303,303.0 B,2019-01-02T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-02-2020.csv,95,95.0 B,2020-01-02T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-02-2021.csv,95,95.0 B,2021-01-02T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-02-2022.csv,95,95.0 B,2022-01-02T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-02-2023.csv,95,95.0 B,2023-01-02T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-02-2024.csv,339,339.0 B,2024-01-02T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-02-2025.csv,95,95.0 B,2025-01-02T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-02-2026.csv,304,304.0 B,2026-01-02T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-03-2016.csv,304,304.0 B,2016-01-03T13:08:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-03-2017.csv,95,95.0 B,2017-01-03T13:11:00,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-03-2018.csv,95,95.0 B,2018-01-03T13:08:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-03-2019.csv,303,303.0 B,2019-01-03T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-03-2020.csv,95,95.0 B,2020-01-03T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-03-2021.csv,95,95.0 B,2021-01-03T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-03-2022.csv,95,95.0 B,2022-01-03T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-03-2023.csv,95,95.0 B,2023-01-03T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-03-2024.csv,339,339.0 B,2024-01-03T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-03-2025.csv,95,95.0 B,2025-01-03T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-03-2026.csv,304,304.0 B,2026-01-03T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-04-2016.csv,95,95.0 B,2016-01-04T13:11:51,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-04-2017.csv,95,95.0 B,2017-01-04T13:12:38,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-04-2018.csv,95,95.0 B,2018-01-04T13:08:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-04-2019.csv,303,303.0 B,2019-01-04T13:07:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-04-2020.csv,95,95.0 B,2020-01-04T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-04-2021.csv,95,95.0 B,2021-01-04T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-04-2022.csv,95,95.0 B,2022-01-04T13:07:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-04-2023.csv,95,95.0 B,2023-01-04T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-04-2024.csv,339,339.0 B,2024-01-04T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-04-2025.csv,95,95.0 B,2025-01-04T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-04-2026.csv,304,304.0 B,2026-01-04T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-05-2016.csv,95,95.0 B,2016-01-05T13:09:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-05-2017.csv,95,95.0 B,2017-01-05T13:12:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-05-2018.csv,2625,2.6 KB,2018-01-05T13:08:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-05-2019.csv,303,303.0 B,2019-01-05T13:07:40,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-05-2020.csv,95,95.0 B,2020-01-05T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-05-2021.csv,95,95.0 B,2021-01-05T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-05-2022.csv,95,95.0 B,2022-01-05T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-05-2023.csv,95,95.0 B,2023-01-05T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-05-2024.csv,339,339.0 B,2024-01-05T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-05-2025.csv,95,95.0 B,2025-01-05T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-05-2026.csv,304,304.0 B,2026-01-05T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-06-2016.csv,95,95.0 B,2016-01-06T13:14:58,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-06-2017.csv,95,95.0 B,2017-01-06T13:11:40,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-06-2018.csv,269,269.0 B,2018-01-06T13:08:08,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-06-2019.csv,95,95.0 B,2019-01-06T13:07:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-06-2020.csv,95,95.0 B,2020-01-06T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-06-2021.csv,95,95.0 B,2021-01-06T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-06-2022.csv,95,95.0 B,2022-01-06T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-06-2023.csv,95,95.0 B,2023-01-06T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-06-2024.csv,339,339.0 B,2024-01-06T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-06-2025.csv,95,95.0 B,2025-01-06T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-06-2026.csv,304,304.0 B,2026-01-06T13:07:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-07-2016.csv,1637,1.6 KB,2016-01-07T13:10:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-07-2017.csv,95,95.0 B,2017-01-07T13:12:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-07-2018.csv,269,269.0 B,2018-01-07T13:08:05,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-07-2019.csv,95,95.0 B,2019-01-07T13:07:46,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-07-2020.csv,95,95.0 B,2020-01-07T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-07-2021.csv,95,95.0 B,2021-01-07T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-07-2022.csv,698,698.0 B,2022-01-07T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-07-2023.csv,95,95.0 B,2023-01-07T13:07:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-07-2024.csv,339,339.0 B,2024-01-07T13:07:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-07-2025.csv,95,95.0 B,2025-01-07T13:07:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-07-2026.csv,304,304.0 B,2026-01-07T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-08-2016.csv,95,95.0 B,2016-01-08T13:10:55,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-08-2017.csv,95,95.0 B,2017-01-08T13:09:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-08-2018.csv,95,95.0 B,2018-01-08T13:08:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-08-2019.csv,95,95.0 B,2019-01-08T13:07:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-08-2020.csv,95,95.0 B,2020-01-08T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-08-2021.csv,95,95.0 B,2021-01-08T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-08-2022.csv,95,95.0 B,2022-01-08T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-08-2023.csv,95,95.0 B,2023-01-08T13:07:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-08-2024.csv,339,339.0 B,2024-01-08T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-08-2025.csv,95,95.0 B,2025-01-08T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-08-2026.csv,304,304.0 B,2026-01-08T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-09-2016.csv,95,95.0 B,2016-01-09T13:10:05,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-09-2017.csv,95,95.0 B,2017-01-09T13:12:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-09-2018.csv,736,736.0 B,2018-01-09T13:08:39,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-09-2019.csv,95,95.0 B,2019-01-09T13:07:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-09-2020.csv,95,95.0 B,2020-01-09T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-09-2021.csv,95,95.0 B,2021-01-09T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-09-2022.csv,95,95.0 B,2022-01-09T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-09-2023.csv,95,95.0 B,2023-01-09T13:07:33,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-09-2024.csv,339,339.0 B,2024-01-09T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-09-2025.csv,95,95.0 B,2025-01-09T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-09-2026.csv,304,304.0 B,2026-01-09T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-10-2016.csv,95,95.0 B,2016-01-10T13:08:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-10-2017.csv,95,95.0 B,2017-01-10T13:12:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-10-2018.csv,95,95.0 B,2018-01-10T13:08:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-10-2019.csv,95,95.0 B,2019-01-10T13:07:44,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-10-2020.csv,95,95.0 B,2020-01-10T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-10-2021.csv,95,95.0 B,2021-01-10T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-10-2022.csv,95,95.0 B,2022-01-10T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-10-2023.csv,95,95.0 B,2023-01-10T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-10-2024.csv,2955,2.9 KB,2024-01-10T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-10-2025.csv,95,95.0 B,2025-01-10T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-10-2026.csv,304,304.0 B,2026-01-10T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-11-2016.csv,95,95.0 B,2016-01-11T13:11:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-11-2017.csv,95,95.0 B,2017-01-11T13:10:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-11-2018.csv,95,95.0 B,2018-01-11T13:08:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-11-2019.csv,95,95.0 B,2019-01-11T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-11-2020.csv,95,95.0 B,2020-01-11T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-11-2021.csv,579,579.0 B,2021-01-11T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-11-2022.csv,95,95.0 B,2022-01-11T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-11-2023.csv,95,95.0 B,2023-01-11T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-11-2024.csv,3897,3.8 KB,2024-01-11T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-11-2025.csv,95,95.0 B,2025-01-11T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-12-2016.csv,95,95.0 B,2016-01-12T13:10:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-12-2017.csv,95,95.0 B,2017-01-12T13:13:52,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-12-2018.csv,95,95.0 B,2018-01-12T13:08:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-12-2019.csv,1115,1.1 KB,2019-01-12T13:07:39,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-12-2020.csv,95,95.0 B,2020-01-12T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-12-2021.csv,95,95.0 B,2021-01-12T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-12-2022.csv,95,95.0 B,2022-01-12T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-12-2023.csv,2165,2.1 KB,2023-01-12T13:07:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-12-2024.csv,3897,3.8 KB,2024-01-12T13:07:34,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-12-2025.csv,95,95.0 B,2025-01-12T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-13-2016.csv,95,95.0 B,2016-01-13T13:10:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-13-2017.csv,377,377.0 B,2017-01-13T13:12:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-13-2018.csv,95,95.0 B,2018-01-13T13:08:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-13-2019.csv,1115,1.1 KB,2019-01-13T13:07:37,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-13-2020.csv,95,95.0 B,2020-01-13T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-13-2021.csv,95,95.0 B,2021-01-13T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-13-2022.csv,95,95.0 B,2022-01-13T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-13-2023.csv,95,95.0 B,2023-01-13T13:07:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-13-2024.csv,3897,3.8 KB,2024-01-13T13:07:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-13-2025.csv,314,314.0 B,2025-01-13T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-13-2026.csv,304,304.0 B,2026-01-13T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-14-2016.csv,95,95.0 B,2016-01-14T13:10:39,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-14-2017.csv,95,95.0 B,2017-01-14T13:12:01,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-14-2018.csv,95,95.0 B,2018-01-14T13:08:05,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-14-2019.csv,95,95.0 B,2019-01-14T13:07:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-14-2020.csv,491,491.0 B,2020-01-14T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-14-2021.csv,95,95.0 B,2021-01-14T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-14-2022.csv,95,95.0 B,2022-01-14T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-14-2023.csv,95,95.0 B,2023-01-14T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-14-2024.csv,3897,3.8 KB,2024-01-14T13:07:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-14-2025.csv,314,314.0 B,2025-01-14T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-14-2026.csv,1094,1.1 KB,2026-01-14T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-15-2016.csv,95,95.0 B,2016-01-15T13:09:07,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-15-2017.csv,95,95.0 B,2017-01-15T13:09:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-15-2018.csv,95,95.0 B,2018-01-15T13:08:09,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-15-2019.csv,95,95.0 B,2019-01-15T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-15-2020.csv,95,95.0 B,2020-01-15T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-15-2021.csv,555,555.0 B,2021-01-15T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-15-2022.csv,95,95.0 B,2022-01-15T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-15-2023.csv,95,95.0 B,2023-01-15T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-15-2024.csv,3897,3.8 KB,2024-01-15T13:07:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-15-2025.csv,314,314.0 B,2025-01-15T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-15-2026.csv,2272,2.2 KB,2026-01-15T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-16-2016.csv,275,275.0 B,2016-01-16T13:09:39,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-16-2017.csv,1179,1.2 KB,2017-01-16T13:13:37,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-16-2018.csv,95,95.0 B,2018-01-16T13:08:36,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-16-2019.csv,2023,2.0 KB,2019-01-16T13:07:44,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-16-2020.csv,95,95.0 B,2020-01-16T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-16-2021.csv,95,95.0 B,2021-01-16T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-16-2022.csv,95,95.0 B,2022-01-16T13:07:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-16-2023.csv,95,95.0 B,2023-01-16T13:07:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-16-2024.csv,3897,3.8 KB,2024-01-16T13:07:37,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-16-2025.csv,95,95.0 B,2025-01-16T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-16-2026.csv,304,304.0 B,2026-01-16T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-17-2016.csv,275,275.0 B,2016-01-17T13:08:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-17-2017.csv,95,95.0 B,2017-01-17T13:12:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-17-2018.csv,517,517.0 B,2018-01-17T13:08:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-17-2019.csv,735,735.0 B,2019-01-17T13:07:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-17-2020.csv,95,95.0 B,2020-01-17T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-17-2021.csv,95,95.0 B,2021-01-17T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-17-2022.csv,95,95.0 B,2022-01-17T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-17-2023.csv,95,95.0 B,2023-01-17T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-17-2024.csv,1329,1.3 KB,2024-01-17T13:07:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-17-2025.csv,95,95.0 B,2025-01-17T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-17-2026.csv,304,304.0 B,2026-01-17T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-18-2016.csv,95,95.0 B,2016-01-18T13:11:07,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-18-2017.csv,95,95.0 B,2017-01-18T13:12:52,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-18-2018.csv,467,467.0 B,2018-01-18T13:08:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-18-2019.csv,95,95.0 B,2019-01-18T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-18-2020.csv,95,95.0 B,2020-01-18T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-18-2021.csv,95,95.0 B,2021-01-18T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-18-2022.csv,645,645.0 B,2022-01-18T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-18-2023.csv,95,95.0 B,2023-01-18T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-18-2024.csv,1329,1.3 KB,2024-01-18T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-18-2025.csv,95,95.0 B,2025-01-18T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-18-2026.csv,304,304.0 B,2026-01-18T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-19-2016.csv,95,95.0 B,2016-01-19T13:10:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-19-2017.csv,95,95.0 B,2017-01-19T13:13:08,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-19-2018.csv,563,563.0 B,2018-01-19T13:08:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-19-2019.csv,95,95.0 B,2019-01-19T13:07:38,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-19-2020.csv,95,95.0 B,2020-01-19T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-19-2021.csv,95,95.0 B,2021-01-19T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-19-2022.csv,95,95.0 B,2022-01-19T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-19-2023.csv,95,95.0 B,2023-01-19T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-19-2024.csv,1329,1.3 KB,2024-01-19T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-19-2025.csv,95,95.0 B,2025-01-19T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-19-2026.csv,304,304.0 B,2026-01-19T13:07:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-20-2016.csv,1503,1.5 KB,2016-01-20T13:09:46,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-20-2017.csv,314,314.0 B,2017-01-20T13:13:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-20-2018.csv,95,95.0 B,2018-01-20T13:08:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-20-2019.csv,489,489.0 B,2019-01-20T13:07:35,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-20-2020.csv,95,95.0 B,2020-01-20T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-20-2021.csv,95,95.0 B,2021-01-20T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-20-2022.csv,95,95.0 B,2022-01-20T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-20-2023.csv,95,95.0 B,2023-01-20T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-20-2024.csv,339,339.0 B,2024-01-20T13:07:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-20-2025.csv,95,95.0 B,2025-01-20T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-20-2026.csv,304,304.0 B,2026-01-20T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-21-2016.csv,95,95.0 B,2016-01-21T13:10:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-21-2017.csv,95,95.0 B,2017-01-21T13:12:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-21-2018.csv,95,95.0 B,2018-01-21T13:07:57,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-21-2019.csv,95,95.0 B,2019-01-21T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-21-2020.csv,95,95.0 B,2020-01-21T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-21-2021.csv,95,95.0 B,2021-01-21T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-21-2022.csv,95,95.0 B,2022-01-21T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-21-2023.csv,291,291.0 B,2023-01-21T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-21-2024.csv,339,339.0 B,2024-01-21T13:07:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-21-2025.csv,95,95.0 B,2025-01-21T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-21-2026.csv,304,304.0 B,2026-01-21T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-22-2016.csv,320,320.0 B,2016-01-22T13:09:56,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-22-2017.csv,294,294.0 B,2017-01-22T13:09:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-22-2018.csv,95,95.0 B,2018-01-22T13:08:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-22-2019.csv,95,95.0 B,2019-01-22T13:07:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-22-2020.csv,2295,2.2 KB,2020-01-22T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-22-2021.csv,95,95.0 B,2021-01-22T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-22-2022.csv,95,95.0 B,2022-01-22T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-22-2023.csv,291,291.0 B,2023-01-22T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-22-2024.csv,1117,1.1 KB,2024-01-22T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-22-2025.csv,95,95.0 B,2025-01-22T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-22-2026.csv,304,304.0 B,2026-01-22T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-23-2016.csv,95,95.0 B,2016-01-23T13:09:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-23-2017.csv,95,95.0 B,2017-01-23T13:14:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-23-2018.csv,95,95.0 B,2018-01-23T13:08:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-23-2019.csv,95,95.0 B,2019-01-23T13:07:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-23-2020.csv,95,95.0 B,2020-01-23T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-23-2021.csv,95,95.0 B,2021-01-23T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-23-2022.csv,95,95.0 B,2022-01-23T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-23-2023.csv,95,95.0 B,2023-01-23T13:07:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-23-2024.csv,1109,1.1 KB,2024-01-23T13:07:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-23-2025.csv,781,781.0 B,2025-01-23T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-23-2026.csv,1132,1.1 KB,2026-01-23T13:07:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-24-2016.csv,95,95.0 B,2016-01-24T13:08:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-24-2017.csv,501,501.0 B,2017-01-24T13:13:07,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-24-2018.csv,95,95.0 B,2018-01-24T13:08:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-24-2019.csv,95,95.0 B,2019-01-24T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-24-2020.csv,3920,3.8 KB,2020-01-24T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-24-2021.csv,95,95.0 B,2021-01-24T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-24-2022.csv,95,95.0 B,2022-01-24T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-24-2023.csv,2165,2.1 KB,2023-01-24T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-24-2024.csv,3822,3.7 KB,2024-01-24T13:07:33,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-24-2025.csv,1385,1.4 KB,2025-01-24T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-24-2026.csv,304,304.0 B,2026-01-24T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-25-2016.csv,95,95.0 B,2016-01-25T13:10:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-25-2017.csv,2595,2.5 KB,2017-01-25T13:14:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-25-2018.csv,95,95.0 B,2018-01-25T13:08:37,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-25-2019.csv,95,95.0 B,2019-01-25T13:07:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-25-2020.csv,595,595.0 B,2020-01-25T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-25-2021.csv,95,95.0 B,2021-01-25T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-25-2022.csv,95,95.0 B,2022-01-25T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-25-2023.csv,95,95.0 B,2023-01-25T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-25-2024.csv,3201,3.1 KB,2024-01-25T13:07:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-25-2025.csv,306,306.0 B,2025-01-25T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-25-2026.csv,304,304.0 B,2026-01-25T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-26-2016.csv,95,95.0 B,2016-01-26T13:10:34,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-26-2017.csv,95,95.0 B,2017-01-26T13:13:02,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-26-2018.csv,95,95.0 B,2018-01-26T13:08:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-26-2019.csv,95,95.0 B,2019-01-26T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-26-2020.csv,595,595.0 B,2020-01-26T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-26-2021.csv,95,95.0 B,2021-01-26T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-26-2022.csv,819,819.0 B,2022-01-26T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-26-2023.csv,575,575.0 B,2023-01-26T13:07:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-26-2024.csv,3201,3.1 KB,2024-01-26T13:07:34,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-26-2025.csv,306,306.0 B,2025-01-26T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-26-2026.csv,304,304.0 B,2026-01-26T13:07:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-27-2016.csv,95,95.0 B,2016-01-27T13:10:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-27-2017.csv,95,95.0 B,2017-01-27T13:13:07,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-27-2018.csv,95,95.0 B,2018-01-27T13:08:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-27-2019.csv,95,95.0 B,2019-01-27T13:07:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-27-2020.csv,317,317.0 B,2020-01-27T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-27-2021.csv,95,95.0 B,2021-01-27T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-27-2022.csv,537,537.0 B,2022-01-27T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-27-2023.csv,95,95.0 B,2023-01-27T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-27-2024.csv,1837,1.8 KB,2024-01-27T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-27-2025.csv,95,95.0 B,2025-01-27T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-27-2026.csv,304,304.0 B,2026-01-27T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-28-2016.csv,95,95.0 B,2016-01-28T13:10:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-28-2017.csv,95,95.0 B,2017-01-28T13:12:09,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-28-2018.csv,95,95.0 B,2018-01-28T13:08:02,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-28-2019.csv,95,95.0 B,2019-01-28T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-28-2020.csv,95,95.0 B,2020-01-28T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-28-2021.csv,95,95.0 B,2021-01-28T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-28-2022.csv,95,95.0 B,2022-01-28T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-28-2023.csv,95,95.0 B,2023-01-28T13:07:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-28-2024.csv,1837,1.8 KB,2024-01-28T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-28-2025.csv,95,95.0 B,2025-01-28T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-28-2026.csv,676,676.0 B,2026-01-28T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-29-2016.csv,95,95.0 B,2016-01-29T13:10:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-29-2017.csv,95,95.0 B,2017-01-29T13:09:33,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-29-2018.csv,2519,2.5 KB,2018-01-29T13:08:38,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-29-2019.csv,95,95.0 B,2019-01-29T13:07:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-29-2020.csv,95,95.0 B,2020-01-29T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-29-2021.csv,95,95.0 B,2021-01-29T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-29-2022.csv,95,95.0 B,2022-01-29T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-29-2023.csv,95,95.0 B,2023-01-29T13:07:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-29-2024.csv,1837,1.8 KB,2024-01-29T13:07:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-29-2025.csv,95,95.0 B,2025-01-29T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-29-2026.csv,3204,3.1 KB,2026-01-29T13:07:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-30-2016.csv,976,976.0 B,2016-01-30T13:10:01,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-30-2017.csv,95,95.0 B,2017-01-30T13:09:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-30-2018.csv,95,95.0 B,2018-01-30T13:08:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-30-2019.csv,2941,2.9 KB,2019-01-30T13:07:49,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-30-2020.csv,95,95.0 B,2020-01-30T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-30-2021.csv,95,95.0 B,2021-01-30T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-30-2022.csv,95,95.0 B,2022-01-30T13:07:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-30-2023.csv,95,95.0 B,2023-01-30T13:07:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-30-2024.csv,724,724.0 B,2024-01-30T13:07:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-30-2025.csv,360,360.0 B,2025-01-30T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-30-2026.csv,304,304.0 B,2026-01-30T13:07:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-31-2016.csv,976,976.0 B,2016-01-31T13:08:39,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-31-2017.csv,95,95.0 B,2017-01-31T13:13:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-31-2018.csv,95,95.0 B,2018-01-31T13:08:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-31-2019.csv,95,95.0 B,2019-01-31T13:07:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-31-2020.csv,95,95.0 B,2020-01-31T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-31-2021.csv,95,95.0 B,2021-01-31T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-31-2022.csv,95,95.0 B,2022-01-31T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-31-2023.csv,95,95.0 B,2023-01-31T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-31-2024.csv,724,724.0 B,2024-01-31T13:07:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-31-2025.csv,95,95.0 B,2025-01-31T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_01-31-2026.csv,304,304.0 B,2026-01-31T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-01-2016.csv,95,95.0 B,2016-02-01T13:10:40,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-01-2017.csv,95,95.0 B,2017-02-01T13:18:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-01-2018.csv,1267,1.2 KB,2018-02-01T13:08:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-01-2019.csv,95,95.0 B,2019-02-01T13:07:46,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-01-2020.csv,95,95.0 B,2020-02-01T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-01-2021.csv,95,95.0 B,2021-02-01T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-01-2022.csv,95,95.0 B,2022-02-01T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-01-2023.csv,95,95.0 B,2023-02-01T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-01-2024.csv,724,724.0 B,2024-02-01T13:07:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-01-2025.csv,95,95.0 B,2025-02-01T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-01-2026.csv,304,304.0 B,2026-02-01T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-02-2016.csv,95,95.0 B,2016-02-02T13:09:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-02-2017.csv,2185,2.1 KB,2017-02-02T13:13:59,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-02-2018.csv,95,95.0 B,2018-02-02T13:08:38,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-02-2019.csv,95,95.0 B,2019-02-02T13:07:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-02-2020.csv,95,95.0 B,2020-02-02T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-02-2021.csv,95,95.0 B,2021-02-02T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-02-2022.csv,95,95.0 B,2022-02-02T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-02-2023.csv,95,95.0 B,2023-02-02T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-02-2024.csv,724,724.0 B,2024-02-02T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-02-2025.csv,95,95.0 B,2025-02-02T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-02-2026.csv,304,304.0 B,2026-02-02T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-03-2016.csv,624,624.0 B,2016-02-03T13:11:07,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-03-2017.csv,95,95.0 B,2017-02-03T13:13:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-03-2018.csv,95,95.0 B,2018-02-03T13:08:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-03-2019.csv,291,291.0 B,2019-02-03T13:07:34,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-03-2020.csv,1819,1.8 KB,2020-02-03T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-03-2021.csv,95,95.0 B,2021-02-03T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-03-2022.csv,511,511.0 B,2022-02-03T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-03-2023.csv,95,95.0 B,2023-02-03T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-03-2024.csv,480,480.0 B,2024-02-03T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-03-2025.csv,95,95.0 B,2025-02-03T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-03-2026.csv,304,304.0 B,2026-02-03T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-04-2016.csv,406,406.0 B,2016-02-04T13:11:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-04-2017.csv,95,95.0 B,2017-02-04T13:11:57,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-04-2018.csv,95,95.0 B,2018-02-04T13:08:01,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-04-2019.csv,95,95.0 B,2019-02-04T13:07:50,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-04-2020.csv,95,95.0 B,2020-02-04T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-04-2021.csv,95,95.0 B,2021-02-04T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-04-2022.csv,511,511.0 B,2022-02-04T13:07:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-04-2023.csv,95,95.0 B,2023-02-04T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-04-2024.csv,480,480.0 B,2024-02-04T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-04-2025.csv,95,95.0 B,2025-02-04T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-04-2026.csv,304,304.0 B,2026-02-04T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-05-2016.csv,95,95.0 B,2016-02-05T13:10:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-05-2017.csv,275,275.0 B,2017-02-05T13:09:44,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-05-2018.csv,95,95.0 B,2018-02-05T13:08:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-05-2019.csv,95,95.0 B,2019-02-05T13:07:46,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-05-2020.csv,1743,1.7 KB,2020-02-05T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-05-2021.csv,95,95.0 B,2021-02-05T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-05-2022.csv,511,511.0 B,2022-02-05T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-05-2023.csv,95,95.0 B,2023-02-05T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-05-2024.csv,480,480.0 B,2024-02-05T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-05-2025.csv,95,95.0 B,2025-02-05T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-05-2026.csv,304,304.0 B,2026-02-05T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-06-2016.csv,373,373.0 B,2016-02-06T13:10:04,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-06-2017.csv,453,453.0 B,2017-02-06T13:12:55,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-06-2018.csv,95,95.0 B,2018-02-06T13:08:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-06-2019.csv,95,95.0 B,2019-02-06T13:07:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-06-2020.csv,95,95.0 B,2020-02-06T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-06-2021.csv,95,95.0 B,2021-02-06T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-06-2022.csv,511,511.0 B,2022-02-06T13:07:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-06-2023.csv,95,95.0 B,2023-02-06T13:07:34,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-06-2024.csv,664,664.0 B,2024-02-06T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-06-2025.csv,95,95.0 B,2025-02-06T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-06-2026.csv,304,304.0 B,2026-02-06T13:07:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-07-2016.csv,373,373.0 B,2016-02-07T13:08:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-07-2017.csv,280,280.0 B,2017-02-07T13:12:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-07-2018.csv,95,95.0 B,2018-02-07T13:08:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-07-2019.csv,329,329.0 B,2019-02-07T13:07:50,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-07-2020.csv,95,95.0 B,2020-02-07T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-07-2021.csv,95,95.0 B,2021-02-07T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-07-2022.csv,511,511.0 B,2022-02-07T13:07:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-07-2023.csv,95,95.0 B,2023-02-07T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-07-2024.csv,664,664.0 B,2024-02-07T13:07:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-07-2025.csv,2285,2.2 KB,2025-02-07T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-07-2026.csv,304,304.0 B,2026-02-07T13:07:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-08-2016.csv,95,95.0 B,2016-02-08T13:11:48,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-08-2017.csv,95,95.0 B,2017-02-08T13:12:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-08-2018.csv,95,95.0 B,2018-02-08T13:08:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-08-2019.csv,95,95.0 B,2019-02-08T13:07:49,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-08-2020.csv,95,95.0 B,2020-02-08T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-08-2021.csv,95,95.0 B,2021-02-08T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-08-2022.csv,95,95.0 B,2022-02-08T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-08-2023.csv,95,95.0 B,2023-02-08T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-08-2024.csv,664,664.0 B,2024-02-08T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-08-2025.csv,95,95.0 B,2025-02-08T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-08-2026.csv,304,304.0 B,2026-02-08T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-09-2016.csv,95,95.0 B,2016-02-09T13:11:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-09-2017.csv,95,95.0 B,2017-02-09T13:12:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-09-2018.csv,557,557.0 B,2018-02-09T13:08:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-09-2019.csv,95,95.0 B,2019-02-09T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-09-2020.csv,95,95.0 B,2020-02-09T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-09-2021.csv,95,95.0 B,2021-02-09T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-09-2022.csv,95,95.0 B,2022-02-09T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-09-2023.csv,95,95.0 B,2023-02-09T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-09-2024.csv,279,279.0 B,2024-02-09T13:07:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-09-2025.csv,95,95.0 B,2025-02-09T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-09-2026.csv,523,523.0 B,2026-02-09T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-10-2016.csv,95,95.0 B,2016-02-10T13:11:57,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-10-2017.csv,95,95.0 B,2017-02-10T13:11:05,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-10-2018.csv,95,95.0 B,2018-02-10T13:08:09,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-10-2019.csv,95,95.0 B,2019-02-10T13:07:35,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-10-2020.csv,95,95.0 B,2020-02-10T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-10-2021.csv,95,95.0 B,2021-02-10T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-10-2022.csv,95,95.0 B,2022-02-10T13:07:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-10-2023.csv,95,95.0 B,2023-02-10T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-10-2024.csv,95,95.0 B,2024-02-10T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-10-2025.csv,613,613.0 B,2025-02-10T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-10-2026.csv,1180,1.2 KB,2026-02-10T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-11-2016.csv,597,597.0 B,2016-02-11T13:12:08,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-11-2017.csv,1833,1.8 KB,2017-02-11T13:12:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-11-2018.csv,95,95.0 B,2018-02-11T13:08:04,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-11-2019.csv,95,95.0 B,2019-02-11T13:07:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-11-2020.csv,95,95.0 B,2020-02-11T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-11-2021.csv,95,95.0 B,2021-02-11T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-11-2022.csv,95,95.0 B,2022-02-11T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-11-2023.csv,95,95.0 B,2023-02-11T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-11-2024.csv,95,95.0 B,2024-02-11T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-11-2025.csv,573,573.0 B,2025-02-11T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-11-2026.csv,523,523.0 B,2026-02-11T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-12-2016.csv,95,95.0 B,2016-02-12T13:11:05,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-12-2017.csv,1833,1.8 KB,2017-02-12T13:09:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-12-2018.csv,95,95.0 B,2018-02-12T13:08:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-12-2019.csv,95,95.0 B,2019-02-12T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-12-2020.csv,95,95.0 B,2020-02-12T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-12-2021.csv,589,589.0 B,2021-02-12T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-12-2022.csv,95,95.0 B,2022-02-12T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-12-2023.csv,95,95.0 B,2023-02-12T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-12-2024.csv,95,95.0 B,2024-02-12T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-12-2025.csv,95,95.0 B,2025-02-12T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-12-2026.csv,714,714.0 B,2026-02-12T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-13-2016.csv,95,95.0 B,2016-02-13T13:10:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-13-2017.csv,298,298.0 B,2017-02-13T13:12:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-13-2018.csv,95,95.0 B,2018-02-13T13:08:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-13-2019.csv,95,95.0 B,2019-02-13T13:07:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-13-2020.csv,95,95.0 B,2020-02-13T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-13-2021.csv,95,95.0 B,2021-02-13T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-13-2022.csv,95,95.0 B,2022-02-13T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-13-2023.csv,95,95.0 B,2023-02-13T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-13-2024.csv,317,317.0 B,2024-02-13T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-13-2025.csv,95,95.0 B,2025-02-13T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-13-2026.csv,1977,1.9 KB,2026-02-13T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-14-2016.csv,95,95.0 B,2016-02-14T13:08:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-14-2017.csv,95,95.0 B,2017-02-14T13:19:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-14-2018.csv,95,95.0 B,2018-02-14T13:08:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-14-2019.csv,1439,1.4 KB,2019-02-14T13:07:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-14-2020.csv,95,95.0 B,2020-02-14T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-14-2021.csv,95,95.0 B,2021-02-14T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-14-2022.csv,95,95.0 B,2022-02-14T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-14-2023.csv,95,95.0 B,2023-02-14T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-14-2024.csv,95,95.0 B,2024-02-14T13:07:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-14-2025.csv,95,95.0 B,2025-02-14T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-14-2026.csv,523,523.0 B,2026-02-14T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-15-2016.csv,95,95.0 B,2016-02-15T13:10:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-15-2017.csv,95,95.0 B,2017-02-15T13:12:44,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-15-2018.csv,95,95.0 B,2018-02-15T13:08:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-15-2019.csv,95,95.0 B,2019-02-15T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-15-2020.csv,95,95.0 B,2020-02-15T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-15-2021.csv,95,95.0 B,2021-02-15T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-15-2022.csv,95,95.0 B,2022-02-15T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-15-2023.csv,95,95.0 B,2023-02-15T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-15-2024.csv,95,95.0 B,2024-02-15T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-15-2025.csv,95,95.0 B,2025-02-15T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-15-2026.csv,523,523.0 B,2026-02-15T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-16-2016.csv,95,95.0 B,2016-02-16T13:11:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-16-2017.csv,95,95.0 B,2017-02-16T13:12:52,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-16-2018.csv,95,95.0 B,2018-02-16T13:08:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-16-2019.csv,370,370.0 B,2019-02-16T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-16-2020.csv,95,95.0 B,2020-02-16T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-16-2021.csv,283,283.0 B,2021-02-16T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-16-2022.csv,95,95.0 B,2022-02-16T13:07:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-16-2023.csv,95,95.0 B,2023-02-16T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-16-2024.csv,95,95.0 B,2024-02-16T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-16-2025.csv,95,95.0 B,2025-02-16T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-16-2026.csv,1473,1.4 KB,2026-02-16T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-17-2016.csv,534,534.0 B,2016-02-17T13:10:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-17-2017.csv,95,95.0 B,2017-02-17T13:12:37,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-17-2018.csv,95,95.0 B,2018-02-17T13:08:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-17-2019.csv,370,370.0 B,2019-02-17T13:07:36,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-17-2020.csv,1699,1.7 KB,2020-02-17T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-17-2021.csv,95,95.0 B,2021-02-17T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-17-2022.csv,309,309.0 B,2022-02-17T13:07:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-17-2023.csv,95,95.0 B,2023-02-17T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-17-2024.csv,95,95.0 B,2024-02-17T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-17-2025.csv,1001,1001.0 B,2025-02-17T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-17-2026.csv,523,523.0 B,2026-02-17T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-18-2016.csv,95,95.0 B,2016-02-18T13:11:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-18-2017.csv,315,315.0 B,2017-02-18T13:11:33,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-18-2018.csv,95,95.0 B,2018-02-18T13:08:03,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-18-2019.csv,95,95.0 B,2019-02-18T13:07:44,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-18-2020.csv,95,95.0 B,2020-02-18T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-18-2021.csv,95,95.0 B,2021-02-18T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-18-2022.csv,2555,2.5 KB,2022-02-18T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-18-2023.csv,95,95.0 B,2023-02-18T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-18-2024.csv,95,95.0 B,2024-02-18T13:07:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-18-2025.csv,95,95.0 B,2025-02-18T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-18-2026.csv,1828,1.8 KB,2026-02-18T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-19-2016.csv,95,95.0 B,2016-02-19T13:10:44,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-19-2017.csv,315,315.0 B,2017-02-19T13:09:34,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-19-2018.csv,95,95.0 B,2018-02-19T13:08:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-19-2019.csv,95,95.0 B,2019-02-19T13:07:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-19-2020.csv,95,95.0 B,2020-02-19T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-19-2021.csv,307,307.0 B,2021-02-19T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-19-2022.csv,95,95.0 B,2022-02-19T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-19-2023.csv,95,95.0 B,2023-02-19T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-19-2024.csv,95,95.0 B,2024-02-19T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-19-2025.csv,295,295.0 B,2025-02-19T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-19-2026.csv,843,843.0 B,2026-02-19T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-20-2016.csv,857,857.0 B,2016-02-20T13:10:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-20-2017.csv,95,95.0 B,2017-02-20T13:13:51,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-20-2018.csv,95,95.0 B,2018-02-20T13:08:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-20-2019.csv,95,95.0 B,2019-02-20T13:07:44,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-20-2020.csv,380,380.0 B,2020-02-20T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-20-2021.csv,95,95.0 B,2021-02-20T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-20-2022.csv,95,95.0 B,2022-02-20T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-20-2023.csv,95,95.0 B,2023-02-20T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-20-2024.csv,95,95.0 B,2024-02-20T13:07:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-20-2025.csv,295,295.0 B,2025-02-20T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-20-2026.csv,1003,1003.0 B,2026-02-20T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-21-2016.csv,857,857.0 B,2016-02-21T13:08:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-21-2017.csv,95,95.0 B,2017-02-21T13:14:01,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-21-2018.csv,95,95.0 B,2018-02-21T13:08:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-21-2019.csv,95,95.0 B,2019-02-21T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-21-2020.csv,95,95.0 B,2020-02-21T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-21-2021.csv,95,95.0 B,2021-02-21T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-21-2022.csv,95,95.0 B,2022-02-21T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-21-2023.csv,95,95.0 B,2023-02-21T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-21-2024.csv,95,95.0 B,2024-02-21T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-21-2025.csv,295,295.0 B,2025-02-21T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-21-2026.csv,523,523.0 B,2026-02-21T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-22-2016.csv,95,95.0 B,2016-02-22T13:11:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-22-2017.csv,95,95.0 B,2017-02-22T13:15:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-22-2018.csv,1656,1.6 KB,2018-02-22T13:08:37,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-22-2019.csv,95,95.0 B,2019-02-22T13:07:39,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-22-2020.csv,1463,1.4 KB,2020-02-22T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-22-2021.csv,95,95.0 B,2021-02-22T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-22-2022.csv,95,95.0 B,2022-02-22T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-22-2023.csv,3957,3.9 KB,2023-02-22T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-22-2024.csv,1717,1.7 KB,2024-02-22T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-22-2025.csv,295,295.0 B,2025-02-22T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-22-2026.csv,523,523.0 B,2026-02-22T13:07:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-23-2016.csv,95,95.0 B,2016-02-23T13:10:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-23-2017.csv,95,95.0 B,2017-02-23T13:12:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-23-2018.csv,1775,1.7 KB,2018-02-23T13:08:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-23-2019.csv,95,95.0 B,2019-02-23T13:07:40,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-23-2020.csv,1463,1.4 KB,2020-02-23T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-23-2021.csv,95,95.0 B,2021-02-23T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-23-2022.csv,95,95.0 B,2022-02-23T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-23-2023.csv,95,95.0 B,2023-02-23T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-23-2024.csv,1070,1.0 KB,2024-02-23T13:07:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-23-2025.csv,295,295.0 B,2025-02-23T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-23-2026.csv,523,523.0 B,2026-02-23T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-24-2016.csv,95,95.0 B,2016-02-24T13:10:04,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-24-2017.csv,95,95.0 B,2017-02-24T13:14:04,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-24-2018.csv,95,95.0 B,2018-02-24T13:08:05,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-24-2019.csv,95,95.0 B,2019-02-24T13:07:33,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-24-2020.csv,95,95.0 B,2020-02-24T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-24-2021.csv,1059,1.0 KB,2021-02-24T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-24-2022.csv,337,337.0 B,2022-02-24T13:07:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-24-2023.csv,95,95.0 B,2023-02-24T13:07:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-24-2024.csv,95,95.0 B,2024-02-24T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-24-2025.csv,295,295.0 B,2025-02-24T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-24-2026.csv,523,523.0 B,2026-02-24T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-25-2016.csv,302,302.0 B,2016-02-25T13:10:09,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-25-2017.csv,369,369.0 B,2017-02-25T13:15:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-25-2018.csv,95,95.0 B,2018-02-25T13:08:03,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-25-2019.csv,619,619.0 B,2019-02-25T13:07:48,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-25-2020.csv,95,95.0 B,2020-02-25T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-25-2021.csv,95,95.0 B,2021-02-25T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-25-2022.csv,95,95.0 B,2022-02-25T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-25-2023.csv,95,95.0 B,2023-02-25T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-25-2024.csv,95,95.0 B,2024-02-25T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-25-2025.csv,95,95.0 B,2025-02-25T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-25-2026.csv,1758,1.7 KB,2026-02-25T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-26-2016.csv,1748,1.7 KB,2016-02-26T13:09:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-26-2017.csv,369,369.0 B,2017-02-26T13:09:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-26-2018.csv,95,95.0 B,2018-02-26T13:08:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-26-2019.csv,739,739.0 B,2019-02-26T13:07:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-26-2020.csv,95,95.0 B,2020-02-26T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-26-2021.csv,1159,1.1 KB,2021-02-26T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-26-2022.csv,95,95.0 B,2022-02-26T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-26-2023.csv,95,95.0 B,2023-02-26T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-26-2024.csv,95,95.0 B,2024-02-26T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-26-2025.csv,95,95.0 B,2025-02-26T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-26-2026.csv,523,523.0 B,2026-02-26T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-27-2016.csv,95,95.0 B,2016-02-27T13:09:52,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-27-2017.csv,95,95.0 B,2017-02-27T13:13:37,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-27-2018.csv,293,293.0 B,2018-02-27T13:08:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-27-2019.csv,305,305.0 B,2019-02-27T13:07:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-27-2020.csv,95,95.0 B,2020-02-27T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-27-2021.csv,557,557.0 B,2021-02-27T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-27-2022.csv,95,95.0 B,2022-02-27T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-27-2023.csv,95,95.0 B,2023-02-27T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-27-2024.csv,95,95.0 B,2024-02-27T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-27-2025.csv,95,95.0 B,2025-02-27T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-27-2026.csv,731,731.0 B,2026-02-27T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-28-2016.csv,95,95.0 B,2016-02-28T13:08:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-28-2017.csv,95,95.0 B,2017-02-28T13:12:38,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-28-2018.csv,95,95.0 B,2018-02-28T13:08:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-28-2019.csv,95,95.0 B,2019-02-28T13:07:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-28-2020.csv,95,95.0 B,2020-02-28T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-28-2021.csv,557,557.0 B,2021-02-28T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-28-2022.csv,95,95.0 B,2022-02-28T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-28-2023.csv,95,95.0 B,2023-02-28T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-28-2024.csv,95,95.0 B,2024-02-28T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-28-2025.csv,95,95.0 B,2025-02-28T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-28-2026.csv,727,727.0 B,2026-02-28T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-29-2016.csv,377,377.0 B,2016-02-29T13:13:06,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-29-2020.csv,95,95.0 B,2020-02-29T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_02-29-2024.csv,4475,4.4 KB,2024-02-29T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-01-2016.csv,647,647.0 B,2016-03-01T13:11:01,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-01-2017.csv,1299,1.3 KB,2017-03-01T13:13:00,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-01-2018.csv,95,95.0 B,2018-03-01T13:08:37,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-01-2019.csv,95,95.0 B,2019-03-01T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-01-2020.csv,95,95.0 B,2020-03-01T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-01-2021.csv,95,95.0 B,2021-03-01T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-01-2022.csv,692,692.0 B,2022-03-01T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-01-2023.csv,95,95.0 B,2023-03-01T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-01-2024.csv,95,95.0 B,2024-03-01T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-01-2025.csv,95,95.0 B,2025-03-01T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-01-2026.csv,727,727.0 B,2026-03-01T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-02-2016.csv,95,95.0 B,2016-03-02T13:10:09,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-02-2017.csv,1113,1.1 KB,2017-03-02T13:13:08,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-02-2018.csv,95,95.0 B,2018-03-02T13:08:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-02-2019.csv,95,95.0 B,2019-03-02T13:07:40,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-02-2020.csv,1875,1.8 KB,2020-03-02T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-02-2021.csv,95,95.0 B,2021-03-02T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-02-2022.csv,95,95.0 B,2022-03-02T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-02-2023.csv,333,333.0 B,2023-03-02T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-02-2024.csv,95,95.0 B,2024-03-02T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-02-2025.csv,95,95.0 B,2025-03-02T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-02-2026.csv,523,523.0 B,2026-03-02T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-03-2016.csv,95,95.0 B,2016-03-03T13:11:04,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-03-2017.csv,95,95.0 B,2017-03-03T13:13:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-03-2018.csv,95,95.0 B,2018-03-03T13:08:08,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-03-2019.csv,95,95.0 B,2019-03-03T13:07:34,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-03-2020.csv,95,95.0 B,2020-03-03T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-03-2021.csv,95,95.0 B,2021-03-03T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-03-2022.csv,95,95.0 B,2022-03-03T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-03-2023.csv,95,95.0 B,2023-03-03T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-03-2024.csv,95,95.0 B,2024-03-03T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-03-2025.csv,95,95.0 B,2025-03-03T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-03-2026.csv,944,944.0 B,2026-03-03T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-04-2016.csv,95,95.0 B,2016-03-04T13:10:03,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-04-2017.csv,95,95.0 B,2017-03-04T13:12:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-04-2018.csv,95,95.0 B,2018-03-04T13:08:00,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-04-2019.csv,95,95.0 B,2019-03-04T13:07:48,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-04-2020.csv,95,95.0 B,2020-03-04T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-04-2021.csv,95,95.0 B,2021-03-04T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-04-2022.csv,95,95.0 B,2022-03-04T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-04-2023.csv,95,95.0 B,2023-03-04T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-04-2024.csv,95,95.0 B,2024-03-04T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-04-2025.csv,95,95.0 B,2025-03-04T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-04-2026.csv,779,779.0 B,2026-03-04T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-05-2016.csv,95,95.0 B,2016-03-05T13:09:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-05-2017.csv,95,95.0 B,2017-03-05T13:09:39,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-05-2018.csv,95,95.0 B,2018-03-05T13:08:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-05-2019.csv,295,295.0 B,2019-03-05T13:07:49,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-05-2020.csv,95,95.0 B,2020-03-05T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-05-2021.csv,95,95.0 B,2021-03-05T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-05-2022.csv,95,95.0 B,2022-03-05T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-05-2023.csv,95,95.0 B,2023-03-05T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-05-2024.csv,95,95.0 B,2024-03-05T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-05-2025.csv,3185,3.1 KB,2025-03-05T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-05-2026.csv,523,523.0 B,2026-03-05T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-06-2016.csv,95,95.0 B,2016-03-06T13:08:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-06-2017.csv,913,913.0 B,2017-03-06T13:13:37,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-06-2018.csv,95,95.0 B,2018-03-06T13:08:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-06-2019.csv,95,95.0 B,2019-03-06T13:07:44,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-06-2020.csv,95,95.0 B,2020-03-06T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-06-2021.csv,95,95.0 B,2021-03-06T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-06-2022.csv,95,95.0 B,2022-03-06T13:07:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-06-2023.csv,95,95.0 B,2023-03-06T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-06-2024.csv,95,95.0 B,2024-03-06T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-06-2025.csv,95,95.0 B,2025-03-06T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-06-2026.csv,523,523.0 B,2026-03-06T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-07-2016.csv,95,95.0 B,2016-03-07T13:10:57,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-07-2017.csv,95,95.0 B,2017-03-07T13:12:54,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-07-2018.csv,95,95.0 B,2018-03-07T13:08:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-07-2019.csv,95,95.0 B,2019-03-07T13:07:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-07-2020.csv,95,95.0 B,2020-03-07T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-07-2021.csv,95,95.0 B,2021-03-07T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-07-2022.csv,95,95.0 B,2022-03-07T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-07-2023.csv,95,95.0 B,2023-03-07T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-07-2024.csv,95,95.0 B,2024-03-07T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-07-2025.csv,95,95.0 B,2025-03-07T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-08-2016.csv,95,95.0 B,2016-03-08T13:10:33,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-08-2017.csv,289,289.0 B,2017-03-08T13:13:03,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-08-2018.csv,95,95.0 B,2018-03-08T13:08:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-08-2019.csv,95,95.0 B,2019-03-08T13:07:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-08-2020.csv,95,95.0 B,2020-03-08T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-08-2021.csv,95,95.0 B,2021-03-08T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-08-2022.csv,95,95.0 B,2022-03-08T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-08-2023.csv,95,95.0 B,2023-03-08T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-08-2024.csv,95,95.0 B,2024-03-08T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-08-2025.csv,95,95.0 B,2025-03-08T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-09-2016.csv,95,95.0 B,2016-03-09T13:10:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-09-2017.csv,95,95.0 B,2017-03-09T13:15:48,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-09-2018.csv,2045,2.0 KB,2018-03-09T13:08:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-09-2019.csv,95,95.0 B,2019-03-09T13:07:40,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-09-2020.csv,95,95.0 B,2020-03-09T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-09-2021.csv,719,719.0 B,2021-03-09T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-09-2022.csv,95,95.0 B,2022-03-09T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-09-2023.csv,95,95.0 B,2023-03-09T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-09-2024.csv,95,95.0 B,2024-03-09T13:07:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-09-2025.csv,95,95.0 B,2025-03-09T13:07:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-10-2016.csv,95,95.0 B,2016-03-10T13:10:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-10-2017.csv,95,95.0 B,2017-03-10T13:12:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-10-2018.csv,95,95.0 B,2018-03-10T13:08:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-10-2019.csv,95,95.0 B,2019-03-10T13:07:36,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-10-2020.csv,95,95.0 B,2020-03-10T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-10-2021.csv,339,339.0 B,2021-03-10T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-10-2022.csv,95,95.0 B,2022-03-10T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-10-2023.csv,95,95.0 B,2023-03-10T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-10-2024.csv,95,95.0 B,2024-03-10T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-10-2025.csv,95,95.0 B,2025-03-10T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-11-2016.csv,95,95.0 B,2016-03-11T13:11:38,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-11-2017.csv,95,95.0 B,2017-03-11T13:11:56,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-11-2018.csv,95,95.0 B,2018-03-11T13:08:03,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-11-2019.csv,95,95.0 B,2019-03-11T13:07:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-11-2020.csv,95,95.0 B,2020-03-11T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-11-2021.csv,95,95.0 B,2021-03-11T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-11-2022.csv,95,95.0 B,2022-03-11T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-11-2023.csv,95,95.0 B,2023-03-11T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-11-2024.csv,95,95.0 B,2024-03-11T13:07:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-11-2025.csv,95,95.0 B,2025-03-11T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-12-2016.csv,95,95.0 B,2016-03-12T13:09:33,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-12-2017.csv,95,95.0 B,2017-03-12T13:09:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-12-2018.csv,95,95.0 B,2018-03-12T13:08:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-12-2019.csv,95,95.0 B,2019-03-12T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-12-2020.csv,95,95.0 B,2020-03-12T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-12-2021.csv,95,95.0 B,2021-03-12T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-12-2022.csv,95,95.0 B,2022-03-12T13:07:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-12-2023.csv,95,95.0 B,2023-03-12T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-12-2024.csv,95,95.0 B,2024-03-12T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-12-2025.csv,95,95.0 B,2025-03-12T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-13-2016.csv,95,95.0 B,2016-03-13T13:08:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-13-2017.csv,95,95.0 B,2017-03-13T13:12:46,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-13-2018.csv,95,95.0 B,2018-03-13T13:08:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-13-2019.csv,95,95.0 B,2019-03-13T13:07:46,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-13-2020.csv,95,95.0 B,2020-03-13T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-13-2021.csv,95,95.0 B,2021-03-13T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-13-2022.csv,95,95.0 B,2022-03-13T13:07:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-13-2023.csv,95,95.0 B,2023-03-13T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-13-2024.csv,95,95.0 B,2024-03-13T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-13-2025.csv,95,95.0 B,2025-03-13T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-14-2016.csv,95,95.0 B,2016-03-14T13:11:55,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-14-2017.csv,95,95.0 B,2017-03-14T13:12:33,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-14-2018.csv,95,95.0 B,2018-03-14T13:08:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-14-2019.csv,95,95.0 B,2019-03-14T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-14-2020.csv,671,671.0 B,2020-03-14T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-14-2021.csv,95,95.0 B,2021-03-14T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-14-2022.csv,95,95.0 B,2022-03-14T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-14-2023.csv,95,95.0 B,2023-03-14T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-14-2024.csv,533,533.0 B,2024-03-14T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-14-2025.csv,95,95.0 B,2025-03-14T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-15-2016.csv,271,271.0 B,2016-03-15T13:10:06,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-15-2017.csv,95,95.0 B,2017-03-15T13:12:35,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-15-2018.csv,95,95.0 B,2018-03-15T13:08:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-15-2019.csv,273,273.0 B,2019-03-15T13:07:44,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-15-2020.csv,95,95.0 B,2020-03-15T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-15-2021.csv,555,555.0 B,2021-03-15T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-15-2022.csv,95,95.0 B,2022-03-15T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-15-2023.csv,95,95.0 B,2023-03-15T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-15-2024.csv,945,945.0 B,2024-03-15T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-15-2025.csv,2735,2.7 KB,2025-03-15T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-16-2016.csv,95,95.0 B,2016-03-16T13:11:02,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-16-2017.csv,95,95.0 B,2017-03-16T13:12:48,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-16-2018.csv,95,95.0 B,2018-03-16T13:08:36,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-16-2019.csv,273,273.0 B,2019-03-16T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-16-2020.csv,95,95.0 B,2020-03-16T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-16-2021.csv,95,95.0 B,2021-03-16T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-16-2022.csv,95,95.0 B,2022-03-16T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-16-2023.csv,95,95.0 B,2023-03-16T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-16-2024.csv,945,945.0 B,2024-03-16T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-16-2025.csv,2735,2.7 KB,2025-03-16T13:07:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-17-2016.csv,95,95.0 B,2016-03-17T13:12:49,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-17-2017.csv,95,95.0 B,2017-03-17T13:11:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-17-2018.csv,721,721.0 B,2018-03-17T13:08:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-17-2019.csv,273,273.0 B,2019-03-17T13:07:35,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-17-2020.csv,95,95.0 B,2020-03-17T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-17-2021.csv,549,549.0 B,2021-03-17T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-17-2022.csv,1601,1.6 KB,2022-03-17T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-17-2023.csv,95,95.0 B,2023-03-17T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-17-2024.csv,945,945.0 B,2024-03-17T13:07:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-17-2025.csv,95,95.0 B,2025-03-17T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-18-2016.csv,369,369.0 B,2016-03-18T13:11:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-18-2017.csv,95,95.0 B,2017-03-18T13:11:35,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-18-2018.csv,721,721.0 B,2018-03-18T13:08:07,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-18-2019.csv,95,95.0 B,2019-03-18T13:07:49,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-18-2020.csv,95,95.0 B,2020-03-18T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-18-2021.csv,3620,3.5 KB,2021-03-18T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-18-2022.csv,95,95.0 B,2022-03-18T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-18-2023.csv,95,95.0 B,2023-03-18T13:07:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-18-2024.csv,1987,1.9 KB,2024-03-18T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-18-2025.csv,95,95.0 B,2025-03-18T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-19-2016.csv,95,95.0 B,2016-03-19T13:11:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-19-2017.csv,95,95.0 B,2017-03-19T13:09:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-19-2018.csv,95,95.0 B,2018-03-19T13:08:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-19-2019.csv,95,95.0 B,2019-03-19T13:07:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-19-2020.csv,95,95.0 B,2020-03-19T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-19-2021.csv,95,95.0 B,2021-03-19T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-19-2022.csv,95,95.0 B,2022-03-19T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-19-2023.csv,95,95.0 B,2023-03-19T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-19-2024.csv,95,95.0 B,2024-03-19T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-19-2025.csv,95,95.0 B,2025-03-19T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-20-2016.csv,95,95.0 B,2016-03-20T13:08:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-20-2017.csv,95,95.0 B,2017-03-20T13:11:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-20-2018.csv,95,95.0 B,2018-03-20T13:08:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-20-2019.csv,1063,1.0 KB,2019-03-20T13:07:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-20-2020.csv,95,95.0 B,2020-03-20T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-20-2021.csv,95,95.0 B,2021-03-20T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-20-2022.csv,95,95.0 B,2022-03-20T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-20-2023.csv,95,95.0 B,2023-03-20T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-20-2024.csv,95,95.0 B,2024-03-20T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-20-2025.csv,95,95.0 B,2025-03-20T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-21-2016.csv,95,95.0 B,2016-03-21T13:12:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-21-2017.csv,4815,4.7 KB,2017-03-21T13:12:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-21-2018.csv,95,95.0 B,2018-03-21T13:08:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-21-2019.csv,95,95.0 B,2019-03-21T13:07:46,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-21-2020.csv,95,95.0 B,2020-03-21T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-21-2021.csv,95,95.0 B,2021-03-21T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-21-2022.csv,95,95.0 B,2022-03-21T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-21-2023.csv,95,95.0 B,2023-03-21T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-21-2024.csv,95,95.0 B,2024-03-21T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-21-2025.csv,95,95.0 B,2025-03-21T13:07:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-22-2016.csv,732,732.0 B,2016-03-22T13:10:57,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-22-2017.csv,95,95.0 B,2017-03-22T13:11:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-22-2018.csv,95,95.0 B,2018-03-22T13:08:34,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-22-2019.csv,95,95.0 B,2019-03-22T13:07:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-22-2020.csv,95,95.0 B,2020-03-22T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-22-2021.csv,95,95.0 B,2021-03-22T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-22-2022.csv,1523,1.5 KB,2022-03-22T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-22-2023.csv,95,95.0 B,2023-03-22T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-22-2024.csv,95,95.0 B,2024-03-22T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-22-2025.csv,95,95.0 B,2025-03-22T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-23-2016.csv,95,95.0 B,2016-03-23T13:11:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-23-2017.csv,95,95.0 B,2017-03-23T13:11:05,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-23-2018.csv,282,282.0 B,2018-03-23T13:08:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-23-2019.csv,95,95.0 B,2019-03-23T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-23-2020.csv,95,95.0 B,2020-03-23T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-23-2021.csv,95,95.0 B,2021-03-23T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-23-2022.csv,95,95.0 B,2022-03-23T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-23-2023.csv,95,95.0 B,2023-03-23T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-23-2024.csv,95,95.0 B,2024-03-23T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-23-2025.csv,95,95.0 B,2025-03-23T13:07:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-24-2016.csv,1247,1.2 KB,2016-03-24T13:08:35,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-24-2017.csv,95,95.0 B,2017-03-24T13:10:52,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-24-2018.csv,95,95.0 B,2018-03-24T13:08:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-24-2019.csv,95,95.0 B,2019-03-24T13:07:34,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-24-2020.csv,95,95.0 B,2020-03-24T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-24-2021.csv,95,95.0 B,2021-03-24T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-24-2022.csv,95,95.0 B,2022-03-24T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-24-2023.csv,95,95.0 B,2023-03-24T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-24-2024.csv,95,95.0 B,2024-03-24T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-24-2025.csv,95,95.0 B,2025-03-24T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-25-2016.csv,95,95.0 B,2016-03-25T13:09:36,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-25-2017.csv,95,95.0 B,2017-03-25T13:10:01,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-25-2018.csv,95,95.0 B,2018-03-25T13:08:03,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-25-2019.csv,95,95.0 B,2019-03-25T13:07:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-25-2020.csv,95,95.0 B,2020-03-25T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-25-2021.csv,523,523.0 B,2021-03-25T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-25-2022.csv,95,95.0 B,2022-03-25T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-25-2023.csv,95,95.0 B,2023-03-25T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-25-2024.csv,977,977.0 B,2024-03-25T13:07:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-25-2025.csv,95,95.0 B,2025-03-25T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-26-2016.csv,95,95.0 B,2016-03-26T13:10:40,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-26-2017.csv,95,95.0 B,2017-03-26T13:08:38,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-26-2018.csv,95,95.0 B,2018-03-26T13:08:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-26-2019.csv,95,95.0 B,2019-03-26T13:08:07,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-26-2020.csv,95,95.0 B,2020-03-26T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-26-2021.csv,722,722.0 B,2021-03-26T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-26-2022.csv,95,95.0 B,2022-03-26T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-26-2023.csv,95,95.0 B,2023-03-26T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-26-2024.csv,95,95.0 B,2024-03-26T13:07:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-26-2025.csv,683,683.0 B,2025-03-26T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-27-2016.csv,95,95.0 B,2016-03-27T13:08:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-27-2017.csv,95,95.0 B,2017-03-27T13:11:00,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-27-2018.csv,95,95.0 B,2018-03-27T13:08:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-27-2019.csv,95,95.0 B,2019-03-27T13:07:46,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-27-2020.csv,95,95.0 B,2020-03-27T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-27-2021.csv,95,95.0 B,2021-03-27T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-27-2022.csv,95,95.0 B,2022-03-27T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-27-2023.csv,95,95.0 B,2023-03-27T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-27-2024.csv,95,95.0 B,2024-03-27T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-27-2025.csv,95,95.0 B,2025-03-27T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-28-2016.csv,95,95.0 B,2016-03-28T13:12:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-28-2017.csv,95,95.0 B,2017-03-28T13:10:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-28-2018.csv,95,95.0 B,2018-03-28T13:08:38,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-28-2019.csv,95,95.0 B,2019-03-28T13:07:49,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-28-2020.csv,95,95.0 B,2020-03-28T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-28-2021.csv,95,95.0 B,2021-03-28T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-28-2022.csv,553,553.0 B,2022-03-28T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-28-2023.csv,95,95.0 B,2023-03-28T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-28-2024.csv,95,95.0 B,2024-03-28T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-28-2025.csv,95,95.0 B,2025-03-28T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-29-2016.csv,95,95.0 B,2016-03-29T13:12:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-29-2017.csv,95,95.0 B,2017-03-29T13:10:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-29-2018.csv,1029,1.0 KB,2018-03-29T13:08:40,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-29-2019.csv,95,95.0 B,2019-03-29T13:07:44,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-29-2020.csv,95,95.0 B,2020-03-29T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-29-2021.csv,95,95.0 B,2021-03-29T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-29-2022.csv,95,95.0 B,2022-03-29T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-29-2023.csv,312,312.0 B,2023-03-29T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-29-2024.csv,95,95.0 B,2024-03-29T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-29-2025.csv,95,95.0 B,2025-03-29T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-30-2016.csv,95,95.0 B,2016-03-30T13:10:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-30-2017.csv,95,95.0 B,2017-03-30T13:11:01,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-30-2018.csv,95,95.0 B,2018-03-30T13:08:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-30-2019.csv,95,95.0 B,2019-03-30T13:07:40,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-30-2020.csv,95,95.0 B,2020-03-30T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-30-2021.csv,373,373.0 B,2021-03-30T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-30-2022.csv,1217,1.2 KB,2022-03-30T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-30-2023.csv,95,95.0 B,2023-03-30T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-30-2024.csv,95,95.0 B,2024-03-30T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-30-2025.csv,95,95.0 B,2025-03-30T13:07:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-31-2016.csv,95,95.0 B,2016-03-31T13:10:08,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-31-2017.csv,1600,1.6 KB,2017-03-31T13:10:39,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-31-2018.csv,95,95.0 B,2018-03-31T13:08:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-31-2019.csv,95,95.0 B,2019-03-31T13:07:34,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-31-2020.csv,95,95.0 B,2020-03-31T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-31-2021.csv,95,95.0 B,2021-03-31T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-31-2022.csv,95,95.0 B,2022-03-31T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-31-2023.csv,95,95.0 B,2023-03-31T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-31-2024.csv,95,95.0 B,2024-03-31T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_03-31-2025.csv,95,95.0 B,2025-03-31T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-01-2016.csv,95,95.0 B,2016-04-01T13:12:58,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-01-2017.csv,1600,1.6 KB,2017-04-01T13:10:50,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-01-2018.csv,95,95.0 B,2018-04-01T13:07:59,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-01-2019.csv,95,95.0 B,2019-04-01T13:07:50,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-01-2020.csv,95,95.0 B,2020-04-01T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-01-2021.csv,95,95.0 B,2021-04-01T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-01-2022.csv,95,95.0 B,2022-04-01T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-01-2023.csv,95,95.0 B,2023-04-01T13:07:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-01-2024.csv,95,95.0 B,2024-04-01T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-01-2025.csv,95,95.0 B,2025-04-01T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-02-2016.csv,293,293.0 B,2016-04-02T13:11:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-02-2017.csv,1794,1.8 KB,2017-04-02T13:08:54,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-02-2018.csv,95,95.0 B,2018-04-02T13:08:39,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-02-2019.csv,4045,4.0 KB,2019-04-02T13:07:53,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-02-2020.csv,95,95.0 B,2020-04-02T13:07:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-02-2021.csv,95,95.0 B,2021-04-02T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-02-2022.csv,95,95.0 B,2022-04-02T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-02-2023.csv,95,95.0 B,2023-04-02T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-02-2024.csv,95,95.0 B,2024-04-02T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-02-2025.csv,95,95.0 B,2025-04-02T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-03-2016.csv,293,293.0 B,2016-04-03T13:08:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-03-2017.csv,95,95.0 B,2017-04-03T13:11:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-03-2018.csv,95,95.0 B,2018-04-03T13:08:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-03-2019.csv,95,95.0 B,2019-04-03T13:07:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-03-2020.csv,95,95.0 B,2020-04-03T13:07:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-03-2021.csv,95,95.0 B,2021-04-03T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-03-2022.csv,95,95.0 B,2022-04-03T13:07:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-03-2023.csv,95,95.0 B,2023-04-03T13:07:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-03-2024.csv,95,95.0 B,2024-04-03T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-03-2025.csv,95,95.0 B,2025-04-03T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-04-2016.csv,95,95.0 B,2016-04-04T13:11:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-04-2017.csv,95,95.0 B,2017-04-04T13:12:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-04-2018.csv,95,95.0 B,2018-04-04T13:08:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-04-2019.csv,95,95.0 B,2019-04-04T13:07:50,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-04-2020.csv,95,95.0 B,2020-04-04T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-04-2021.csv,95,95.0 B,2021-04-04T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-04-2022.csv,95,95.0 B,2022-04-04T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-04-2023.csv,95,95.0 B,2023-04-04T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-04-2024.csv,95,95.0 B,2024-04-04T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-04-2025.csv,95,95.0 B,2025-04-04T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-05-2016.csv,95,95.0 B,2016-04-05T13:13:00,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-05-2017.csv,95,95.0 B,2017-04-05T13:10:55,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-05-2018.csv,95,95.0 B,2018-04-05T13:08:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-05-2019.csv,95,95.0 B,2019-04-05T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-05-2020.csv,95,95.0 B,2020-04-05T13:07:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-05-2021.csv,95,95.0 B,2021-04-05T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-05-2022.csv,95,95.0 B,2022-04-05T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-05-2023.csv,95,95.0 B,2023-04-05T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-05-2024.csv,95,95.0 B,2024-04-05T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-05-2025.csv,95,95.0 B,2025-04-05T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-06-2016.csv,95,95.0 B,2016-04-06T13:12:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-06-2017.csv,95,95.0 B,2017-04-06T13:10:39,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-06-2018.csv,95,95.0 B,2018-04-06T13:08:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-06-2019.csv,95,95.0 B,2019-04-06T13:07:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-06-2020.csv,95,95.0 B,2020-04-06T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-06-2021.csv,95,95.0 B,2021-04-06T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-06-2022.csv,95,95.0 B,2022-04-06T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-06-2023.csv,95,95.0 B,2023-04-06T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-06-2024.csv,95,95.0 B,2024-04-06T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-06-2025.csv,95,95.0 B,2025-04-06T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-07-2016.csv,1065,1.0 KB,2016-04-07T13:11:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-07-2017.csv,95,95.0 B,2017-04-07T13:10:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-07-2018.csv,95,95.0 B,2018-04-07T13:08:10,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-07-2019.csv,95,95.0 B,2019-04-07T13:07:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-07-2020.csv,95,95.0 B,2020-04-07T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-07-2021.csv,95,95.0 B,2021-04-07T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-07-2022.csv,95,95.0 B,2022-04-07T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-07-2023.csv,95,95.0 B,2023-04-07T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-07-2024.csv,95,95.0 B,2024-04-07T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-07-2025.csv,1315,1.3 KB,2025-04-07T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-08-2016.csv,95,95.0 B,2016-04-08T13:12:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-08-2017.csv,992,992.0 B,2017-04-08T13:10:03,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-08-2018.csv,271,271.0 B,2018-04-08T13:08:01,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-08-2019.csv,95,95.0 B,2019-04-08T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-08-2020.csv,95,95.0 B,2020-04-08T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-08-2021.csv,95,95.0 B,2021-04-08T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-08-2022.csv,95,95.0 B,2022-04-08T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-08-2023.csv,95,95.0 B,2023-04-08T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-08-2024.csv,95,95.0 B,2024-04-08T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-08-2025.csv,95,95.0 B,2025-04-08T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-09-2016.csv,95,95.0 B,2016-04-09T13:11:58,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-09-2017.csv,992,992.0 B,2017-04-09T13:08:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-09-2018.csv,95,95.0 B,2018-04-09T13:08:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-09-2019.csv,95,95.0 B,2019-04-09T13:07:46,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-09-2020.csv,95,95.0 B,2020-04-09T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-09-2021.csv,95,95.0 B,2021-04-09T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-09-2022.csv,95,95.0 B,2022-04-09T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-09-2023.csv,95,95.0 B,2023-04-09T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-09-2024.csv,95,95.0 B,2024-04-09T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-09-2025.csv,95,95.0 B,2025-04-09T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-10-2016.csv,95,95.0 B,2016-04-10T13:08:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-10-2017.csv,95,95.0 B,2017-04-10T13:11:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-10-2018.csv,95,95.0 B,2018-04-10T13:08:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-10-2019.csv,95,95.0 B,2019-04-10T13:07:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-10-2020.csv,95,95.0 B,2020-04-10T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-10-2021.csv,95,95.0 B,2021-04-10T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-10-2022.csv,95,95.0 B,2022-04-10T13:07:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-10-2023.csv,95,95.0 B,2023-04-10T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-10-2024.csv,1331,1.3 KB,2024-04-10T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-10-2025.csv,433,433.0 B,2025-04-10T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-11-2016.csv,911,911.0 B,2016-04-11T13:14:00,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-11-2017.csv,535,535.0 B,2017-04-11T13:12:04,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-11-2018.csv,95,95.0 B,2018-04-11T13:08:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-11-2019.csv,95,95.0 B,2019-04-11T13:07:53,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-11-2020.csv,95,95.0 B,2020-04-11T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-11-2021.csv,95,95.0 B,2021-04-11T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-11-2022.csv,95,95.0 B,2022-04-11T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-11-2023.csv,95,95.0 B,2023-04-11T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-11-2024.csv,95,95.0 B,2024-04-11T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-11-2025.csv,95,95.0 B,2025-04-11T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-12-2016.csv,95,95.0 B,2016-04-12T13:11:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-12-2017.csv,95,95.0 B,2017-04-12T13:11:35,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-12-2018.csv,95,95.0 B,2018-04-12T13:08:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-12-2019.csv,95,95.0 B,2019-04-12T13:07:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-12-2020.csv,95,95.0 B,2020-04-12T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-12-2021.csv,95,95.0 B,2021-04-12T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-12-2022.csv,95,95.0 B,2022-04-12T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-12-2023.csv,95,95.0 B,2023-04-12T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-12-2024.csv,95,95.0 B,2024-04-12T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-12-2025.csv,95,95.0 B,2025-04-12T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-13-2016.csv,95,95.0 B,2016-04-13T13:08:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-13-2017.csv,95,95.0 B,2017-04-13T13:11:02,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-13-2018.csv,710,710.0 B,2018-04-13T13:08:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-13-2019.csv,95,95.0 B,2019-04-13T13:07:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-13-2020.csv,95,95.0 B,2020-04-13T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-13-2021.csv,95,95.0 B,2021-04-13T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-13-2022.csv,95,95.0 B,2022-04-13T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-13-2023.csv,95,95.0 B,2023-04-13T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-13-2024.csv,1090,1.1 KB,2024-04-13T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-13-2025.csv,95,95.0 B,2025-04-13T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-14-2016.csv,95,95.0 B,2016-04-14T13:11:56,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-14-2017.csv,95,95.0 B,2017-04-14T13:10:34,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-14-2018.csv,95,95.0 B,2018-04-14T13:08:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-14-2019.csv,95,95.0 B,2019-04-14T13:07:33,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-14-2020.csv,95,95.0 B,2020-04-14T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-14-2021.csv,95,95.0 B,2021-04-14T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-14-2022.csv,95,95.0 B,2022-04-14T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-14-2023.csv,597,597.0 B,2023-04-14T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-14-2024.csv,1090,1.1 KB,2024-04-14T13:07:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-14-2025.csv,95,95.0 B,2025-04-14T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-15-2016.csv,1718,1.7 KB,2016-04-15T13:11:03,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-15-2017.csv,95,95.0 B,2017-04-15T13:10:03,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-15-2018.csv,289,289.0 B,2018-04-15T13:08:04,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-15-2019.csv,95,95.0 B,2019-04-15T13:07:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-15-2020.csv,95,95.0 B,2020-04-15T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-15-2021.csv,95,95.0 B,2021-04-15T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-15-2022.csv,95,95.0 B,2022-04-15T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-15-2023.csv,95,95.0 B,2023-04-15T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-15-2024.csv,1516,1.5 KB,2024-04-15T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-15-2025.csv,95,95.0 B,2025-04-15T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-16-2016.csv,95,95.0 B,2016-04-16T13:11:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-16-2017.csv,299,299.0 B,2017-04-16T13:08:34,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-16-2018.csv,95,95.0 B,2018-04-16T13:08:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-16-2019.csv,95,95.0 B,2019-04-16T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-16-2020.csv,95,95.0 B,2020-04-16T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-16-2021.csv,95,95.0 B,2021-04-16T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-16-2022.csv,95,95.0 B,2022-04-16T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-16-2023.csv,95,95.0 B,2023-04-16T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-16-2024.csv,3590,3.5 KB,2024-04-16T13:07:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-16-2025.csv,2865,2.8 KB,2025-04-16T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-17-2016.csv,95,95.0 B,2016-04-17T13:08:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-17-2017.csv,95,95.0 B,2017-04-17T13:11:39,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-17-2018.csv,95,95.0 B,2018-04-17T13:08:40,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-17-2019.csv,95,95.0 B,2019-04-17T13:07:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-17-2020.csv,95,95.0 B,2020-04-17T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-17-2021.csv,95,95.0 B,2021-04-17T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-17-2022.csv,95,95.0 B,2022-04-17T13:07:10,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-17-2023.csv,95,95.0 B,2023-04-17T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-17-2024.csv,95,95.0 B,2024-04-17T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-17-2025.csv,513,513.0 B,2025-04-17T13:07:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-18-2016.csv,95,95.0 B,2016-04-18T13:11:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-18-2017.csv,95,95.0 B,2017-04-18T13:11:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-18-2018.csv,1319,1.3 KB,2018-04-18T13:08:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-18-2019.csv,95,95.0 B,2019-04-18T13:07:39,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-18-2020.csv,95,95.0 B,2020-04-18T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-18-2021.csv,95,95.0 B,2021-04-18T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-18-2022.csv,95,95.0 B,2022-04-18T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-18-2023.csv,95,95.0 B,2023-04-18T13:07:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-18-2024.csv,349,349.0 B,2024-04-18T13:07:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-18-2025.csv,95,95.0 B,2025-04-18T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-19-2016.csv,95,95.0 B,2016-04-19T13:11:36,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-19-2017.csv,95,95.0 B,2017-04-19T13:10:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-19-2018.csv,95,95.0 B,2018-04-19T13:08:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-19-2019.csv,95,95.0 B,2019-04-19T13:07:44,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-19-2020.csv,95,95.0 B,2020-04-19T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-19-2021.csv,334,334.0 B,2021-04-19T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-19-2022.csv,95,95.0 B,2022-04-19T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-19-2023.csv,95,95.0 B,2023-04-19T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-19-2024.csv,349,349.0 B,2024-04-19T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-19-2025.csv,95,95.0 B,2025-04-19T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-20-2016.csv,95,95.0 B,2016-04-20T13:11:40,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-20-2017.csv,95,95.0 B,2017-04-20T13:10:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-20-2018.csv,95,95.0 B,2018-04-20T13:08:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-20-2019.csv,95,95.0 B,2019-04-20T13:07:40,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-20-2020.csv,95,95.0 B,2020-04-20T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-20-2021.csv,95,95.0 B,2021-04-20T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-20-2022.csv,95,95.0 B,2022-04-20T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-20-2023.csv,95,95.0 B,2023-04-20T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-20-2024.csv,1181,1.2 KB,2024-04-20T13:07:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-20-2025.csv,95,95.0 B,2025-04-20T13:07:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-21-2016.csv,376,376.0 B,2016-04-21T13:10:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-21-2017.csv,689,689.0 B,2017-04-21T13:10:47,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-21-2018.csv,95,95.0 B,2018-04-21T13:08:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-21-2019.csv,95,95.0 B,2019-04-21T13:07:32,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-21-2020.csv,95,95.0 B,2020-04-21T13:07:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-21-2021.csv,1985,1.9 KB,2021-04-21T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-21-2022.csv,95,95.0 B,2022-04-21T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-21-2023.csv,95,95.0 B,2023-04-21T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-21-2024.csv,1181,1.2 KB,2024-04-21T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-21-2025.csv,779,779.0 B,2025-04-21T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-22-2016.csv,367,367.0 B,2016-04-22T13:11:10,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-22-2017.csv,95,95.0 B,2017-04-22T13:10:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-22-2018.csv,95,95.0 B,2018-04-22T13:08:06,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-22-2019.csv,95,95.0 B,2019-04-22T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-22-2020.csv,95,95.0 B,2020-04-22T13:07:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-22-2021.csv,95,95.0 B,2021-04-22T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-22-2022.csv,95,95.0 B,2022-04-22T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-22-2023.csv,95,95.0 B,2023-04-22T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-22-2024.csv,95,95.0 B,2024-04-22T13:07:30,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-22-2025.csv,95,95.0 B,2025-04-22T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-23-2016.csv,95,95.0 B,2016-04-23T13:10:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-23-2017.csv,95,95.0 B,2017-04-23T13:08:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-23-2018.csv,95,95.0 B,2018-04-23T13:08:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-23-2019.csv,95,95.0 B,2019-04-23T13:07:46,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-23-2020.csv,95,95.0 B,2020-04-23T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-23-2021.csv,95,95.0 B,2021-04-23T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-23-2022.csv,95,95.0 B,2022-04-23T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-23-2023.csv,95,95.0 B,2023-04-23T13:07:12,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-23-2024.csv,95,95.0 B,2024-04-23T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-23-2025.csv,95,95.0 B,2025-04-23T13:07:23,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-24-2016.csv,95,95.0 B,2016-04-24T13:08:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-24-2017.csv,95,95.0 B,2017-04-24T13:11:26,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-24-2018.csv,95,95.0 B,2018-04-24T13:08:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-24-2019.csv,307,307.0 B,2019-04-24T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-24-2020.csv,95,95.0 B,2020-04-24T13:07:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-24-2021.csv,95,95.0 B,2021-04-24T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-24-2022.csv,95,95.0 B,2022-04-24T13:07:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-24-2023.csv,95,95.0 B,2023-04-24T13:07:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-24-2024.csv,316,316.0 B,2024-04-24T13:07:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-24-2025.csv,95,95.0 B,2025-04-24T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-25-2016.csv,95,95.0 B,2016-04-25T13:12:02,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-25-2017.csv,611,611.0 B,2017-04-25T13:11:38,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-25-2018.csv,95,95.0 B,2018-04-25T13:08:19,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-25-2019.csv,95,95.0 B,2019-04-25T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-25-2020.csv,95,95.0 B,2020-04-25T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-25-2021.csv,95,95.0 B,2021-04-25T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-25-2022.csv,95,95.0 B,2022-04-25T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-25-2023.csv,95,95.0 B,2023-04-25T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-25-2024.csv,95,95.0 B,2024-04-25T13:07:33,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-25-2025.csv,95,95.0 B,2025-04-25T13:07:28,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-26-2016.csv,95,95.0 B,2016-04-26T13:13:42,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-26-2017.csv,680,680.0 B,2017-04-26T13:08:27,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-26-2018.csv,95,95.0 B,2018-04-26T13:08:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-26-2019.csv,95,95.0 B,2019-04-26T13:07:41,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-26-2020.csv,95,95.0 B,2020-04-26T13:07:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-26-2021.csv,1851,1.8 KB,2021-04-26T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-26-2022.csv,95,95.0 B,2022-04-26T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-26-2023.csv,95,95.0 B,2023-04-26T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-26-2024.csv,95,95.0 B,2024-04-26T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-26-2025.csv,95,95.0 B,2025-04-26T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-27-2016.csv,95,95.0 B,2016-04-27T13:10:11,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-27-2017.csv,95,95.0 B,2017-04-27T13:07:50,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-27-2018.csv,384,384.0 B,2018-04-27T13:08:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-27-2019.csv,95,95.0 B,2019-04-27T13:07:38,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-27-2020.csv,95,95.0 B,2020-04-27T13:07:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-27-2021.csv,95,95.0 B,2021-04-27T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-27-2022.csv,95,95.0 B,2022-04-27T13:07:25,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-27-2023.csv,95,95.0 B,2023-04-27T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-27-2024.csv,95,95.0 B,2024-04-27T13:07:24,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-27-2025.csv,95,95.0 B,2025-04-27T13:07:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-28-2016.csv,95,95.0 B,2016-04-28T13:10:31,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-28-2017.csv,360,360.0 B,2017-04-28T13:08:33,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-28-2018.csv,380,380.0 B,2018-04-28T13:08:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-28-2019.csv,95,95.0 B,2019-04-28T13:07:34,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-28-2020.csv,95,95.0 B,2020-04-28T13:07:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-28-2021.csv,1899,1.9 KB,2021-04-28T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-28-2022.csv,95,95.0 B,2022-04-28T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-28-2023.csv,95,95.0 B,2023-04-28T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-28-2024.csv,95,95.0 B,2024-04-28T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-28-2025.csv,95,95.0 B,2025-04-28T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-29-2016.csv,95,95.0 B,2016-04-29T13:12:54,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-29-2017.csv,540,540.0 B,2017-04-29T13:07:54,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-29-2018.csv,380,380.0 B,2018-04-29T13:08:10,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-29-2019.csv,95,95.0 B,2019-04-29T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-29-2020.csv,95,95.0 B,2020-04-29T13:07:14,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-29-2021.csv,95,95.0 B,2021-04-29T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-29-2022.csv,95,95.0 B,2022-04-29T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-29-2023.csv,95,95.0 B,2023-04-29T13:07:13,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-29-2024.csv,95,95.0 B,2024-04-29T13:07:22,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-29-2025.csv,95,95.0 B,2025-04-29T13:07:20,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-30-2016.csv,95,95.0 B,2016-04-30T13:11:01,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-30-2017.csv,540,540.0 B,2017-04-30T13:07:54,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-30-2018.csv,95,95.0 B,2018-04-30T13:08:29,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-30-2019.csv,284,284.0 B,2019-04-30T13:07:43,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-30-2020.csv,95,95.0 B,2020-04-30T13:07:16,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-30-2021.csv,95,95.0 B,2021-04-30T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-30-2022.csv,2420,2.4 KB,2022-04-30T13:07:15,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-30-2023.csv,95,95.0 B,2023-04-30T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-30-2024.csv,2175,2.1 KB,2024-04-30T13:07:35,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_04-30-2025.csv,95,95.0 B,2025-04-30T13:07:21,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_05-01-2016.csv,95,95.0 B,2016-05-01T13:08:46,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_05-01-2017.csv,3377,3.3 KB,2017-05-01T13:08:08,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_05-01-2018.csv,631,631.0 B,2018-05-01T13:08:33,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_05-01-2019.csv,541,541.0 B,2019-05-01T13:07:45,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_05-01-2020.csv,95,95.0 B,2020-05-01T13:07:17,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_item_barcodes_05-01-2021.csv,95,95.0 B,2021-05-01T13:07:18,.csv,Reports/dupeitembarcodes
Reports/dupeitembarcodes/dupe_it
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment