Skip to content

Commit 305b48f

Browse files
committed
Fixed typo
1 parent cc7161d commit 305b48f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

raspiBackup.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6226,7 +6226,6 @@ function backupRsync() { # partition number (for partition based backup)
62266226
--exclude=/tmp/* \
62276227
--exclude=/run/* \
62286228
--exclude=/media/* \
6229-
<<<<<<< HEAD
62306229
$journalExclude \
62316230
$excludeMeta \
62326231
$EXCLUDE_LIST \
@@ -6804,7 +6803,6 @@ function applyBackupStrategy() {
68046803
68056804
if (( $keepBackups != -1 )); then
68066805
logItem "Deleting oldest directory in $BACKUPPATH"
6807-
68086806
logCommand "ls -d $BACKUPPATH/*"
68096807
68106808
writeToConsole $MSG_LEVEL_MINIMAL $MSG_BACKUPS_KEPT "$keepBackups" "$BACKUPTYPE"

0 commit comments

Comments
 (0)