Difference between revisions of "SafeMover"

From COPTR
Jump to navigation Jump to search
(Created page with "{{Infobox tool |purpose=Python tool to support the overtly "safe" copying of files from one location to another. Uses fixity, and OS file system metadata. |homepage=https://gi...")
 
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
|platforms=Any
 
|platforms=Any
 
|language=Python
 
|language=Python
|function=Data capture and Deposit, Personal Archiving, Transfer, Fixity, Backup
+
|function=Data capture and Deposit, Fixity, Transfer
|content=Audio, Web, Video, Spreadsheet, Software, Research Data, Project Management Data, Metadata, Image, Geospatial, Email, EBook, Document, Disk Image, Database, Container, Binary Data
 
 
}}
 
}}
 
{{Infobox tool details}}
 
{{Infobox tool details}}
Line 13: Line 12:
 
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. -->
 
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. -->
  
 
+
Python script to move files from A to B. Creating file hash and grabbing file OS metadata along the way Results in a log file for later consumption
Python script to move files from A to B. Creating file hash and grabbing file OS metadata along the way Results in a log file for later consumption  
 
 
 
 
 
== User Experiences ==
 
<!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. -->
 

Latest revision as of 16:17, 26 November 2021


Python tool to support the overtly "safe" copying of files from one location to another. Uses fixity, and OS file system metadata.
Homepage:https://github.com/NLNZDigitalPreservation/Safe_mover
Source Code:https://github.com/NLNZDigitalPreservation/Safe_mover
Cost:Free
Platforms:Any
Language:Python
Function:Data capture and Deposit,Fixity,Transfer



Description[edit]

Python script to move files from A to B. Creating file hash and grabbing file OS metadata along the way Results in a log file for later consumption