Skip to content

Commit

Permalink
Update script.sh (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tylerjet authored Mar 10, 2024
1 parent c3aebae commit 62b7cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ while IFS= read -r path; do
elif [[ $(basename "$file") =~ ^printer-[0-9]+_[0-9]+\.cfg$ ]]; then
echo "Skipping file: $file"
else
rsync -R "$file" "$backup_path/"
rsync -Rr "$file" "$backup_path/"
fi
done
fi
Expand Down

0 comments on commit 62b7cd9

Please sign in to comment.