Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
17
Issues
17
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
3a0cbe42
Commit
3a0cbe42
authored
Jul 01, 2008
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix helptext
parent
9698b6f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lbu
lbu
+2
-2
No files found.
lbu
View file @
3a0cbe42
...
...
@@ -469,7 +469,7 @@ EOF
cmd_listbackup
()
{
local
media
=${
1
:-
"$LBU_MEDIA"
}
local
mnt
=
"/media/$media"
[
-
z
"$media"
]
&&
usage_l
og
[
-
z
"$media"
]
&&
usage_l
istbackup
mount_once
"$mnt"
||
die
"failed to mount $mnt"
ls
-
1
"$mnt"
/*.[
0
-
9
][
0
-
9
]*[
0
-
9
][
0
-
9
].
tar
.
gz
*
2
>/
dev
/
null
|
sed
's:.*/::'
...
...
@@ -484,7 +484,7 @@ Revert to older commit.
usage
:
$
PROGRAM
revert
<
REVISION
>
[<
media
>]
The
revision
should
be
one
of
the
files
listed
by
'lbu l
og
'
.
The
revision
should
be
one
of
the
files
listed
by
'lbu l
ist-backup
'
.
EOF
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment