-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to re-run igir
commands, e.g. as in igir_pocket_sync.sh
, to update collections❓
#314
Comments
Thank you for the feedback! For your script, files in the Hmm, your globs look alright there, what error does it give? Could you give a sample file tree (e.g. |
Thank you! I will study and try the
The
Yeah, it seems that the proposed |
I completely misspoke above, I meant For the Bash weirdness - if the string is wrapped in double quotes then your shell won't do any glob expansion. Instead, |
Thank you very much for elaborating this in detail! |
🔒 Inactive issue lockThis issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Maybe this feature is already built-in, please consider this to be a question instead.
Based on your
igir_pocket_sync.sh
script, I just created my first collection, if that’s the correct term we’d like to use here.Would I be able to basically re-run that script, updating the created collection without again copying/extracting all files which are already present? I’m having something like
rsync
in mind, which basically compares the source and destination and only makes changes if something is either missing or different in the destination.Note: I’m also very new to MiSTer FPGA, so maybe the arguments/parameters in my script could be improved.
--
Edit: It seems I’m having problems with the following exludes; using the first or second result in an error, using the last keeps some files and folders, but deletes other below
games/*/Palettes/*
; maybe my globbing is wrong in each and every one of those three lines?The text was updated successfully, but these errors were encountered: