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
P
puppet-backupninja
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chris
puppet-backupninja
Commits
6655fa6b
Commit
6655fa6b
authored
Apr 17, 2015
by
Antoine Beaupré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use end times for backups
parent
d56f1f08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
files/checkbackups.pl
files/checkbackups.pl
+1
-1
No files found.
files/checkbackups.pl
View file @
6655fa6b
...
...
@@ -60,7 +60,7 @@ sub check_rdiff {
my
@vservers
;
if
(
open
(
FLAG
,
$flag
))
{
while
(
<
FLAG
>
)
{
if
(
/
Start
Time ([0-9]*).[0-9]* \((.*)\)/
)
{
if
(
/
End
Time ([0-9]*).[0-9]* \((.*)\)/
)
{
$last_bak
=
$
1
;
$extra_msg
=
'
[backup.log]
';
$opt_v
&&
print
STDERR
"
found timestamp $1 ($2) in backup.log
\n
";
...
...
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