You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the execution, all files found by the file collector (file collector uses find to search for files) are stored into [DESTINATION_DIR]/uac-data.tmp/file_collector.tmp file.
After the collection phase, UAC runs sort -u on [DESTINATION_DIR]/uac-data.tmp/file_collector.tmp removing any common files.
Then, UAC removes any non-regular files (anything that can break the creation of the .tar.gz file, such as socket files) from [DESTINATION_DIR]/uac-data.tmp/file_collector.tmp.
The resulting file (after steps 2 and 3) will be used (among others) to create the output file.
I hope you find this useful. Please let me know if you have any questions.
How does UAC remove common files? Can you explain that mechanism?
The text was updated successfully, but these errors were encountered: