Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Junyoung Jung
/
Unix_System_Programming_autobackup
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Junyoung Jung
2016-10-26 21:47:30 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e8dfede7a71a5d8fe594b6b9610d1904f33cb387
e8dfede7
1 parent
b5d10441
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
e8dfede
...
...
@@ -44,7 +44,7 @@ id@local:~$ chmod 755 backup.sh
와 같이 실행권한을 부여합니다.
### 2-
2
. 코드 수정
### 2-
3
. 코드 수정
vi editor와 같은 편집기를 사용하여 backup.sh를 수정합니다.
...
...
@@ -64,7 +64,7 @@ tar -cvzf $NAME.tar *
`*`
을 지우고 자신이 원하는 파일의 명을 입력하면 됩니다.
### 2-
3
. 실행
### 2-
4
. 실행
```
id@local:~$ ./backup.sh
...
...
Please
register
or
login
to post a comment