Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chris
puppet-backupninja
Commits
d64db527
Commit
d64db527
authored
Apr 22, 2015
by
Antoine Beaupré
Browse files
we switched layout: only one subdir now
parent
6468c479
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/checkbackups.pl
View file @
d64db527
...
...
@@ -163,7 +163,7 @@ foreach $host (@hosts) {
my
$flag
;
if
(
-
d
$dir
)
{
# guess the backup type and find a proper stamp file to compare
@rdiffs
=
glob
("
$dir
/*/
*/
rdiff-backup-data
");
@rdiffs
=
glob
("
$dir
/*/rdiff-backup-data
");
foreach
$dir
(
@rdiffs
)
{
$opt_v
&&
print
STDERR
"
inspecting dir
$dir
\n
";
$dir
=~
s/rdiff-backup-data$//
;
...
...
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