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-28 19:54:32 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c969123e44fa98e947a5269c5d4f2b689ff304f8
c969123e
1 parent
b6c5390f
Update backup.sh
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
backup.sh
backup.sh
View file @
c969123
...
@@ -17,7 +17,7 @@ ConnectSFTP() {
...
@@ -17,7 +17,7 @@ ConnectSFTP() {
17
END_SCRIPT
17
END_SCRIPT
18
}
18
}
19
19
20
-
for
i
in
{
0..
75
..3
}
20
+
for
i
in
{
0..
90
..3
}
21
do
21
do
22
MakeTarFile > /dev/null
22
MakeTarFile > /dev/null
23
ConnectSFTP > /dev/null
23
ConnectSFTP > /dev/null
...
...
Please
register
or
login
to post a comment