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-27 17:31:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e72ba5e51b280b1d0720f270245509c56d045197
e72ba5e5
1 parent
8bc22651
Update backup.sh
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
backup.sh
backup.sh
View file @
e72ba5e
...
...
@@ -2,8 +2,8 @@
NAME
=
$(
date +%y%m%d
)
HOST
=
'
celinux2.khu.ac.kr
'
USER
=
'
usp33
'
HOST
=
'
User remote server ip
'
USER
=
'
User id
'
FILE
=
$NAME
'.tar'
MakeTarFile
()
{
...
...
Please
register
or
login
to post a comment