Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Source
- bash
- maVen
- lsof
- 줄바꿈 문자
- profile
- Quartz
- netsh
- IntelliJ
- resource
- xargs
- ssh
- Windows
- Mac
- plugin
- port
- tomcat
- import
- GIT
- find
- web.xml
- Windows 10
- grep
- JavaScript
- context
- 네트워크
- VirtualBox
- vscode
- Eclipse
- 단축키
Archives
- Today
- Total
develog
[mac] tar backup with exclude 본문
tar cvf myProj_backup_$(date '+%Y%m%d').tar \
--exclude '.idea/' \
--exclude '*.iml' \
--exclude 'target/' \
--exclude 'build/' \
myProj/
Comments