Timeline for creating a tar archive without including parent directory
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 13, 2024 at 9:32 | comment | added | Zitrax | Using .* also includes .. which might not be what you wanted. | |
| Feb 12, 2020 at 14:03 | comment | added | Kiruahxh | You can use * and .* to get both regular and hidden files. You can also use --exclude thearchive.tar to avoid archiving some files | |
| Oct 5, 2018 at 10:35 | comment | added | Ole | I'm trying to archive hidden directories and if I add them directly (No *) it works, but when using * it only adds the name of the archive to the archive ... | |
| Feb 3, 2018 at 20:49 | review | First posts | |||
| Feb 3, 2018 at 20:52 | |||||
| Feb 3, 2018 at 20:45 | history | answered | Yas | CC BY-SA 3.0 |