Thanks for the response, i have looked through the item update documentation but i dont understand how to update 1 item. Could you help me out with 1 example? In my use case i am registering files instead of importing them, but that should not make a difference.
What already works for me: I managed to register media and metadata by creating a SAF structure, following docs https://wiki.lyrasis.org/display/DSDOC7x/Registering+Bitstreams+via+Simple+Archive+Format which created item A in my DSpace instance. I used a command like this [dspace]/bin/dspace import -a -e [email protected] -c my_collectionID -s [dspace]/myfolder/SAF1 -m my_mapfile Whats not working: Now i want to update item A by adding 1 test file (e.g. a text file which is located at [dspace]/myfolder/textfile). How would i update the item? DSpace Community schrieb am Freitag, 4. August 2023 um 19:01:23 UTC+2: > Hi, > > The "-s" parameter lets the "itemupdate" script know where your files are > that you want to use for the update. Otherwise the "itemupdate" script > won't understand which directory to use for the update. The documentation > can be found at > https://wiki.lyrasis.org/display/DSDOC7x/Updating+Items+via+Simple+Archive+Format > > Tim > > On Wednesday, August 2, 2023 at 2:09:02 AM UTC-5 [email protected] > wrote: > >> Hi all, >> >> i have read the documentation about the item update cli command, but i >> dont understand how to interpret the parameter -s [path/to/archive]. >> Shouldn't i just give the item handle to update the item? >> >> >> -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/8d8d575b-0a5e-4ab6-8457-2b990a4212c7n%40googlegroups.com.
