Elba, Ohio
Elba is an unincorporated community in Washington County, in the U.S. state of Ohio.[1]
History
A post office called Elba was established in 1871, and remained in operation until 1984.[2] The community most likely was named after Elba, an island in the Mediterranean Sea.[3]
gollark: As always, the lack of newlines creates optimization.
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("name", help="name of backup item")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()print(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups")outpath = os.path.join(outdir, f"{args.name}_{timestamp}.sqlar")print(srcdir, outdir, outpath)subprocess.run(["sqlite3", outpath, "-A", "--verbose", "--create", "--directory", srcdir, "."])```muahahahaha, backups.
gollark: Firefox has been declining lately in some ways...
gollark: Fascinating.
gollark: NONE are safe.
References
- U.S. Geological Survey Geographic Names Information System: Elba, Ohio
- "Washington County". Jim Forte Postal History. Archived from the original on 18 January 2016. Retrieved 29 December 2015.
- "How communities got their names". Marietta Times. February 19, 2013. Retrieved 29 December 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.