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 16:24:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4ac26ccdc0d887c751c9ac1ba5e9569fd7263386
4ac26ccd
1 parent
af10de17
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 @
4ac26cc
...
...
@@ -2,8 +2,8 @@
NAME
=
$(
date +%y%m%d
)
HOST
=
'
celinux2.khu.ac.k
r'
USER
=
'
usp33
'
HOST
=
'
User remote serve
r'
USER
=
'
User id
'
FILE
=
$NAME
'.tar'
MakeTarFile
()
{
...
...
Please
register
or
login
to post a comment