Hi all<p>I want to back up my Unity project while excluding the Library folder ( Unity essentially copies all of your assets into it).<p>Right now I just use 7Zip , but this doesn't allow me to exclude sub directories I don't need.<p>Late last night I actually thought of programming something in Python to do this, I would love to have a little quirky GUI here to schedule these archive backups.
GNU tar has an exclude option for this<p><a href="https://www.gnu.org/software/tar/manual/html_node/exclude.html" rel="nofollow">https://www.gnu.org/software/tar/manual/html_node/exclude.ht...</a>