Gitlab Community Edition Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bnachtw
dsmci
Commits
5a774b1f
Commit
5a774b1f
authored
Nov 21, 2019
by
bnachtw
Browse files
Update README.md
parent
d7d57bb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5a774b1f
dsmci
a
n
script
ing collection
for backup up large filesysteme with parallel tree walks and backup jobs
a script for backup up large filesysteme with parallel tree walks and backup jobs
using intially IBM TSM / ISP and the "dsmc i" command
initially there were three flavours
there are two versions of the script
-
`dsmci.pl`
has passed some tests and is in use at GWDG
-
`dev-dsmci.pl`
contains some new functions, but is in development
**Important:**
The newer versions of dsmci.pl uses the module "File::Find::Rule". This seems not to be part of all perl installations so
you may need to install it manually like this
cpan -i File::Find::Rule
**Even if `dsmci.pl` has passed some tests and is in use, we do not assume no guarantee or liability for errors or omissions.**
Contributions are welcome :-)
*former develepment:*
the project started as a collection of scripts, initially there were three flavours
-
bash (for Linux only, deprecated, abandomed)
-
perl (for Linux and Windows, in develeopment)
-
powershell (for windows only, abandomed)
now
there
are
different versions inside the perl implementation
then
there
were also
different versions inside the perl implementation
-
dsmcis.pl the simple approach working just one level below the given start folder, "S" is for "simple"
-
dsmci.pl an approache allowing to set the depth to dive in before doing the parallel processing
-
dsmciFD.pl an approche diving down to the deepest folder level and backup up
*all*
folders in parallel, "FD" is for "full depth"
=> all versions are tested and work, but NO guarantee is given :-)
Important:
The newest version of dsmci.pl uses the module "File::Find::Rule". This seems not to be part of all perl installations so
you may need to install it manually like this
cpan -i File::Find::Rule
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment