GitXplorerGitXplorer
d

miscScripts

public
2 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
3b7ebeb80611e0cb86094a6a2c20e7ddf76e16f4

added README

ddmwyatt committed 13 years ago
Unverified
a860b02d97aace9689136935838eaee6143e447f

initial commits

ddmwyatt committed 13 years ago

README

The README file for this repository.

backupxtensions.py

Backup all files in with specified extensions in a directory, recursively. Stores them in a bzip2 tar file.

backupextensions.py DIR_WITH_FILES DESTINATION_DIR_AND_FILENAME COMMA_SEPERATED_LIST_OF_EXTENSIONS

example: python backupxtensions.py /root/dir/of/videos /back_up_to_here/filename.tar.bz2 nfo,jpg,tbn

delxtensions.py

Delete all files with the specified extension in a directory, recursively.

delxtensions.py DIR_WITH_FILES COMMA_SEPERATED_LIST_OF_EXTENSIONS

example: python delxtensions.py /root/dir/of/videos nfo,jpg,tbn

removethumbs.py

Delete all the stupid thumbs.db files in a directory, recursively.

removethumbs.py DIR_WITH_FILES

example: python removethumbs.py /root/dir/of/videos