Managing event-related files in a folder hierarchy like <ARCHIVE>/2013/2013-05-17 Event name/
Project description
move2archive
-----------------------------
This script moves items (files or directories) containing ISO datestamps
like "YYYY-MM-DD" into a directory stucture for the corresponding year.
You define the base directory either in this script (or using the
command line argument "--archivedir"). The convention is e.g.:
<archivepath>/2009
<archivepath>/2010
<archivepath>/2011
By default, this script extracts the year from the datestamp of
each file and moves it into the corresponding directory for its year:
m2a 2010-01-01_Jan2010.txt 2011-02-02_Feb2011.txt
... moves "2010-01-01_Jan2010.txt" to "<archivepath>/2010/"
... moves "2011-02-02_Feb2011.txt" to "<archivepath>/2011/"
OPTIONALLY you can define a sub-directory name with option "-d DIR". If it
contains no datestamp by itself, a datestamp from the first file of the
argument list will be used. This datestamp will be put in front of the name:
m2a -d "2009-02-15 bar" one two three
... moves all items to: "<archivepath>/2009/2009-02-15 bar/"
m2a -d bar 2011-10-10_one 2008-01-02_two 2011-10-12_three
... moves all items to: "<archivepath>/2011/2011-10-10 bar/"
If you feel uncomfortable you can simulate the behavior using the "--dryrun"
option. You see what would happen without changing anything at all.
-----------------------------
This script moves items (files or directories) containing ISO datestamps
like "YYYY-MM-DD" into a directory stucture for the corresponding year.
You define the base directory either in this script (or using the
command line argument "--archivedir"). The convention is e.g.:
<archivepath>/2009
<archivepath>/2010
<archivepath>/2011
By default, this script extracts the year from the datestamp of
each file and moves it into the corresponding directory for its year:
m2a 2010-01-01_Jan2010.txt 2011-02-02_Feb2011.txt
... moves "2010-01-01_Jan2010.txt" to "<archivepath>/2010/"
... moves "2011-02-02_Feb2011.txt" to "<archivepath>/2011/"
OPTIONALLY you can define a sub-directory name with option "-d DIR". If it
contains no datestamp by itself, a datestamp from the first file of the
argument list will be used. This datestamp will be put in front of the name:
m2a -d "2009-02-15 bar" one two three
... moves all items to: "<archivepath>/2009/2009-02-15 bar/"
m2a -d bar 2011-10-10_one 2008-01-02_two 2011-10-12_three
... moves all items to: "<archivepath>/2011/2011-10-10 bar/"
If you feel uncomfortable you can simulate the behavior using the "--dryrun"
option. You see what would happen without changing anything at all.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for move2archive-2018.02.03.02-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb352530c0b08a670cd36b523035d0ec1b0057de0e7159188ec5d0b94438ee22 |
|
MD5 | 154934f3148ed6669ac58f87073d3fd7 |
|
BLAKE2b-256 | 58125c86e0cedbe0b6ebfdbf6e61c240ecfd4fcc92f182f8308d66ea027f382f |